在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 黑金Sparten6开发板Verilog教程V1.6

黑金Sparten6开发板Verilog教程V1.6

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:140.71M
  • 下载次数:6
  • 浏览次数:152
  • 发布时间:2021-12-04
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
黑金Sparten6开发板Verilog教程V1.6、包含了教程文档和工程代码,仅可用于学习交流。
【实例截图】
【核心代码】
16359647972782154560.zip
├── 04_led_test
│   ├── _impact.log
│   ├── iseconfig
│   │   ├── LED.projectmgr
│   │   ├── led_test.projectmgr
│   │   ├── led_test.xreport
│   │   └── led.xreport
│   ├── LED_bak.v
│   ├── led_bitgen.xwbt
│   ├── led.drc
│   ├── led_map.map
│   ├── led_pad.csv
│   ├── led_pad.txt
│   ├── led_summary.xml
│   ├── led_test.bit
│   ├── led_test_bitgen.xwbt
│   ├── led_test.cfi
│   ├── led_test.drc
│   ├── led_test_map.map
│   ├── led_test.mcs
│   ├── led_test_pad.csv
│   ├── led_test_pad.txt
│   ├── led_test.prm
│   ├── led_test_summary.xml
│   ├── led_test.ucf
│   ├── led_test_usage.xml
│   ├── led_test.v
│   ├── led_test.xise
│   ├── led_tset.cfi
│   ├── led_tset.prm
│   ├── led_usage.xml
│   ├── LED.v.bak
│   ├── pa.fromHdl.tcl
│   ├── pa.fromNetlist.tcl
│   ├── planAhead.ngc2edif.log
│   ├── planAhead_pid2352.debug
│   ├── planAhead_pid3908.debug
│   ├── planAhead_pid3972.debug
│   ├── planAhead_pid544.debug
│   ├── planAhead_pid896.debug
│   ├── testbench
│   │   └── vtf_led_test.v
│   ├── transcript
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   ├── Xilix_delete.bat
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 05_key_test
│   ├── ipcore_dir
│   ├── iseconfig
│   │   ├── key_test.projectmgr
│   │   └── key_test.xreport
│   ├── key_test.bit
│   ├── key_test_bitgen.xwbt
│   ├── key_test.drc
│   ├── key_test_map.map
│   ├── key_test_pad.csv
│   ├── key_test_pad.txt
│   ├── key_test_summary.xml
│   ├── key_test.ucf
│   ├── key_test_usage.xml
│   ├── key_test.v
│   ├── key_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 06_pll_test
│   ├── ipcore_dir
│   │   ├── coregen.cgp
│   │   ├── coregen.log
│   │   ├── create_pll_ip.tcl
│   │   ├── edit_pll_ip.tcl
│   │   ├── pll_ip
│   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   ├── doc
│   │   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   │   └── pg065_clk_wiz.pdf
│   │   │   ├── example_design
│   │   │   │   ├── pll_ip_exdes.ucf
│   │   │   │   ├── pll_ip_exdes.v
│   │   │   │   └── pll_ip_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.scr
│   │   │   └── simulation
│   │   │   ├── 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
│   │   │   ├── pll_ip_tb.v
│   │   │   └── timing
│   │   │   ├── pll_ip_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
│   │   ├── pll_ip.asy
│   │   ├── pll_ip_flist.txt
│   │   ├── pll_ip.ncf
│   │   ├── pll_ip.sym
│   │   ├── pll_ip.ucf
│   │   ├── pll_ip.v
│   │   ├── pll_ip.veo
│   │   ├── pll_ip.xco
│   │   ├── pll_ip.xdc
│   │   ├── pll_ip.xise
│   │   ├── pll_ip_xmdf.tcl
│   │   ├── tmp
│   │   │   ├── _cg
│   │   │   │   └── _dbg
│   │   │   │   ├── xil_992.in
│   │   │   │   └── xil_992.out
│   │   │   ├── customization_gui.0.720739669968.out
│   │   │   └── _xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   └── _xmsgs
│   │   ├── cg.xmsgs
│   │   └── pn_parser.xmsgs
│   ├── iseconfig
│   │   ├── pll_test.projectmgr
│   │   └── pll_test.xreport
│   ├── pll_test
│   ├── pll_test.bit
│   ├── pll_test_bitgen.xwbt
│   ├── pll_test.drc
│   ├── pll_test_map.map
│   ├── pll_test_pad.csv
│   ├── pll_test_pad.txt
│   ├── pll_test_summary.xml
│   ├── pll_test.ucf
│   ├── pll_test_usage.xml
│   ├── pll_test.v
│   ├── pll_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 07_uart_test
│   ├── iseconfig
│   │   ├── clkdiv.xreport
│   │   ├── uartrxtx.xreport
│   │   ├── UART_TEST.projectmgr
│   │   └── uart_test.xreport
│   ├── rtl
│   │   ├── clkdiv.v
│   │   ├── clkdiv.v.bak
│   │   ├── testdata.v
│   │   ├── testdata.v.bak
│   │   ├── uartctrl.v
│   │   ├── uartrx.v
│   │   ├── uartrx.v.bak
│   │   ├── uart_test.v
│   │   ├── uart_test.v.bak
│   │   └── uarttx.v
│   ├── uartrxtx.ucf
│   ├── uart_test.bit
│   ├── uart_test_bitgen.xwbt
│   ├── uart_test.drc
│   ├── uart_test_map.map
│   ├── uart_test_pad.csv
│   ├── uart_test_pad.txt
│   ├── uart_test_summary.xml
│   ├── uart_test_usage.xml
│   ├── uart_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 08_eeprom_test
│   ├── chipscope_icon.asy
│   ├── chipscope_icon.constraints
│   │   ├── chipscope_icon.ucf
│   │   └── chipscope_icon.xdc
│   ├── chipscope_icon_flist.txt
│   ├── chipscope_icon.ncf
│   ├── chipscope_icon_readme.txt
│   ├── chipscope_icon.ucf
│   ├── chipscope_icon.v
│   ├── chipscope_icon.veo
│   ├── chipscope_icon.xco
│   ├── chipscope_icon.xdc
│   ├── chipscope_icon_xmdf.tcl
│   ├── chipscope_ila.asy
│   ├── chipscope_ila.cdc
│   ├── chipscope_ila.constraints
│   │   ├── chipscope_ila.ucf
│   │   └── chipscope_ila.xdc
│   ├── chipscope_ila_flist.txt
│   ├── chipscope_ila.ncf
│   ├── chipscope_ila_readme.txt
│   ├── chipscope_ila.ucf
│   ├── chipscope_ila.v
│   ├── chipscope_ila.veo
│   ├── chipscope_ila.xco
│   ├── chipscope_ila.xdc
│   ├── chipscope_ila_xmdf.tcl
│   ├── coregen.cgc
│   ├── coregen.cgp
│   ├── eeprom.cpj
│   ├── eeprom_test.bit
│   ├── eeprom_test_bitgen.xwbt
│   ├── eeprom_test.drc
│   ├── eeprom_test_map.map
│   ├── eeprom_test_pad.csv
│   ├── eeprom_test_pad.txt
│   ├── eeprom_test_summary.xml
│   ├── eeprom_test_usage.xml
│   ├── eeprom_test.xise
│   ├── ipcore_dir
│   ├── iseconfig
│   │   ├── eeprom_test.projectmgr
│   │   └── eeprom_test.xreport
│   ├── rtl
│   │   ├── eeprom_test.ucf
│   │   ├── eeprom_test.v
│   │   └── iic_com.v
│   ├── tmp
│   │   ├── _cg
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 09_rtc_test
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── ipcore_dir
│   ├── iseconfig
│   │   ├── i2c_com.xreport
│   │   ├── rtc_test.projectmgr
│   │   └── rtc_test.xreport
│   ├── rtc_test.bit
│   ├── rtc_test_bitgen.xwbt
│   ├── rtc_test.drc
│   ├── rtc_test_map.map
│   ├── rtc_test_pad.csv
│   ├── rtc_test_pad.txt
│   ├── rtc_test_summary.xml
│   ├── rtc_test_usage.xml
│   ├── rtc_test.xise
│   ├── rtl
│   │   ├── clkdiv.v
│   │   ├── cmd_control.v
│   │   ├── ds1302_module.v
│   │   ├── i2c_com.v
│   │   ├── rtc_test.ucf
│   │   ├── rtc_test.v
│   │   ├── rtc_time.v
│   │   └── uarttx.v
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 10_rom_test
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── ipcore_dir
│   │   ├── coregen.cgp
│   │   ├── coregen.log
│   │   ├── create_rom_ip.tcl
│   │   ├── edit_rom_ip.tcl
│   │   ├── rom_ip
│   │   │   ├── blk_mem_gen_v7_3_readme.txt
│   │   │   ├── doc
│   │   │   │   └── pg058-blk-mem-gen.pdf
│   │   │   ├── example_design
│   │   │   │   ├── rom_ip_exdes.ucf
│   │   │   │   ├── rom_ip_exdes.vhd
│   │   │   │   ├── rom_ip_exdes.xdc
│   │   │   │   └── rom_ip_prod.vhd
│   │   │   ├── implement
│   │   │   │   ├── implement.bat
│   │   │   │   ├── implement.sh
│   │   │   │   ├── planAhead_ise.bat
│   │   │   │   ├── planAhead_ise.sh
│   │   │   │   ├── planAhead_ise.tcl
│   │   │   │   └── xst.scr
│   │   │   └── simulation
│   │   │   ├── addr_gen.vhd
│   │   │   ├── bmg_stim_gen.vhd
│   │   │   ├── bmg_tb_pkg.vhd
│   │   │   ├── functional
│   │   │   │   ├── simcmds.tcl
│   │   │   │   ├── simulate_isim.bat
│   │   │   │   ├── simulate_mti.bat
│   │   │   │   ├── simulate_mti.do
│   │   │   │   ├── simulate_mti.sh
│   │   │   │   ├── simulate_ncsim.sh
│   │   │   │   ├── simulate_vcs.sh
│   │   │   │   ├── ucli_commands.key
│   │   │   │   ├── vcs_session.tcl
│   │   │   │   ├── wave_mti.do
│   │   │   │   └── wave_ncsim.sv
│   │   │   ├── random.vhd
│   │   │   ├── rom_ip_synth.vhd
│   │   │   ├── rom_ip_tb.vhd
│   │   │   └── timing
│   │   │   ├── simcmds.tcl
│   │   │   ├── simulate_isim.bat
│   │   │   ├── simulate_mti.bat
│   │   │   ├── simulate_mti.do
│   │   │   ├── simulate_mti.sh
│   │   │   ├── simulate_ncsim.sh
│   │   │   ├── simulate_vcs.sh
│   │   │   ├── ucli_commands.key
│   │   │   ├── vcs_session.tcl
│   │   │   ├── wave_mti.do
│   │   │   └── wave_ncsim.sv
│   │   ├── rom_ip.asy
│   │   ├── rom_ip_flist.txt
│   │   ├── rom_ip.mif
│   │   ├── rom_ip.ncf
│   │   ├── rom_ip.sym
│   │   ├── rom_ip.v
│   │   ├── rom_ip.veo
│   │   ├── rom_ip.xco
│   │   ├── rom_ip.xise
│   │   ├── rom_ip_xmdf.tcl
│   │   ├── summary.log
│   │   ├── tmp
│   │   │   ├── _cg
│   │   │   │   └── _dbg
│   │   │   │   ├── xil_919.in
│   │   │   │   └── xil_919.out
│   │   │   └── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── _xmsgs
│   │   ├── cg.xmsgs
│   │   └── pn_parser.xmsgs
│   ├── iseconfig
│   │   ├── rom_test.projectmgr
│   │   └── rom_test.xreport
│   ├── rom_init.coe
│   ├── rom_test.bit
│   ├── rom_test_bitgen.xwbt
│   ├── rom_test.cpj
│   ├── rom_test.drc
│   ├── rom_test_map.map
│   ├── rom_test_pad.csv
│   ├── rom_test_pad.txt
│   ├── rom_test_summary.xml
│   ├── rom_test.ucf
│   ├── rom_test_usage.xml
│   ├── rom_test.v
│   ├── rom_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 11_ddr3_test
│   ├── coregen.cgc
│   ├── coregen.cgp
│   ├── iseconfig
│   │   ├── mig_39_2.projectmgr
│   │   └── mig_39_2.xreport
│   ├── mig_39_2
│   │   ├── docs
│   │   │   ├── ug388.pdf
│   │   │   └── ug416.pdf
│   │   ├── example_design
│   │   │   ├── chipscope
│   │   │   │   └── ax516.cpj
│   │   │   ├── datasheet.txt
│   │   │   ├── log.txt
│   │   │   ├── par
│   │   │   │   ├── coregen.cgc
│   │   │   │   ├── coregen.cgp
│   │   │   │   ├── coregen.log
│   │   │   │   ├── create_ise.bat
│   │   │   │   ├── example_top.bit
│   │   │   │   ├── example_top_bitgen.xwbt
│   │   │   │   ├── example_top.cdc
│   │   │   │   ├── example_top.drc
│   │   │   │   ├── example_top_map.map
│   │   │   │   ├── example_top_pad.csv
│   │   │   │   ├── example_top_pad.txt
│   │   │   │   ├── example_top_summary.xml
│   │   │   │   ├── example_top.ucf
│   │   │   │   ├── example_top_usage.xml
│   │   │   │   ├── icon.asy
│   │   │   │   ├── icon_coregen.xco
│   │   │   │   ├── icon_flist.txt
│   │   │   │   ├── icon_readme.txt
│   │   │   │   ├── icon.xco
│   │   │   │   ├── icon.xise
│   │   │   │   ├── icon_xmdf.tcl
│   │   │   │   ├── ila.cdc
│   │   │   │   ├── ila_coregen.xco
│   │   │   │   ├── ila_flist.txt
│   │   │   │   ├── ila_readme.txt
│   │   │   │   ├── ila.xco
│   │   │   │   ├── ila.xise
│   │   │   │   ├── ila_xmdf.tcl
│   │   │   │   ├── ipcore_dir
│   │   │   │   ├── iseconfig
│   │   │   │   │   ├── example_top.xreport
│   │   │   │   │   └── test.projectmgr
│   │   │   │   ├── ise_flow.bat
│   │   │   │   ├── ise_run.txt
│   │   │   │   ├── makeproj.bat
│   │   │   │   ├── readme.txt
│   │   │   │   ├── rem_files.bat
│   │   │   │   ├── set_ise_prop.tcl
│   │   │   │   ├── test.xise
│   │   │   │   ├── tmp
│   │   │   │   │   ├── _cg
│   │   │   │   │   └── _xmsgs
│   │   │   │   │   └── pn_parser.xmsgs
│   │   │   │   ├── vio.cdc
│   │   │   │   ├── vio_coregen.xco
│   │   │   │   ├── vio_flist.txt
│   │   │   │   ├── vio_readme.txt
│   │   │   │   ├── vio.xco
│   │   │   │   ├── vio.xise
│   │   │   │   ├── vio_xmdf.tcl
│   │   │   │   ├── webtalk.log
│   │   │   │   ├── webtalk_pn.xml
│   │   │   │   └── _xmsgs
│   │   │   │   ├── bitgen.xmsgs
│   │   │   │   ├── map.xmsgs
│   │   │   │   ├── ngdbuild.xmsgs
│   │   │   │   ├── par.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   ├── trce.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── rtl
│   │   │   │   ├── example_top.v
│   │   │   │   ├── infrastructure.v
│   │   │   │   ├── mcb_controller
│   │   │   │   │   ├── iodrp_controller.v
│   │   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   │   └── mcb_ui_top.v
│   │   │   │   ├── memc_tb_top.v
│   │   │   │   ├── memc_wrapper.v
│   │   │   │   └── traffic_gen
│   │   │   │   ├── afifo.v
│   │   │   │   ├── cmd_gen.v
│   │   │   │   ├── cmd_prbs_gen.v
│   │   │   │   ├── data_prbs_gen.v
│   │   │   │   ├── init_mem_pattern_ctr.v
│   │   │   │   ├── mcb_flow_control.v
│   │   │   │   ├── mcb_traffic_gen.v
│   │   │   │   ├── rd_data_gen.v
│   │   │   │   ├── read_data_path.v
│   │   │   │   ├── read_posted_fifo.v
│   │   │   │   ├── sp6_data_gen.v
│   │   │   │   ├── tg_status.v
│   │   │   │   ├── v6_data_gen.v
│   │   │   │   ├── wr_data_gen.v
│   │   │   │   └── write_data_path.v
│   │   │   ├── sim
│   │   │   │   └── functional
│   │   │   │   ├── ddr3_model_c3.v
│   │   │   │   ├── ddr3_model_parameters_c3.vh
│   │   │   │   ├── isim.bat
│   │   │   │   ├── isim.tcl
│   │   │   │   ├── readme.txt
│   │   │   │   ├── sim.do
│   │   │   │   └── sim_tb_top.v
│   │   │   └── synth
│   │   │   ├── mem_interface_top_synp.sdc
│   │   │   └── script_synp.tcl
│   │   └── user_design
│   │   ├── datasheet.txt
│   │   ├── log.txt
│   │   ├── par
│   │   │   ├── create_ise.bat
│   │   │   ├── icon_coregen.xco
│   │   │   ├── ila_coregen.xco
│   │   │   ├── ise_flow.bat
│   │   │   ├── ise_run.txt
│   │   │   ├── makeproj.bat
│   │   │   ├── mig_39_2.cdc
│   │   │   ├── mig_39_2.ucf
│   │   │   ├── readme.txt
│   │   │   ├── rem_files.bat
│   │   │   ├── set_ise_prop.tcl
│   │   │   └── vio_coregen.xco
│   │   ├── rtl
│   │   │   ├── infrastructure.v
│   │   │   ├── mcb_controller
│   │   │   │   ├── iodrp_controller.v
│   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   └── mcb_ui_top.v
│   │   │   ├── memc_wrapper.v
│   │   │   └── mig_39_2.v
│   │   ├── sim
│   │   │   ├── afifo.v
│   │   │   ├── cmd_gen.v
│   │   │   ├── cmd_prbs_gen.v
│   │   │   ├── data_prbs_gen.v
│   │   │   ├── ddr3_model_c3.v
│   │   │   ├── ddr3_model_parameters_c3.vh
│   │   │   ├── init_mem_pattern_ctr.v
│   │   │   ├── isim.bat
│   │   │   ├── isim.tcl
│   │   │   ├── mcb_flow_control.v
│   │   │   ├── mcb_traffic_gen.v
│   │   │   ├── memc_tb_top.v
│   │   │   ├── rd_data_gen.v
│   │   │   ├── read_data_path.v
│   │   │   ├── readme.txt
│   │   │   ├── read_posted_fifo.v
│   │   │   ├── sim.do
│   │   │   ├── sim_tb_top.v
│   │   │   ├── sp6_data_gen.v
│   │   │   ├── tg_status.v
│   │   │   ├── v6_data_gen.v
│   │   │   ├── wr_data_gen.v
│   │   │   └── write_data_path.v
│   │   └── synth
│   │   ├── mem_interface_top_synp.sdc
│   │   └── script_synp.tcl
│   ├── mig_39_2_flist.txt
│   ├── mig_39_2_readme.txt
│   ├── mig_39_2.veo
│   ├── mig_39_2.xco
│   ├── mig_39_2.xise
│   ├── mig_39_2_xmdf.tcl
│   ├── tmp
│   │   ├── _cg
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   └── _xmsgs
│   └── pn_parser.xmsgs
├── 12_flash_test
│   └── flash_test
│   ├── chipscope
│   │   └── flash_test.cpj
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── flash_test
│   ├── flash_test.bit
│   ├── flash_test_bitgen.xwbt
│   ├── flash_test.drc
│   ├── flash_test_map.map
│   ├── flash_test_pad.csv
│   ├── flash_test_pad.txt
│   ├── flash_test_summary.xml
│   ├── flash_test.ucf
│   ├── flash_test_usage.xml
│   ├── flash_test.v
│   ├── flash_test.xise
│   ├── ipcore_dir
│   ├── iseconfig
│   │   ├── flash_read.xreport
│   │   ├── flash_test.projectmgr
│   │   └── flash_test.xreport
│   ├── rtl
│   │   └── flash_spi.v
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 13_usb_test
│   ├── fuse.log
│   ├── fuse.xmsgs
│   ├── ipcore_dir
│   ├── iseconfig
│   │   ├── USB_LOOP_TEST.projectmgr
│   │   ├── USB_LOOP_TEST.xreport
│   │   ├── usb_test.projectmgr
│   │   └── usb_test.xreport
│   ├── isim.log
│   ├── pa.fromNetlist.tcl
│   ├── planAhead.ngc2edif.log
│   ├── planAhead_run_1
│   │   ├── planAhead.jou
│   │   ├── planAhead.log
│   │   └── planAhead_run.log
│   ├── planAhead_run_2
│   │   ├── planAhead.jou
│   │   ├── planAhead.log
│   │   ├── planAhead_run.log
│   │   ├── USB_LOOP_TEST.data
│   │   │   ├── constrs_1
│   │   │   │   └── fileset.xml
│   │   │   ├── runs
│   │   │   │   ├── impl_1.psg
│   │   │   │   └── runs.xml
│   │   │   ├── runs.new
│   │   │   │   ├── impl_1.psg
│   │   │   │   └── runs.xml
│   │   │   ├── sources_1
│   │   │   │   └── fileset.xml
│   │   │   └── wt
│   │   │   └── webtalk_pa.xml
│   │   └── USB_LOOP_TEST.ppr
│   ├── rtl
│   │   └── usb_test.v
│   ├── USB_LOOP_Sim.v
│   ├── USB_LOOP_TEST
│   ├── USB_LOOP_TEST_bitgen.xwbt
│   ├── usb_loop_test.drc
│   ├── USB_LOOP_TEST_map.map
│   ├── USB_LOOP_TEST_pad.csv
│   ├── USB_LOOP_TEST_pad.txt
│   ├── USB_LOOP_TEST_summary.xml
│   ├── USB_LOOP_TEST_usage.xml
│   ├── usb_test.bit
│   ├── usb_test_bitgen.xwbt
│   ├── usb_test.drc
│   ├── usb_test_map.map
│   ├── usb_test_pad.csv
│   ├── usb_test_pad.txt
│   ├── usb_test_summary.xml
│   ├── usb_test.ucf
│   ├── usb_test_usage.xml
│   ├── usb_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 14_ethernet_test
│   ├── 11.wcfg
│   ├── chipscope.cdc
│   ├── chipscope_icon.asy
│   ├── chipscope_icon.constraints
│   │   ├── chipscope_icon.ucf
│   │   └── chipscope_icon.xdc
│   ├── chipscope_icon_flist.txt
│   ├── chipscope_icon.ncf
│   ├── chipscope_icon_readme.txt
│   ├── chipscope_icon.ucf
│   ├── chipscope_icon.v
│   ├── chipscope_icon.veo
│   ├── chipscope_icon.xco
│   ├── chipscope_icon.xdc
│   ├── chipscope_icon_xmdf.tcl
│   ├── chipscope_ila.asy
│   ├── chipscope_ila.cdc
│   ├── chipscope_ila.constraints
│   │   ├── chipscope_ila.ucf
│   │   └── chipscope_ila.xdc
│   ├── chipscope_ila_flist.txt
│   ├── chipscope_ila.ncf
│   ├── chipscope_ila_readme.txt
│   ├── chipscope_ila.ucf
│   ├── chipscope_ila.v
│   ├── chipscope_ila.veo
│   ├── chipscope_ila.xco
│   ├── chipscope_ila.xdc
│   ├── chipscope_ila_xmdf.tcl
│   ├── coregen.cgc
│   ├── coregen.cgp
│   ├── ethernet_bitgen.xwbt
│   ├── ethernet.cfi
│   ├── ethernet_cs.blc
│   ├── ethernet.drc
│   ├── ethernet_map.map
│   ├── ethernet.mcs
│   ├── ethernet_pad.csv
│   ├── ethernet_pad.txt
│   ├── ethernet.prm
│   ├── ethernet_summary.xml
│   ├── ethernet_test.bit
│   ├── ethernet_test_bitgen.xwbt
│   ├── ethernet_test.cfi
│   ├── ethernet_testch.v
│   ├── ethernet_test.cpj
│   ├── ethernet_test_cs.blc
│   ├── ethernet_test.drc
│   ├── ethernet_test_map.map
│   ├── ethernet_test_pad.csv
│   ├── ethernet_test_pad.txt
│   ├── ethernet_test.prm
│   ├── ethernet_test_summary.xml
│   ├── ethernet_test_usage.xml
│   ├── ethernet_test.xise
│   ├── ethernet_usage.xml
│   ├── fifo_control.v
│   ├── fuse.log
│   ├── fuse.xmsgs
│   ├── impact_impact.xwbt
│   ├── _impact.log
│   ├── impact.xsl
│   ├── ipcore_dir
│   │   ├── coregen.cgp
│   │   ├── coregen.log
│   │   ├── create_fifo.tcl
│   │   ├── create_pll.tcl
│   │   ├── create_ram.tcl
│   │   ├── edit_fifo.tcl
│   │   ├── edit_pll.tcl
│   │   ├── edit_ram.tcl
│   │   ├── fifo.asy
│   │   ├── fifo_flist.txt
│   │   ├── fifo_generator_readme.txt
│   │   ├── fifo_generator_ug175.pdf
│   │   ├── fifo.ncf
│   │   ├── fifo.sym
│   │   ├── fifo.v
│   │   ├── fifo.veo
│   │   ├── fifo.vhd
│   │   ├── fifo.vho
│   │   ├── fifo.xco
│   │   ├── fifo.xise
│   │   ├── fifo_xmdf.tcl
│   │   ├── pll
│   │   │   ├── clk_wiz_readme.txt
│   │   │   ├── doc
│   │   │   │   ├── clk_wiz_ds709.pdf
│   │   │   │   └── clk_wiz_gsg521.pdf
│   │   │   ├── example_design
│   │   │   │   ├── pll_exdes.v
│   │   │   │   └── pll_exdes.vhd
│   │   │   ├── implement
│   │   │   │   ├── implement.bat
│   │   │   │   ├── implement.sh
│   │   │   │   ├── planAhead_ise.bat
│   │   │   │   ├── planAhead_ise.sh
│   │   │   │   ├── planAhead_ise.tcl
│   │   │   │   └── xst.scr
│   │   │   ├── pll.ucf
│   │   │   └── simulation
│   │   │   ├── functional
│   │   │   │   ├── simcmds.tcl
│   │   │   │   ├── simulate_isim.bat
│   │   │   │   ├── simulate_isim.sh
│   │   │   │   ├── simulate_mti.do
│   │   │   │   ├── simulate_ncsim.sh
│   │   │   │   ├── simulate_vcs.sh
│   │   │   │   ├── ucli_commands.key
│   │   │   │   ├── vcs_session.tcl
│   │   │   │   ├── wave.do
│   │   │   │   └── wave.sv
│   │   │   ├── pll_tb.v
│   │   │   └── pll_tb.vhd
│   │   ├── pll.asy
│   │   ├── pll.ejp
│   │   ├── pll_exdes.ncf
│   │   ├── pll_flist.txt
│   │   ├── pll.sym
│   │   ├── pll.v
│   │   ├── pll.veo
│   │   ├── pll.vhd
│   │   ├── pll.vho
│   │   ├── pll.xco
│   │   ├── pll.xise
│   │   ├── pll_xmdf.tcl
│   │   ├── ram
│   │   │   ├── blk_mem_gen_v7_3_readme.txt
│   │   │   ├── doc
│   │   │   │   └── pg058-blk-mem-gen.pdf
│   │   │   ├── example_design
│   │   │   │   ├── ram_exdes.ucf
│   │   │   │   ├── ram_exdes.vhd
│   │   │   │   ├── ram_exdes.xdc
│   │   │   │   └── ram_prod.vhd
│   │   │   ├── implement
│   │   │   │   ├── implement.bat
│   │   │   │   ├── implement.sh
│   │   │   │   ├── planAhead_ise.bat
│   │   │   │   ├── planAhead_ise.sh
│   │   │   │   ├── planAhead_ise.tcl
│   │   │   │   └── xst.scr
│   │   │   └── simulation
│   │   │   ├── addr_gen.vhd
│   │   │   ├── bmg_stim_gen.vhd
│   │   │   ├── bmg_tb_pkg.vhd
│   │   │   ├── checker.vhd
│   │   │   ├── data_gen.vhd
│   │   │   ├── functional
│   │   │   │   ├── simcmds.tcl
│   │   │   │   ├── simulate_isim.bat
│   │   │   │   ├── simulate_mti.bat
│   │   │   │   ├── simulate_mti.do
│   │   │   │   ├── simulate_mti.sh
│   │   │   │   ├── simulate_ncsim.sh
│   │   │   │   ├── simulate_vcs.sh
│   │   │   │   ├── ucli_commands.key
│   │   │   │   ├── vcs_session.tcl
│   │   │   │   ├── wave_mti.do
│   │   │   │   └── wave_ncsim.sv
│   │   │   ├── ram_synth.vhd
│   │   │   ├── ram_tb.vhd
│   │   │   ├── random.vhd
│   │   │   └── timing
│   │   │   ├── simcmds.tcl
│   │   │   ├── simulate_isim.bat
│   │   │   ├── simulate_mti.bat
│   │   │   ├── simulate_mti.do
│   │   │   ├── simulate_mti.sh
│   │   │   ├── simulate_ncsim.sh
│   │   │   ├── simulate_vcs.sh
│   │   │   ├── ucli_commands.key
│   │   │   ├── vcs_session.tcl
│   │   │   ├── wave_mti.do
│   │   │   └── wave_ncsim.sv
│   │   ├── ram.asy
│   │   ├── ram_flist.txt
│   │   ├── ram.ncf
│   │   ├── ram.sym
│   │   ├── ram.v
│   │   ├── ram.veo
│   │   ├── ram.xco
│   │   ├── ram.xise
│   │   ├── ram_xmdf.tcl
│   │   ├── summary.log
│   │   ├── tmp
│   │   │   ├── _cg
│   │   │   │   └── _dbg
│   │   │   │   ├── xil_389.in
│   │   │   │   └── xil_389.out
│   │   │   └── _xmsgs
│   │   │   ├── ngcbuild.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── _xmsgs
│   │   ├── cg.xmsgs
│   │   └── pn_parser.xmsgs
│   ├── iseconfig
│   │   ├── ethernet_test.projectmgr
│   │   ├── ethernet_test.xreport
│   │   └── ethernet.xreport
│   ├── isim.log
│   ├── mdio_com.v
│   ├── pa.fromNetlist.tcl
│   ├── phy_reg_config.v
│   ├── planAhead.ngc2edif.log
│   ├── planAhead_run_1
│   │   ├── planAhead.jou
│   │   ├── planAhead.log
│   │   └── planAhead_run.log
│   ├── planAhead_run_2
│   │   ├── ethernet_test.data
│   │   │   ├── constrs_1
│   │   │   │   └── fileset.xml
│   │   │   ├── runs
│   │   │   │   ├── impl_1.psg
│   │   │   │   └── runs.xml
│   │   │   ├── runs_2.new
│   │   │   │   ├── impl_1.psg
│   │   │   │   └── runs.xml
│   │   │   ├── runs.new
│   │   │   │   ├── impl_1.psg
│   │   │   │   └── runs.xml
│   │   │   ├── sources_1
│   │   │   │   └── fileset.xml
│   │   │   └── wt
│   │   │   └── webtalk_pa.xml
│   │   ├── ethernet_test.ppr
│   │   ├── planAhead.jou
│   │   ├── planAhead.log
│   │   └── planAhead_run.log
│   ├── planAhead_run_3
│   ├── rtl
│   │   ├── crc.v
│   │   ├── data_num.v
│   │   ├── ethernet_test.v
│   │   ├── ethernet.v
│   │   ├── fff.v
│   │   ├── flash_read.v
│   │   ├── iprecieve.v
│   │   ├── ipsend.v
│   │   ├── mdio_com.v
│   │   ├── udp.ucf
│   │   └── udp.v
│   ├── tmp
│   │   ├── _cg
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   ├── webtalk_impact.xml
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngcbuild.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 15_audio_test
│   ├── audio_test
│   │   ├── audio_test.bit
│   │   ├── audio_test_bitgen.xwbt
│   │   ├── audio_test.drc
│   │   ├── audio_test_map.map
│   │   ├── audio_test_pad.csv
│   │   ├── audio_test_pad.txt
│   │   ├── audio_test_summary.xml
│   │   ├── audio_test_usage.xml
│   │   ├── audio_test.xise
│   │   ├── camera_capture.v
│   │   ├── chipscope_icon.v
│   │   ├── chipscope_ila.v
│   │   ├── iseconfig
│   │   │   ├── audio_test.projectmgr
│   │   │   ├── audio_test.xreport
│   │   │   ├── mig_39_2.xreport
│   │   │   ├── ov7670_vga.projectmgr
│   │   │   └── ov7670_vga.xreport
│   │   ├── mig_39_2.ucf
│   │   ├── remote_sources
│   │   │   └── _
│   │   │   ├── rtl
│   │   │   │   ├── infrastructure.v
│   │   │   │   ├── mcb_controller
│   │   │   │   │   ├── iodrp_controller.v
│   │   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   │   └── mcb_ui_top.v
│   │   │   │   ├── memc_wrapper.v
│   │   │   │   └── mig_39_2.v
│   │   │   └── synth
│   │   ├── rtl
│   │   │   ├── audio_test.v
│   │   │   ├── ddr_rw.v
│   │   │   ├── i2c_com.v
│   │   │   ├── key_dect.v
│   │   │   ├── mywav.v
│   │   │   ├── reg_config.v
│   │   │   ├── reset_delay.v
│   │   │   ├── sinwave_gen.v
│   │   │   └── sinwave_store.v
│   │   ├── webtalk.log
│   │   ├── webtalk_pn.xml
│   │   └── _xmsgs
│   │   ├── bitgen.xmsgs
│   │   ├── map.xmsgs
│   │   ├── ngdbuild.xmsgs
│   │   ├── par.xmsgs
│   │   ├── pn_parser.xmsgs
│   │   ├── trce.xmsgs
│   │   └── xst.xmsgs
│   └── audio_test.cpj
├── 16_sd_test
│   └── sd_test
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── iseconfig
│   │   ├── sd_test.projectmgr
│   │   └── sd_test.xreport
│   ├── rtl
│   │   ├── sd_initial.v
│   │   ├── sd_read.v
│   │   ├── sd_test.ucf
│   │   ├── sd_test.v
│   │   └── sd_write.v
│   ├── sd_test.bit
│   ├── sd_test_bitgen.xwbt
│   ├── sd_test.cpj
│   ├── sd_test.drc
│   ├── sd_test_map.map
│   ├── sd_test_pad.csv
│   ├── sd_test_pad.txt
│   ├── sd_test_summary.xml
│   ├── sd_test_usage.xml
│   ├── sd_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 17_sd_audio
│   ├── sd_audio
│   │   ├── chipscope.cdc
│   │   ├── chipscope_icon.v
│   │   ├── chipscope_ila.v
│   │   ├── _impact.log
│   │   ├── iseconfig
│   │   │   ├── mytb.xreport
│   │   │   ├── sd_audio.projectmgr
│   │   │   ├── sd_audio.xreport
│   │   │   ├── sd_top.projectmgr
│   │   │   └── SD_TOP.xreport
│   │   ├── rtl
│   │   │   ├── i2c_com.v
│   │   │   ├── mywav.v
│   │   │   ├── ram_rw_control.v
│   │   │   ├── reg_config.v
│   │   │   ├── reset_delay.v
│   │   │   ├── sd_audio.v
│   │   │   ├── sd_initial.v
│   │   │   ├── sd_read.v
│   │   │   ├── SD.ucf
│   │   │   └── sinwave_gen.v
│   │   ├── sd_audio.bit
│   │   ├── sd_audio_bitgen.xwbt
│   │   ├── sd_audio.drc
│   │   ├── sd_audio_map.map
│   │   ├── sd_audio_pad.csv
│   │   ├── sd_audio_pad.txt
│   │   ├── sd_audio_summary.xml
│   │   ├── sd_audio_usage.xml
│   │   ├── sd_audio.xise
│   │   ├── SD_TOP_bitgen.xwbt
│   │   ├── SD_TOP_cs.blc
│   │   ├── sd_top.drc
│   │   ├── SD_TOP_map.map
│   │   ├── SD_TOP_pad.csv
│   │   ├── SD_TOP_pad.txt
│   │   ├── SD_TOP_summary.xml
│   │   ├── SD_TOP_usage.xml
│   │   ├── webtalk.log
│   │   ├── webtalk_pn.xml
│   │   └── _xmsgs
│   │   ├── bitgen.xmsgs
│   │   ├── map.xmsgs
│   │   ├── ngcbuild.xmsgs
│   │   ├── ngdbuild.xmsgs
│   │   ├── par.xmsgs
│   │   ├── pn_parser.xmsgs
│   │   ├── trce.xmsgs
│   │   └── xst.xmsgs
│   ├── sd_audio.cpj
│   └── 音乐文件
│   ├── 上海滩.wav
│   └── 大海.wav
├── 18_vga_test
│   ├── chipscope.cdc
│   ├── ipcore_dir
│   │   ├── coregen.cgp
│   │   ├── coregen.log
│   │   ├── create_pll.tcl
│   │   ├── edit_pll.tcl
│   │   ├── pll
│   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   ├── doc
│   │   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   │   └── pg065_clk_wiz.pdf
│   │   │   ├── example_design
│   │   │   │   ├── pll_exdes.ucf
│   │   │   │   ├── pll_exdes.v
│   │   │   │   └── pll_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.scr
│   │   │   └── simulation
│   │   │   ├── 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
│   │   │   ├── pll_tb.v
│   │   │   └── timing
│   │   │   ├── pll_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
│   │   ├── pll.asy
│   │   ├── pll_flist.txt
│   │   ├── pll.ncf
│   │   ├── pll.sym
│   │   ├── pll.ucf
│   │   ├── pll.v
│   │   ├── pll.veo
│   │   ├── pll.xco
│   │   ├── pll.xdc
│   │   ├── pll.xise
│   │   ├── pll_xmdf.tcl
│   │   ├── tmp
│   │   │   ├── _cg
│   │   │   │   └── _dbg
│   │   │   │   ├── xil_132.in
│   │   │   │   └── xil_132.out
│   │   │   ├── customization_gui.0.221284177257.out
│   │   │   ├── customization_gui.0.39805711219.out
│   │   │   ├── customization_gui.0.957448676209.out
│   │   │   └── _xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   └── _xmsgs
│   │   ├── cg.xmsgs
│   │   └── pn_parser.xmsgs
│   ├── iseconfig
│   │   ├── vga_test.projectmgr
│   │   └── vga_test.xreport
│   ├── vga_test
│   ├── vga_test.bit
│   ├── vga_test_bitgen.xwbt
│   ├── vga_test_cs.blc
│   ├── vga_test.drc
│   ├── vga_test_map.map
│   ├── vga_test_pad.csv
│   ├── vga_test_pad.txt
│   ├── vga_test_summary.xml
│   ├── vga_test.ucf
│   ├── vga_test_usage.xml
│   ├── vga_test.v
│   ├── vga_test.vhd
│   ├── vga_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngcbuild.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 19_vga_char
│   ├── heijin.coe
│   ├── ipcore_dir
│   │   ├── blk_mem_gen_v7_3
│   │   │   ├── blk_mem_gen_v7_3_readme.txt
│   │   │   ├── doc
│   │   │   │   └── pg058-blk-mem-gen.pdf
│   │   │   ├── example_design
│   │   │   │   ├── blk_mem_gen_v7_3_exdes.ucf
│   │   │   │   ├── blk_mem_gen_v7_3_exdes.vhd
│   │   │   │   ├── blk_mem_gen_v7_3_exdes.xdc
│   │   │   │   └── blk_mem_gen_v7_3_prod.vhd
│   │   │   ├── implement
│   │   │   │   ├── implement.bat
│   │   │   │   ├── implement.sh
│   │   │   │   ├── planAhead_ise.bat
│   │   │   │   ├── planAhead_ise.sh
│   │   │   │   ├── planAhead_ise.tcl
│   │   │   │   └── xst.scr
│   │   │   └── simulation
│   │   │   ├── addr_gen.vhd
│   │   │   ├── blk_mem_gen_v7_3_synth.vhd
│   │   │   ├── blk_mem_gen_v7_3_tb.vhd
│   │   │   ├── bmg_stim_gen.vhd
│   │   │   ├── bmg_tb_pkg.vhd
│   │   │   ├── checker.vhd
│   │   │   ├── data_gen.vhd
│   │   │   ├── functional
│   │   │   │   ├── simcmds.tcl
│   │   │   │   ├── simulate_isim.bat
│   │   │   │   ├── simulate_mti.bat
│   │   │   │   ├── simulate_mti.do
│   │   │   │   ├── simulate_mti.sh
│   │   │   │   ├── simulate_ncsim.sh
│   │   │   │   ├── simulate_vcs.sh
│   │   │   │   ├── ucli_commands.key
│   │   │   │   ├── vcs_session.tcl
│   │   │   │   ├── wave_mti.do
│   │   │   │   └── wave_ncsim.sv
│   │   │   ├── random.vhd
│   │   │   └── timing
│   │   │   ├── simcmds.tcl
│   │   │   ├── simulate_isim.bat
│   │   │   ├── simulate_mti.bat
│   │   │   ├── simulate_mti.do
│   │   │   ├── simulate_mti.sh
│   │   │   ├── simulate_ncsim.sh
│   │   │   ├── simulate_vcs.sh
│   │   │   ├── ucli_commands.key
│   │   │   ├── vcs_session.tcl
│   │   │   ├── wave_mti.do
│   │   │   └── wave_ncsim.sv
│   │   ├── blk_mem_gen_v7_3.asy
│   │   ├── blk_mem_gen_v7_3_flist.txt
│   │   ├── blk_mem_gen_v7_3.mif
│   │   ├── blk_mem_gen_v7_3.sym
│   │   ├── blk_mem_gen_v7_3.v
│   │   ├── blk_mem_gen_v7_3.veo
│   │   ├── blk_mem_gen_v7_3.xco
│   │   ├── blk_mem_gen_v7_3.xise
│   │   ├── blk_mem_gen_v7_3_xmdf.tcl
│   │   ├── coregen.cgp
│   │   ├── coregen.log
│   │   ├── create_pll.tcl
│   │   ├── create_rom.tcl
│   │   ├── edit_pll.tcl
│   │   ├── edit_rom.tcl
│   │   ├── pll
│   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   ├── doc
│   │   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   │   └── pg065_clk_wiz.pdf
│   │   │   ├── example_design
│   │   │   │   ├── pll_exdes.ucf
│   │   │   │   ├── pll_exdes.v
│   │   │   │   └── pll_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.scr
│   │   │   └── simulation
│   │   │   ├── 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
│   │   │   ├── pll_tb.v
│   │   │   └── timing
│   │   │   ├── pll_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
│   │   ├── pll.asy
│   │   ├── pll_flist.txt
│   │   ├── pll.ncf
│   │   ├── pll.sym
│   │   ├── pll.ucf
│   │   ├── pll.v
│   │   ├── pll.veo
│   │   ├── pll.xco
│   │   ├── pll.xdc
│   │   ├── pll.xise
│   │   ├── pll_xmdf.tcl
│   │   ├── rom
│   │   │   ├── blk_mem_gen_v7_3_readme.txt
│   │   │   ├── doc
│   │   │   │   └── pg058-blk-mem-gen.pdf
│   │   │   ├── example_design
│   │   │   │   ├── rom_exdes.ucf
│   │   │   │   ├── rom_exdes.vhd
│   │   │   │   ├── rom_exdes.xdc
│   │   │   │   └── rom_prod.vhd
│   │   │   ├── implement
│   │   │   │   ├── implement.bat
│   │   │   │   ├── implement.sh
│   │   │   │   ├── planAhead_ise.bat
│   │   │   │   ├── planAhead_ise.sh
│   │   │   │   ├── planAhead_ise.tcl
│   │   │   │   └── xst.scr
│   │   │   └── simulation
│   │   │   ├── addr_gen.vhd
│   │   │   ├── bmg_stim_gen.vhd
│   │   │   ├── bmg_tb_pkg.vhd
│   │   │   ├── functional
│   │   │   │   ├── simcmds.tcl
│   │   │   │   ├── simulate_isim.bat
│   │   │   │   ├── simulate_mti.bat
│   │   │   │   ├── simulate_mti.do
│   │   │   │   ├── simulate_mti.sh
│   │   │   │   ├── simulate_ncsim.sh
│   │   │   │   ├── simulate_vcs.sh
│   │   │   │   ├── ucli_commands.key
│   │   │   │   ├── vcs_session.tcl
│   │   │   │   ├── wave_mti.do
│   │   │   │   └── wave_ncsim.sv
│   │   │   ├── random.vhd
│   │   │   ├── rom_synth.vhd
│   │   │   ├── rom_tb.vhd
│   │   │   └── timing
│   │   │   ├── simcmds.tcl
│   │   │   ├── simulate_isim.bat
│   │   │   ├── simulate_mti.bat
│   │   │   ├── simulate_mti.do
│   │   │   ├── simulate_mti.sh
│   │   │   ├── simulate_ncsim.sh
│   │   │   ├── simulate_vcs.sh
│   │   │   ├── ucli_commands.key
│   │   │   ├── vcs_session.tcl
│   │   │   ├── wave_mti.do
│   │   │   └── wave_ncsim.sv
│   │   ├── rom.asy
│   │   ├── rom_flist.txt
│   │   ├── rom.mif
│   │   ├── rom.ncf
│   │   ├── rom.sym
│   │   ├── rom.v
│   │   ├── rom.veo
│   │   ├── rom.xco
│   │   ├── rom.xise
│   │   ├── rom_xmdf.tcl
│   │   ├── summary.log
│   │   ├── tmp
│   │   │   ├── _cg
│   │   │   │   └── _dbg
│   │   │   │   ├── xil_819.in
│   │   │   │   └── xil_819.out
│   │   │   └── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── _xmsgs
│   │   ├── cg.xmsgs
│   │   └── pn_parser.xmsgs
│   ├── iseconfig
│   │   ├── vga_char.projectmgr
│   │   ├── vga_char.xreport
│   │   ├── vga_test.projectmgr
│   │   └── vga_test.xreport
│   ├── vga_char.bit
│   ├── vga_char_bitgen.xwbt
│   ├── vga_char.drc
│   ├── vga_char_map.map
│   ├── vga_char_pad.csv
│   ├── vga_char_pad.txt
│   ├── vga_char_summary.xml
│   ├── vga_char.ucf
│   ├── vga_char_usage.xml
│   ├── vga_char.v
│   ├── vga_char.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 20_sd_ddr_vga
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── _impact.log
│   ├── iseconfig
│   │   ├── chipscope_icon.xreport
│   │   ├── sd_ddr_vga.projectmgr
│   │   └── sd_ddr_vga.xreport
│   ├── mcs
│   ├── mig_39_2.ucf
│   ├── rtl
│   │   ├── ddr_rw.v
│   │   ├── infrastructure.v
│   │   ├── mcb_controller
│   │   │   ├── iodrp_controller.v
│   │   │   ├── iodrp_mcb_controller.v
│   │   │   ├── mcb_raw_wrapper.v
│   │   │   ├── mcb_soft_calibration_top.v
│   │   │   ├── mcb_soft_calibration.v
│   │   │   └── mcb_ui_top.v
│   │   ├── memc_wrapper.v
│   │   ├── mig_39_2.v
│   │   ├── sd_ddr_vga.v
│   │   ├── sd_initial.v
│   │   ├── sd_read.v
│   │   ├── sd_top.v
│   │   └── vga_disp.v
│   ├── sd_ddr_vga.bit
│   ├── sd_ddr_vga_bitgen.xwbt
│   ├── sd_ddr_vga.drc
│   ├── sd_ddr_vga_map.map
│   ├── sd_ddr_vga_pad.csv
│   ├── sd_ddr_vga_pad.txt
│   ├── sd_ddr_vga_summary.xml
│   ├── sd_ddr_vga_usage.xml
│   ├── sd_ddr_vga.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 21_lcd_test
│   ├── ipcore_dir
│   │   ├── coregen.cgp
│   │   ├── coregen.log
│   │   ├── create_pll.tcl
│   │   ├── edit_pll.tcl
│   │   ├── pll
│   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   ├── doc
│   │   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   │   └── pg065_clk_wiz.pdf
│   │   │   ├── example_design
│   │   │   │   ├── pll_exdes.ucf
│   │   │   │   ├── pll_exdes.v
│   │   │   │   └── pll_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.scr
│   │   │   └── simulation
│   │   │   ├── 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
│   │   │   ├── pll_tb.v
│   │   │   └── timing
│   │   │   ├── pll_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
│   │   ├── pll.asy
│   │   ├── pll_flist.txt
│   │   ├── pll.ncf
│   │   ├── pll.sym
│   │   ├── pll.ucf
│   │   ├── pll.v
│   │   ├── pll.veo
│   │   ├── pll.xco
│   │   ├── pll.xdc
│   │   ├── pll.xise
│   │   ├── pll_xmdf.tcl
│   │   ├── tmp
│   │   │   ├── _cg
│   │   │   │   └── _dbg
│   │   │   │   ├── xil_795.in
│   │   │   │   └── xil_795.out
│   │   │   ├── customization_gui.0.957429454642.out
│   │   │   └── _xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   └── _xmsgs
│   │   ├── cg.xmsgs
│   │   └── pn_parser.xmsgs
│   ├── iseconfig
│   │   ├── LCD_Control.xreport
│   │   ├── lcd_test.projectmgr
│   │   └── lcd_test.xreport
│   ├── LCD_Control_bitgen.xwbt
│   ├── lcd_control.drc
│   ├── LCD_Control_map.map
│   ├── LCD_Control_pad.csv
│   ├── LCD_Control_pad.txt
│   ├── lcd_test
│   ├── lcd_test.bit
│   ├── lcd_test_bitgen.xwbt
│   ├── lcd_test.drc
│   ├── lcd_test_map.map
│   ├── lcd_test_pad.csv
│   ├── lcd_test_pad.txt
│   ├── lcd_test_summary.xml
│   ├── lcd_test.ucf
│   ├── lcd_test_usage.xml
│   ├── lcd_test.v
│   ├── lcd_test.xise
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 22_flash_ddr_lcd
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── flash_ddr_lcd.bit
│   ├── flash_ddr_lcd_bitgen.xwbt
│   ├── flash_ddr_lcd.drc
│   ├── flash_ddr_lcd_map.map
│   ├── flash_ddr_lcd_pad.csv
│   ├── flash_ddr_lcd_pad.txt
│   ├── flash_ddr_lcd_summary.xml
│   ├── flash_ddr_lcd_usage.xml
│   ├── flash_ddr_lcd.xise
│   ├── flash_ddr_vga_map.map
│   ├── flash_ddr_vga_pad.csv
│   ├── flash_ddr_vga_pad.txt
│   ├── flash_ddr_vga_summary.xml
│   ├── flash_ddr_vga_usage.xml
│   ├── _impact.log
│   ├── iseconfig
│   │   ├── flash_ddr_lcd.projectmgr
│   │   ├── flash_ddr_lcd.xreport
│   │   ├── flash_ddr_vga.projectmgr
│   │   ├── flash_ddr_vga.xreport
│   │   ├── mig_39_2.xreport
│   │   └── test.projectmgr
│   ├── mcs
│   │   ├── flash_ddr_lcd.cfi
│   │   ├── flash_ddr_lcd.mcs
│   │   ├── flash_ddr_lcd.prm
│   │   ├── picture
│   │   │   ├── car.bin
│   │   │   ├── car.bmp
│   │   │   ├── flower.bin
│   │   │   └── flower.bmp
│   │   ├── 无标题1.png
│   │   └── 无标题.png
│   ├── mig_39_2.ucf
│   ├── remote_sources
│   │   └── _
│   │   ├── rtl
│   │   │   ├── ddr_rw.v
│   │   │   ├── flash_ddr_lcd.v
│   │   │   ├── flash_ddr_vga.v
│   │   │   ├── flash_read.v
│   │   │   ├── infrastructure.v
│   │   │   ├── lcd_disp.v
│   │   │   ├── mcb_controller
│   │   │   │   ├── iodrp_controller.v
│   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   └── mcb_ui_top.v
│   │   │   ├── memc_wrapper.v
│   │   │   ├── mig_39_2.v
│   │   │   └── vga_disp.v
│   │   └── synth
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 23_ov7670_vga
│   ├── camera_capture.v
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── coregen.cgc
│   ├── ipcore_dir
│   │   ├── coregen.log
│   │   ├── create_ram.tcl
│   │   ├── tmp
│   │   │   └── _cg
│   │   │   └── _dbg
│   │   │   ├── xil_696.in
│   │   │   └── xil_696.out
│   │   └── _xmsgs
│   │   └── cg.xmsgs
│   ├── iseconfig
│   │   ├── mig_39_2.xreport
│   │   ├── ov7670_vga.projectmgr
│   │   └── ov7670_vga.xreport
│   ├── mig_39_2.ucf
│   ├── ov7670_vga.bit
│   ├── ov7670_vga_bitgen.xwbt
│   ├── ov7670_vga.cpj
│   ├── ov7670_vga.drc
│   ├── ov7670_vga_map.map
│   ├── ov7670_vga_pad.csv
│   ├── ov7670_vga_pad.txt
│   ├── ov7670_vga_summary.xml
│   ├── ov7670_vga_usage.xml
│   ├── ov7670_vga.xise
│   ├── remote_sources
│   │   └── _
│   │   ├── rtl
│   │   │   ├── infrastructure.v
│   │   │   ├── mcb_controller
│   │   │   │   ├── iodrp_controller.v
│   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   └── mcb_ui_top.v
│   │   │   ├── memc_wrapper.v
│   │   │   └── mig_39_2.v
│   │   └── synth
│   ├── rtl
│   │   ├── ddr_rw.v
│   │   ├── frame_switch.v
│   │   ├── i2c_com.v
│   │   ├── ov7670_vga.v
│   │   ├── reg_config.v
│   │   └── vga_disp.v
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── 24_ov7670_lcd
│   ├── camera_capture.v
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── iseconfig
│   │   ├── mig_39_2.xreport
│   │   ├── ov7670_lcd.projectmgr
│   │   ├── ov7670_lcd.xreport
│   │   ├── ov7670_vga.projectmgr
│   │   └── ov7670_vga.xreport
│   ├── mig_39_2.ucf
│   ├── ov7670_lcd.bit
│   ├── ov7670_lcd_bitgen.xwbt
│   ├── ov7670_lcd.drc
│   ├── ov7670_lcd_map.map
│   ├── ov7670_lcd_pad.csv
│   ├── ov7670_lcd_pad.txt
│   ├── ov7670_lcd_summary.xml
│   ├── ov7670_lcd_usage.xml
│   ├── ov7670_lcd.xise
│   ├── ov7670_vga.drc
│   ├── ov7670_vga_map.map
│   ├── ov7670_vga_pad.csv
│   ├── ov7670_vga_pad.txt
│   ├── remote_sources
│   │   └── _
│   │   ├── rtl
│   │   │   ├── infrastructure.v
│   │   │   ├── mcb_controller
│   │   │   │   ├── iodrp_controller.v
│   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   └── mcb_ui_top.v
│   │   │   ├── memc_wrapper.v
│   │   │   └── mig_39_2.v
│   │   └── synth
│   ├── rtl
│   │   ├── ddr_rw.v
│   │   ├── i2c_com.v
│   │   ├── ov7670_vga.v
│   │   ├── reg_config.v
│   │   └── vga_disp.v
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── flash_ddr_vga
│   ├── chipscope_icon.v
│   ├── chipscope_ila.v
│   ├── coregen.cgp
│   ├── flash_ddr_vga.bit
│   ├── flash_ddr_vga_bitgen.xwbt
│   ├── flash_ddr_vga.cpj
│   ├── flash_ddr_vga.drc
│   ├── flash_ddr_vga_map.map
│   ├── flash_ddr_vga_pad.csv
│   ├── flash_ddr_vga_pad.txt
│   ├── flash_ddr_vga_summary.xml
│   ├── flash_ddr_vga_usage.xml
│   ├── flash_ddr_vga.xise
│   ├── iseconfig
│   │   ├── flash_ddr_vga.projectmgr
│   │   ├── flash_ddr_vga.xreport
│   │   ├── mig_39_2.xreport
│   │   └── test.projectmgr
│   ├── mcs
│   │   ├── 1.bin
│   │   ├── 1.bmp
│   │   ├── 2.bin
│   │   ├── 2.bmp
│   │   ├── 3.bin
│   │   ├── 3.bmp
│   │   ├── 4.bin
│   │   ├── 4.bmp
│   │   ├── 5.bin
│   │   ├── 5.bmp
│   │   ├── flash_ddr_vga.cfi
│   │   ├── flash_ddr_vga.mcs
│   │   ├── flash_ddr_vga.prm
│   │   ├── vga_test.cfi
│   │   ├── vga_test.mcs
│   │   └── vga_test.prm
│   ├── mig_39_2
│   │   ├── docs
│   │   │   ├── ug388.pdf
│   │   │   └── ug416.pdf
│   │   ├── example_design
│   │   │   ├── datasheet.txt
│   │   │   ├── log.txt
│   │   │   ├── par
│   │   │   │   ├── create_ise.bat
│   │   │   │   ├── example_top.ucf
│   │   │   │   ├── icon_coregen.xco
│   │   │   │   ├── ila_coregen.xco
│   │   │   │   ├── ise_flow.bat
│   │   │   │   ├── ise_run.txt
│   │   │   │   ├── makeproj.bat
│   │   │   │   ├── readme.txt
│   │   │   │   ├── rem_files.bat
│   │   │   │   ├── set_ise_prop.tcl
│   │   │   │   └── vio_coregen.xco
│   │   │   ├── rtl
│   │   │   │   ├── example_top.v
│   │   │   │   ├── infrastructure.v
│   │   │   │   ├── mcb_controller
│   │   │   │   │   ├── iodrp_controller.v
│   │   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   │   └── mcb_ui_top.v
│   │   │   │   ├── memc_tb_top.v
│   │   │   │   ├── memc_wrapper.v
│   │   │   │   └── traffic_gen
│   │   │   │   ├── afifo.v
│   │   │   │   ├── cmd_gen.v
│   │   │   │   ├── cmd_prbs_gen.v
│   │   │   │   ├── data_prbs_gen.v
│   │   │   │   ├── init_mem_pattern_ctr.v
│   │   │   │   ├── mcb_flow_control.v
│   │   │   │   ├── mcb_traffic_gen.v
│   │   │   │   ├── rd_data_gen.v
│   │   │   │   ├── read_data_path.v
│   │   │   │   ├── read_posted_fifo.v
│   │   │   │   ├── sp6_data_gen.v
│   │   │   │   ├── tg_status.v
│   │   │   │   ├── v6_data_gen.v
│   │   │   │   ├── wr_data_gen.v
│   │   │   │   └── write_data_path.v
│   │   │   ├── sim
│   │   │   │   └── functional
│   │   │   │   ├── ddr3_model_c3.v
│   │   │   │   ├── ddr3_model_parameters_c3.vh
│   │   │   │   ├── isim.bat
│   │   │   │   ├── isim.tcl
│   │   │   │   ├── readme.txt
│   │   │   │   ├── sim.do
│   │   │   │   └── sim_tb_top.v
│   │   │   └── synth
│   │   │   ├── mem_interface_top_synp.sdc
│   │   │   └── script_synp.tcl
│   │   └── user_design
│   │   ├── datasheet.txt
│   │   ├── log.txt
│   │   ├── par
│   │   │   ├── chipscope_icon.asy
│   │   │   ├── chipscope_icon.constraints
│   │   │   │   ├── chipscope_icon.ucf
│   │   │   │   └── chipscope_icon.xdc
│   │   │   ├── chipscope_icon_flist.txt
│   │   │   ├── chipscope_icon.ncf
│   │   │   ├── chipscope_icon_readme.txt
│   │   │   ├── chipscope_icon.ucf
│   │   │   ├── chipscope_icon.v
│   │   │   ├── chipscope_icon.veo
│   │   │   ├── chipscope_icon.xco
│   │   │   ├── chipscope_icon.xdc
│   │   │   ├── chipscope_icon.xise
│   │   │   ├── chipscope_icon_xmdf.tcl
│   │   │   ├── chipscope_ila.asy
│   │   │   ├── chipscope_ila.cdc
│   │   │   ├── chipscope_ila.constraints
│   │   │   │   ├── chipscope_ila.ucf
│   │   │   │   └── chipscope_ila.xdc
│   │   │   ├── chipscope_ila_flist.txt
│   │   │   ├── chipscope_ila.ncf
│   │   │   ├── chipscope_ila_readme.txt
│   │   │   ├── chipscope_ila.ucf
│   │   │   ├── chipscope_ila.v
│   │   │   ├── chipscope_ila.veo
│   │   │   ├── chipscope_ila.xco
│   │   │   ├── chipscope_ila.xdc
│   │   │   ├── chipscope_ila.xise
│   │   │   ├── chipscope_ila_xmdf.tcl
│   │   │   ├── coregen.cgc
│   │   │   ├── create_ise.bat
│   │   │   ├── flash_ddr_vga.bit
│   │   │   ├── flash_ddr_vga_bitgen.xwbt
│   │   │   ├── flash_ddr_vga.drc
│   │   │   ├── flash_ddr_vga_map.map
│   │   │   ├── flash_ddr_vga_pad.csv
│   │   │   ├── flash_ddr_vga_pad.txt
│   │   │   ├── flash_ddr_vga_summary.xml
│   │   │   ├── flash_ddr_vga_usage.xml
│   │   │   ├── icon_coregen.xco
│   │   │   ├── ila_coregen.xco
│   │   │   ├── ipcore_dir
│   │   │   │   ├── coregen.cgp
│   │   │   │   ├── coregen.log
│   │   │   │   ├── create_fifo.tcl
│   │   │   │   ├── edit_fifo.tcl
│   │   │   │   ├── fifo
│   │   │   │   │   ├── doc
│   │   │   │   │   │   ├── fifo_generator_v9_3_readme.txt
│   │   │   │   │   │   └── pg057-fifo-generator.pdf
│   │   │   │   │   ├── example_design
│   │   │   │   │   │   ├── fifo_exdes.ucf
│   │   │   │   │   │   └── fifo_exdes.vhd
│   │   │   │   │   ├── fifo_generator_v9_3_readme.txt
│   │   │   │   │   ├── implement
│   │   │   │   │   │   ├── implement.bat
│   │   │   │   │   │   ├── implement.sh
│   │   │   │   │   │   ├── implement_synplify.bat
│   │   │   │   │   │   ├── implement_synplify.sh
│   │   │   │   │   │   ├── planAhead_ise.bat
│   │   │   │   │   │   ├── planAhead_ise.sh
│   │   │   │   │   │   ├── planAhead_ise.tcl
│   │   │   │   │   │   └── xst.scr
│   │   │   │   │   └── simulation
│   │   │   │   │   ├── fifo_dgen.vhd
│   │   │   │   │   ├── fifo_dverif.vhd
│   │   │   │   │   ├── fifo_pctrl.vhd
│   │   │   │   │   ├── fifo_pkg.vhd
│   │   │   │   │   ├── fifo_rng.vhd
│   │   │   │   │   ├── fifo_synth.vhd
│   │   │   │   │   ├── fifo_tb.vhd
│   │   │   │   │   ├── functional
│   │   │   │   │   │   ├── simulate_isim.bat
│   │   │   │   │   │   ├── simulate_isim.sh
│   │   │   │   │   │   ├── simulate_mti.bat
│   │   │   │   │   │   ├── simulate_mti.do
│   │   │   │   │   │   ├── simulate_mti.sh
│   │   │   │   │   │   ├── simulate_ncsim.bat
│   │   │   │   │   │   ├── simulate_vcs.bat
│   │   │   │   │   │   ├── ucli_commands.key
│   │   │   │   │   │   ├── vcs_session.tcl
│   │   │   │   │   │   ├── wave_isim.tcl
│   │   │   │   │   │   ├── wave_mti.do
│   │   │   │   │   │   └── wave_ncsim.sv
│   │   │   │   │   └── timing
│   │   │   │   │   ├── simulate_isim.bat
│   │   │   │   │   ├── simulate_isim.sh
│   │   │   │   │   ├── simulate_mti.bat
│   │   │   │   │   ├── simulate_mti.do
│   │   │   │   │   ├── simulate_mti.sh
│   │   │   │   │   ├── simulate_ncsim.bat
│   │   │   │   │   ├── simulate_vcs.bat
│   │   │   │   │   ├── ucli_commands.key
│   │   │   │   │   ├── vcs_session.tcl
│   │   │   │   │   ├── wave_isim.tcl
│   │   │   │   │   ├── wave_mti.do
│   │   │   │   │   └── wave_ncsim.sv
│   │   │   │   ├── fifo.asy
│   │   │   │   ├── fifo_flist.txt
│   │   │   │   ├── fifo.ncf
│   │   │   │   ├── fifo.sym
│   │   │   │   ├── fifo.v
│   │   │   │   ├── fifo.veo
│   │   │   │   ├── fifo.xco
│   │   │   │   ├── fifo.xise
│   │   │   │   ├── fifo_xmdf.tcl
│   │   │   │   ├── tmp
│   │   │   │   │   ├── _cg
│   │   │   │   │   │   └── _dbg
│   │   │   │   │   │   ├── xil_108.in
│   │   │   │   │   │   └── xil_108.out
│   │   │   │   │   └── _xmsgs
│   │   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   │   └── xst.xmsgs
│   │   │   │   └── _xmsgs
│   │   │   │   ├── cg.xmsgs
│   │   │   │   └── pn_parser.xmsgs
│   │   │   ├── iseconfig
│   │   │   │   ├── flash_ddr_vga.xreport
│   │   │   │   ├── mig_39_2.xreport
│   │   │   │   └── test.projectmgr
│   │   │   ├── ise_flow.bat
│   │   │   ├── ise_run.txt
│   │   │   ├── makeproj.bat
│   │   │   ├── mig_39_2.ucf
│   │   │   ├── readme.txt
│   │   │   ├── rem_files.bat
│   │   │   ├── set_ise_prop.tcl
│   │   │   ├── test.xise
│   │   │   ├── tmp
│   │   │   │   ├── _cg
│   │   │   │   └── _xmsgs
│   │   │   │   └── pn_parser.xmsgs
│   │   │   ├── vio_coregen.xco
│   │   │   ├── webtalk.log
│   │   │   ├── webtalk_pn.xml
│   │   │   └── _xmsgs
│   │   │   ├── bitgen.xmsgs
│   │   │   ├── map.xmsgs
│   │   │   ├── ngdbuild.xmsgs
│   │   │   ├── par.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   ├── trce.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── rtl
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── create_pll.tcl
│   │   │   ├── ddr_rw.v
│   │   │   ├── flash_ddr_vga.v
│   │   │   ├── flash_read.v
│   │   │   ├── infrastructure.v
│   │   │   ├── mcb_controller
│   │   │   │   ├── iodrp_controller.v
│   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   └── mcb_ui_top.v
│   │   │   ├── memc_wrapper.v
│   │   │   ├── mig_39_2.v
│   │   │   ├── pll
│   │   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   │   ├── doc
│   │   │   │   │   ├── clk_wiz_v3_6_readme.txt
│   │   │   │   │   └── pg065_clk_wiz.pdf
│   │   │   │   ├── example_design
│   │   │   │   │   ├── pll_exdes.ucf
│   │   │   │   │   ├── pll_exdes.v
│   │   │   │   │   └── pll_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.scr
│   │   │   │   └── simulation
│   │   │   │   ├── 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
│   │   │   │   ├── pll_tb.v
│   │   │   │   └── timing
│   │   │   │   ├── pll_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
│   │   │   ├── pll.asy
│   │   │   ├── pll_flist.txt
│   │   │   ├── pll.ncf
│   │   │   ├── pll.sym
│   │   │   ├── pll.ucf
│   │   │   ├── pll.v
│   │   │   ├── pll.veo
│   │   │   ├── pll.xco
│   │   │   ├── pll.xdc
│   │   │   ├── pll.xise
│   │   │   ├── pll_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   ├── _cg
│   │   │   │   ├── customization_gui.0.181759939614.out
│   │   │   │   └── _xmsgs
│   │   │   │   └── pn_parser.xmsgs
│   │   │   ├── vga_disp.v
│   │   │   └── _xmsgs
│   │   │   ├── cg.xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── sim
│   │   │   ├── afifo.v
│   │   │   ├── cmd_gen.v
│   │   │   ├── cmd_prbs_gen.v
│   │   │   ├── data_prbs_gen.v
│   │   │   ├── ddr3_model_c3.v
│   │   │   ├── ddr3_model_parameters_c3.vh
│   │   │   ├── init_mem_pattern_ctr.v
│   │   │   ├── isim.bat
│   │   │   ├── isim.tcl
│   │   │   ├── mcb_flow_control.v
│   │   │   ├── mcb_traffic_gen.v
│   │   │   ├── memc_tb_top.v
│   │   │   ├── rd_data_gen.v
│   │   │   ├── read_data_path.v
│   │   │   ├── readme.txt
│   │   │   ├── read_posted_fifo.v
│   │   │   ├── sim.do
│   │   │   ├── sim_tb_top.v
│   │   │   ├── sp6_data_gen.v
│   │   │   ├── tg_status.v
│   │   │   ├── v6_data_gen.v
│   │   │   ├── wr_data_gen.v
│   │   │   └── write_data_path.v
│   │   └── synth
│   │   ├── mem_interface_top_synp.sdc
│   │   └── script_synp.tcl
│   ├── mig_39_2_flist.txt
│   ├── mig_39_2_readme.txt
│   ├── mig_39_2.ucf
│   ├── mig_39_2.veo
│   ├── mig_39_2.xco
│   ├── mig_39_2_xmdf.tcl
│   ├── remote_sources
│   │   └── _
│   │   ├── rtl
│   │   │   ├── ddr_rw.v
│   │   │   ├── flash_ddr_vga.v
│   │   │   ├── flash_read.v
│   │   │   ├── infrastructure.v
│   │   │   ├── mcb_controller
│   │   │   │   ├── iodrp_controller.v
│   │   │   │   ├── iodrp_mcb_controller.v
│   │   │   │   ├── mcb_raw_wrapper.v
│   │   │   │   ├── mcb_soft_calibration_top.v
│   │   │   │   ├── mcb_soft_calibration.v
│   │   │   │   └── mcb_ui_top.v
│   │   │   ├── memc_wrapper.v
│   │   │   ├── mig_39_2.v
│   │   │   └── vga_disp.v
│   │   └── synth
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
└── 黑金Sparten6开发板Verilog教程V1.6.pdf

324 directories, 1830 files

标签:

实例下载地址

黑金Sparten6开发板Verilog教程V1.6

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警