常用基本模块的VHDL描述课件.ppt

常用基本模块的VHDL描述课件.ppt

ID:57117186

大小:564.50 KB

页数:24页

时间:2020-07-31

常用基本模块的VHDL描述课件.ppt_第1页
常用基本模块的VHDL描述课件.ppt_第2页
常用基本模块的VHDL描述课件.ppt_第3页
常用基本模块的VHDL描述课件.ppt_第4页
常用基本模块的VHDL描述课件.ppt_第5页
资源描述:

《常用基本模块的VHDL描述课件.ppt》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、LIBRARYIEEE;--IncludeLibrariesforstandardlogicdatatypesUSEIEEE.STD_LOGIC_1164.ALL;--EntitynamenormallythesameasfilenameENTITYgate_networkIS--Ports:DeclaresmoduleinputsandoutputsPORT(A,B,C:INSTD_LOGIC;--StandardLogicVector(Arrayof4Bits)D:INSTD_LOGIC_VECTOR(3DOWNTO0);--Out

2、putSignalsX,Y:OUTSTD_LOGIC);ENDgate_network;--DefinesinternalmodulearchitectureARCHITECTUREbehaviorOFgate_networkISBEGIN--Concurrentassignmentstatementsoperateinparallel--D(1)selectsbit1ofstandardlogicvectorDX<=AANDNOT(BORC)AND(D(1)XORD(2));--Processmustdeclareasensitivi

3、tylist,--Inthiscaseitis(A,B,C,D)--ListincludesallsignalsthatcanchangetheoutputsPROCESS(A,B,C,D)BEGIN--StatementsinsideprocessexecutesequentiallyY<=AANDNOT(BORC)AND(D(1)XORD(2));ENDPROCESS;ENDbehavior;Figure6.1StateDiagramforst_machexampleLIBRARYIEEE;USEIEEE.STD_LOGIC_116

4、4.ALL;LIBRARYAltera_mf;USEaltera_mf.altera_mf_components.all;ENTITYamemoryISPORT(read_data:OUTSTD_LOGIC_VECTOR(7DOWNTO0);memory_address:INSTD_LOGIC_VECTOR(2DOWNTO0);write_data:INSTD_LOGIC_VECTOR(7DOWNTO0);Memwrite:INSTD_LOGIC;clock,reset:INSTD_LOGIC);ENDamemory;ARCHITECT

5、UREbehaviorOFamemoryISBEGINdata_memory:altsyncram--AltsyncrammemoryfunctionGENERICMAP(operation_mode=>“SINGLE_PORT”,width_a=>8,widthad_a=>3,lpm_type=>“altsyncram”,outdata_reg_a=>"UNREGISTERED",--Readsinmiffileforinitialdatavalues(optional)init_file=>"memory.mif",intended

6、_device_family=>“Cyclone”)PORTMAP(wren_a=>Memwrite,clock0=>clock,address_a=>memory_address(2DOWNTO0),data_a=>write_data,q_a=>read_data);ENDbehavior;Figure6.2SchematicofHierarchicalDesignENTITYhierarchISPORT(clock_25Mhz,pb1:INSTD_LOGIC; pb1_single_pulse:OUTSTD_LOGIC);ENDh

7、ierarch;ARCHITECTUREstructuralOFhierarchIS--DeclareinternalsignalsneededtoconnectsubmodulesSIGNALclock_1MHz,clock_100Hz,pb1_debounced:STD_LOGIC;COMPONENTdebounce--UseComponentstoDefineSubmodulesandParametersPORT(pb,clock_100Hz:INSTD_LOGIC; pb_debounced:OUTSTD_LOGIC);ENDC

8、OMPONENT;COMPONENTonepulsePORT(pb_debounced,clock:INSTD_LOGIC; pb_single_pulse:OUTSTD_LOGIC);ENDCOMPONE

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

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

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