FPGA-VHDL硬件描述语言基础ppt课件.ppt

FPGA-VHDL硬件描述语言基础ppt课件.ppt

ID:58884668

大小:1.73 MB

页数:138页

时间:2020-09-30

FPGA-VHDL硬件描述语言基础ppt课件.ppt_第1页
FPGA-VHDL硬件描述语言基础ppt课件.ppt_第2页
FPGA-VHDL硬件描述语言基础ppt课件.ppt_第3页
FPGA-VHDL硬件描述语言基础ppt课件.ppt_第4页
FPGA-VHDL硬件描述语言基础ppt课件.ppt_第5页
资源描述:

《FPGA-VHDL硬件描述语言基础ppt课件.ppt》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、VHDLCodingStyle Targetat Performance/Delay/LCUsage2021/7/30P.1VHDLDesignFlow-VSARVHDLEntryUseanyTextEditortoinputyourdesignSynthesisUseanyVHDLCompilertoconvertyourlanguagedesigntoGatelevelwithoptimizationintermofSpeed/AreaArchitectureSynthesisTomapthelogicto

2、AlteraDeviceArchitecturee.g.LUT,Carry/CascadeChain,EAB......(furtherlogicoptimization)ResultConfiguretheAlteraDeviceanddoonboarddebugging,prototypingorproduction2021/7/30P.2cont...VHDLEntrySynthesisArchitectureSynthesisResultWhyAlteraFAEtellsmethis?Wooo.....

3、...ItisImportant?ItisnotImportant?DoIneedtoUnderstandorRememberit?!?!No.Itisuseless.Idon’tknowwhatitiseither.Ijustwanttomakefunonyou!2021/7/30P.3WhatdoyouexpectfromVHDL?WhatdoyouexpectfromVHDLCompiler?IwantSpeedIwantsmallerusageofLCDesignastatemachineinVHDLi

4、smuchmoreeasier2021/7/30P.4UsetheSuitableCodingStyleDifferentcodingstylehasdifferentperformanceOR2021/7/30P.5Issue1LatchorFlipflop2021/7/30P.6HowtodotheLatchEntitytest1isport(clk,d,reset:inbit;q:outbit);endtest1;architecturetest1_bodyoftest1isbeginprocess(cl

5、k,d,reset)beginif(reset=‘1’)thenq<=‘0’;elsif(clk=‘1’)thenq<=d;endif;endprocess;endtest1_body;ResettakeoverthecontrolfirstClktakethecontrolsecondWithintheprocessexcuteinstep-by-step2021/7/30P.7ThisisaLATCH2021/7/30P.8Entitytest1isport(clk,d,reset:inbit;q:outb

6、it);endtest1;architecturetest1_bodyoftest1isbeginprocess(clk)beginif(reset=‘1’)thenq<=‘0’;elsif(clk=‘1’)thenq<=d;endif;endprocess;endtest1_body;disnotincludedinsensitivitylistit’schangewillnotchangetheoutput2021/7/30P.9IgetaFlip-FlopnotaLATCH2021/7/30P.10Why

7、IhaveaFlip-FlopnotaLatchLatchwithaSensitivitylistprocess(clk,d,reset)Flip-FlopwithaSensitivitylistprocess(clk)Q:WhatistheSensitivitylistusefor?A:TheOUTPUTchangewhentheSensitivitylistchange2021/7/30P.11MoreDetailprocess(clk,d,reset)thissaythattheOUTPUTchangew

8、heneitherclk,dorresetchange,ifclk,dorresetnotchange,thenmaintaintheoutputwhatkindofdevicewillprovidethisfunction?LATCH2021/7/30P.12process(clk)thissaythatOUTPUTchangewhenCLKchange,ifclkdoesnotch

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。