实例介绍
PicoBlaze软核实现led灯闪烁,完整例程及详细说明文档
【实例截图】
【核心代码】
Prj_FPGA
├── PBtest
│ ├── KCPSM6_Release9_30Sept14
│ │ ├── JTAG_Loader
│ │ │ ├── JTAG_Loader_RH_32
│ │ │ ├── JTAG_Loader_RH_64
│ │ │ ├── JTAG_Loader_Win7_32.exe
│ │ │ ├── JTAG_Loader_Win7_64.exe
│ │ │ ├── JTAG_Loader_WinXP_32.exe
│ │ │ ├── JTAG_Loader_WinXP_64.exe
│ │ │ └── msvcr100.dll
│ │ ├── KCPSM6_User_Guide_30Sept14.pdf
│ │ ├── Known_Issues_and_Workarounds.txt
│ │ ├── LED.v
│ │ ├── Miscellaneous
│ │ │ ├── ROM_form_for_multiple_instances.vhd
│ │ │ └── kcpsm6_without_slice_packing_attributes.vhd
│ │ ├── PicoBlaze_Design_in_Vivado.pdf
│ │ ├── READ_ME_FIRST.txt
│ │ ├── ROM_form.vhd
│ │ ├── ROM_form_templates
│ │ │ ├── ROM_form_128_14March13.vhd
│ │ │ ├── ROM_form_256_5Aug11.vhd
│ │ │ ├── ROM_form_7S_1K5_with_ecc_5Dec13.vhd
│ │ │ ├── ROM_form_7S_1K_14March13.vhd
│ │ │ ├── ROM_form_7S_2K_14March13.vhd
│ │ │ ├── ROM_form_7S_2K_with_error_detection_14March13.vhd
│ │ │ ├── ROM_form_7S_4K_14March13.vhd
│ │ │ ├── ROM_form_JTAGLoader_14March13.vhd
│ │ │ ├── ROM_form_JTAGLoader_3Mar11.vhd
│ │ │ ├── ROM_form_JTAGLoader_Vivado_2June14.vhd
│ │ │ ├── ROM_form_S6_1K_5Aug11.vhd
│ │ │ ├── ROM_form_S6_2K_5Aug11.vhd
│ │ │ ├── ROM_form_S6_4K_23Nov12.vhd
│ │ │ ├── ROM_form_V6_1K_14March13.vhd
│ │ │ ├── ROM_form_V6_2K_14March13.vhd
│ │ │ └── ROM_form_V6_4K_14March13.vhd
│ │ ├── Reference_Design_License.pdf
│ │ ├── Reference_Designs
│ │ │ ├── I2C
│ │ │ │ ├── KC705_KCPSM6_I2C_EEPROM_reference_design.pdf
│ │ │ │ ├── PicoTerm_routines.psm
│ │ │ │ ├── i2c_routines.psm
│ │ │ │ ├── kc705_i2c_devices.psm
│ │ │ │ ├── kc705_kcpsm6_i2c_eeprom.ucf
│ │ │ │ ├── kc705_kcpsm6_i2c_eeprom.vhd
│ │ │ │ ├── m24c08_i2c_uart_bridge.psm
│ │ │ │ └── soft_delays_100mhz.psm
│ │ │ ├── ICAP
│ │ │ │ ├── ICAPE2_routines.psm
│ │ │ │ ├── KC705_KCPSM6_ICAP_reference_design.pdf
│ │ │ │ ├── PicoTerm_routines.psm
│ │ │ │ ├── RAM_4096x8_routines.psm
│ │ │ │ ├── icap_control.psm
│ │ │ │ ├── kc705_kcpsm6_icap.vhd
│ │ │ │ ├── kc705_kcpsm6_icap.xdc
│ │ │ │ ├── line_input_and_editing.psm
│ │ │ │ └── ram_4096x8.vhd
│ │ │ ├── SPI
│ │ │ │ ├── KC705_KCPSM6_SPI_Flash_reference_design.pdf
│ │ │ │ ├── N25Q128_SPI_routines.psm
│ │ │ │ ├── PicoTerm_routines.psm
│ │ │ │ ├── kc705_kcpsm6_spi_flash.ucf
│ │ │ │ ├── kc705_kcpsm6_spi_flash.vhd
│ │ │ │ ├── n25q128_spi_uart_bridge.psm
│ │ │ │ └── soft_delays_100mhz.psm
│ │ │ ├── VC707_KCPSM6_VID_PMBus_and_more.pdf
│ │ │ └── XADC
│ │ │ ├── KC705_KCPSM6_XADC_reference_design.pdf
│ │ │ ├── PicoTerm_routines.psm
│ │ │ ├── kc705_kcpsm6_xadc.ucf
│ │ │ ├── kc705_kcpsm6_xadc.vhd
│ │ │ ├── soft_delays_200mhz.psm
│ │ │ ├── xadc_monitor.psm
│ │ │ └── xadc_routines.psm
│ │ ├── UART_and_PicoTerm
│ │ │ ├── ATLYS_design
│ │ │ │ ├── PicoTerm_routines.psm
│ │ │ │ ├── atlys_real_time_clock.psm
│ │ │ │ ├── soft_delays_100mhz.psm
│ │ │ │ ├── uart6_atlys.ucf
│ │ │ │ ├── uart6_atlys.v
│ │ │ │ └── uart6_atlys.vhd
│ │ │ ├── BAUD_rate_counter_calculator.xlsx
│ │ │ ├── KC705_design
│ │ │ │ ├── auto_baud_rate_control.psm
│ │ │ │ ├── testbench_uart6_kc705.vhd
│ │ │ │ ├── uart6_kc705.ucf
│ │ │ │ ├── uart6_kc705.v
│ │ │ │ ├── uart6_kc705.vhd
│ │ │ │ ├── uart6_kc705.xdc
│ │ │ │ └── uart_interface_routines.psm
│ │ │ ├── ML605_design
│ │ │ │ ├── uart6_ml605.ucf
│ │ │ │ ├── uart6_ml605.v
│ │ │ │ ├── uart6_ml605.vhd
│ │ │ │ ├── uart_control.psm
│ │ │ │ └── uart_interface_routines.psm
│ │ │ ├── PicoTerm.exe
│ │ │ ├── PicoTerm_README.txt
│ │ │ ├── UART6_README.txt
│ │ │ ├── UART6_User_Guide_and_Reference_Designs_30Sept14.pdf
│ │ │ ├── uart_rx6.v
│ │ │ ├── uart_rx6.vhd
│ │ │ ├── uart_tx6.v
│ │ │ └── uart_tx6.vhd
│ │ ├── Verilog
│ │ │ ├── ROM_form.v
│ │ │ ├── ROM_form_128_14March13.v
│ │ │ ├── ROM_form_256_5Aug11.v
│ │ │ ├── ROM_form_7S_1K_14March13.v
│ │ │ ├── ROM_form_7S_2K_14March13.v
│ │ │ ├── ROM_form_7S_4K_14March13.v
│ │ │ ├── ROM_form_JTAGLoader_14March13.v
│ │ │ ├── ROM_form_JTAGLoader_3Mar11.v
│ │ │ ├── ROM_form_JTAGLoader_Vivado_2June14.v
│ │ │ ├── ROM_form_S6_1K_5Aug11.v
│ │ │ ├── ROM_form_S6_2K_5Aug11.v
│ │ │ ├── ROM_form_S6_4K_26Nov12.v
│ │ │ ├── ROM_form_V6_1K_14March13.v
│ │ │ ├── ROM_form_V6_2K_14March13.v
│ │ │ ├── ROM_form_V6_4K_14March13.v
│ │ │ ├── kcpsm6.v
│ │ │ └── kcpsm6_design_template.v
│ │ ├── all_kcpsm6_syntax.psm
│ │ ├── kcpsm6.exe
│ │ ├── kcpsm6.vhd
│ │ ├── kcpsm6_assembler_readme.txt
│ │ └── kcpsm6_design_template.vhd
│ ├── LED_summary.html
│ ├── PBtest.bld
│ ├── PBtest.cmd_log
│ ├── PBtest.gise
│ ├── PBtest.lso
│ ├── PBtest.ncd
│ ├── PBtest.ngc
│ ├── PBtest.ngd
│ ├── PBtest.ngr
│ ├── PBtest.pad
│ ├── PBtest.par
│ ├── PBtest.pcf
│ ├── PBtest.prj
│ ├── PBtest.ptwx
│ ├── PBtest.stx
│ ├── PBtest.syr
│ ├── PBtest.twr
│ ├── PBtest.twx
│ ├── PBtest.ucf
│ ├── PBtest.unroutes
│ ├── PBtest.ut
│ ├── PBtest.v
│ ├── PBtest.xise
│ ├── PBtest.xpi
│ ├── PBtest.xst
│ ├── PBtest_bitgen.xwbt
│ ├── PBtest_envsettings.html
│ ├── PBtest_guide.ncd
│ ├── PBtest_map.map
│ ├── PBtest_map.mrp
│ ├── PBtest_map.ncd
│ ├── PBtest_map.ngm
│ ├── PBtest_map.xrpt
│ ├── PBtest_ngdbuild.xrpt
│ ├── PBtest_pad.csv
│ ├── PBtest_pad.txt
│ ├── PBtest_par.xrpt
│ ├── PBtest_summary.html
│ ├── PBtest_summary.xml
│ ├── PBtest_usage.xml
│ ├── PBtest_xst.xrpt
│ ├── _ngo
│ │ └── netlist.lst
│ ├── _xmsgs
│ │ ├── bitgen.xmsgs
│ │ ├── map.xmsgs
│ │ ├── ngdbuild.xmsgs
│ │ ├── par.xmsgs
│ │ ├── pn_parser.xmsgs
│ │ ├── trce.xmsgs
│ │ └── xst.xmsgs
│ ├── iseconfig
│ │ ├── PBtest.projectmgr
│ │ ├── PBtest.xreport
│ │ └── kcpsm6.xreport
│ ├── kcpsm6.bld
│ ├── kcpsm6.cmd_log
│ ├── kcpsm6.lso
│ ├── kcpsm6.ncd
│ ├── kcpsm6.ngc
│ ├── kcpsm6.ngd
│ ├── kcpsm6.ngr
│ ├── kcpsm6.par
│ ├── kcpsm6.pcf
│ ├── kcpsm6.prj
│ ├── kcpsm6.stx
│ ├── kcpsm6.syr
│ ├── kcpsm6.twr
│ ├── kcpsm6.twx
│ ├── kcpsm6.unroutes
│ ├── kcpsm6.xst
│ ├── kcpsm6_envsettings.html
│ ├── kcpsm6_guide.ncd
│ ├── kcpsm6_map.map
│ ├── kcpsm6_map.mrp
│ ├── kcpsm6_map.ncd
│ ├── kcpsm6_map.ngm
│ ├── kcpsm6_pad.csv
│ ├── kcpsm6_pad.txt
│ ├── kcpsm6_summary.html
│ ├── kcpsm6_xst.xrpt
│ ├── pa.fromHdl.tcl
│ ├── par_usage_statistics.html
│ ├── pbtest.bgn
│ ├── pbtest.bit
│ ├── pbtest.drc
│ ├── planAhead_run_1
│ │ ├── PBtest.data
│ │ │ ├── constrs_1
│ │ │ │ ├── designprops.xml
│ │ │ │ ├── fileset.xml
│ │ │ │ └── usercols.xml
│ │ │ ├── sources_1
│ │ │ │ ├── chipscope.xml
│ │ │ │ ├── fileset.xml
│ │ │ │ └── ports.xml
│ │ │ └── wt
│ │ │ └── webtalk_pa.xml
│ │ ├── PBtest.ppr
│ │ ├── planAhead.jou
│ │ ├── planAhead.log
│ │ └── planAhead_run.log
│ ├── usage_statistics_webtalk.html
│ ├── webtalk.log
│ ├── webtalk_pn.xml
│ ├── xlnx_auto_0_xdb
│ │ └── cst.xbcd
│ └── xst
│ └── work
│ ├── work.sdbl
│ └── work.sdbx
└── PicoBlaze完整例程说明例程.docx
26 directories, 214 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论