实例介绍
实验是nexys4实验板上实现uart,帮助我们更好理解串口,使用verilog语言
【实例截图】
【核心代码】
4744302542949796954.zip
└── uart_tx_rx
├── div_clk.cmd_log
├── div_clk.tfi
├── ipcore_dir
│ ├── coregen.cgp
│ ├── coregen.log
│ ├── create_div_clk.tcl
│ ├── div_clk
│ │ ├── clk_wiz_v3_6_readme.txt
│ │ ├── doc
│ │ │ ├── clk_wiz_v3_6_readme.txt
│ │ │ ├── clk_wiz_v3_6_vinfo.html
│ │ │ └── pg065_clk_wiz.pdf
│ │ ├── example_design
│ │ │ ├── div_clk_exdes.ucf
│ │ │ ├── div_clk_exdes.v
│ │ │ └── div_clk_exdes.xdc
│ │ ├── implement
│ │ │ ├── implement.bat
│ │ │ ├── implement.sh
│ │ │ ├── planAhead_ise.bat
│ │ │ ├── planAhead_ise.sh
│ │ │ ├── planAhead_ise.tcl
│ │ │ ├── planAhead_rdn.bat
│ │ │ ├── planAhead_rdn.sh
│ │ │ ├── planAhead_rdn.tcl
│ │ │ ├── xst.prj
│ │ │ └── xst.scr
│ │ └── simulation
│ │ ├── div_clk_tb.v
│ │ ├── functional
│ │ │ ├── simcmds.tcl
│ │ │ ├── simulate_isim.bat
│ │ │ ├── simulate_isim.sh
│ │ │ ├── simulate_mti.bat
│ │ │ ├── simulate_mti.do
│ │ │ ├── simulate_mti.sh
│ │ │ ├── simulate_ncsim.sh
│ │ │ ├── simulate_vcs.sh
│ │ │ ├── ucli_commands.key
│ │ │ ├── vcs_session.tcl
│ │ │ ├── wave.do
│ │ │ └── wave.sv
│ │ └── timing
│ │ ├── div_clk_tb.v
│ │ ├── sdf_cmd_file
│ │ ├── simcmds.tcl
│ │ ├── simulate_isim.sh
│ │ ├── simulate_mti.bat
│ │ ├── simulate_mti.do
│ │ ├── simulate_mti.sh
│ │ ├── simulate_ncsim.sh
│ │ ├── simulate_vcs.sh
│ │ ├── ucli_commands.key
│ │ ├── vcs_session.tcl
│ │ └── wave.do
│ ├── div_clk.asy
│ ├── div_clk_flist.txt
│ ├── div_clk.gise
│ ├── div_clk.ncf
│ ├── div_clk.sym
│ ├── div_clk.ucf
│ ├── div_clk.v
│ ├── div_clk.veo
│ ├── div_clk.xco
│ ├── div_clk.xdc
│ ├── div_clk.xise
│ ├── div_clk_xmdf.tcl
│ ├── edit_div_clk.tcl
│ ├── tmp
│ │ ├── _cg
│ │ │ └── _dbg
│ │ │ ├── xil_2.in
│ │ │ └── xil_2.out
│ │ ├── customization_gui.0.217216815435.out
│ │ └── _xmsgs
│ │ └── pn_parser.xmsgs
│ └── _xmsgs
│ ├── cg.xmsgs
│ └── pn_parser.xmsgs
├── iseconfig
│ ├── rx_bps_module.xreport
│ ├── top.xreport
│ └── uart_tx_rx.projectmgr
├── _ngo
│ └── netlist.lst
├── pa.fromNetlist.tcl
├── par_usage_statistics.html
├── planAhead.ngc2edif.log
├── planAhead_pid4216.debug
├── planAhead_pid7060.debug
├── planAhead_run_1
│ ├── planAhead.jou
│ ├── planAhead.log
│ ├── planAhead_run.log
│ ├── uart_tx_rx.data
│ │ ├── cache
│ │ │ └── top_ngc_zx.edif
│ │ ├── constrs_1
│ │ │ ├── designprops.xml
│ │ │ ├── fileset.xml
│ │ │ └── usercols.xml
│ │ ├── runs
│ │ │ ├── impl_1.psg
│ │ │ └── runs.xml
│ │ ├── sim_1
│ │ │ └── fileset.xml
│ │ ├── sources_1
│ │ │ ├── chipscope.xml
│ │ │ ├── fileset.xml
│ │ │ └── ports.xml
│ │ └── wt
│ │ ├── java_command_handlers.wdf
│ │ ├── project.wpc
│ │ └── webtalk_pa.xml
│ └── uart_tx_rx.ppr
├── planAhead_run_2
│ ├── planAhead.jou
│ ├── planAhead.log
│ ├── planAhead_run.log
│ ├── uart_tx_rx.data
│ │ ├── cache
│ │ │ └── top_ngc_zx.edif
│ │ ├── constrs_1
│ │ │ └── fileset.xml
│ │ ├── runs
│ │ │ ├── impl_1.psg
│ │ │ └── runs.xml
│ │ ├── sim_1
│ │ │ └── fileset.xml
│ │ ├── sources_1
│ │ │ └── fileset.xml
│ │ └── wt
│ │ ├── project.wpc
│ │ └── webtalk_pa.xml
│ └── uart_tx_rx.ppr
├── rx_bps_module.cmd_log
├── rx_bps_module_summary.html
├── rx_bps_module.tfi
├── rx_bps_module.v
├── rx_control_module.cmd_log
├── rx_control_module.tfi
├── rx_control_module.v
├── test_module.cmd_log
├── test_module.tfi
├── test_module.v
├── text_isdone_module.v
├── top.bgn
├── top.bit
├── top_bitgen.xwbt
├── top.bld
├── top.cmd_log
├── top.drc
├── top_envsettings.html
├── top_guide.ncd
├── top.lso
├── top_map.map
├── top_map.mrp
├── top_map.ncd
├── top_map.ngm
├── top_map.xrpt
├── top.ncd
├── top.ngc
├── top.ngd
├── top_ngdbuild.xrpt
├── top.ngr
├── top.pad
├── top_pad.csv
├── top_pad.txt
├── top.par
├── top_par.xrpt
├── top.pcf
├── top.prj
├── top.ptwx
├── top.stx
├── top_summary.html
├── top_summary.xml
├── top.syr
├── top.twr
├── top.twx
├── top.ucf
├── top.unroutes
├── top_usage.xml
├── top.ut
├── top.v
├── top.xpi
├── top.xst
├── top_xst.xrpt
├── tx_control_module.cmd_log
├── tx_control_module.tfi
├── tx_control_module.v
├── tx_module.v
├── uart_tx_rx.gise
├── uart_tx_rx.xise
├── usage_statistics_webtalk.html
├── webtalk.log
├── webtalk_pn.xml
├── xlnx_auto_0_xdb
│ └── cst.xbcd
├── _xmsgs
│ ├── bitgen.xmsgs
│ ├── map.xmsgs
│ ├── ngdbuild.xmsgs
│ ├── par.xmsgs
│ ├── pn_parser.xmsgs
│ ├── trce.xmsgs
│ └── xst.xmsgs
└── xst
├── dump.xst
│ └── top.prj
├── projnav.tmp
└── work
├── work.sdbl
└── work.sdbx
39 directories, 175 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论