在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Xilinx FPGA开发实用教程(第2版)一书的配套光盘

Xilinx FPGA开发实用教程(第2版)一书的配套光盘

一般编程问题

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

实例介绍

【实例简介】
本光盘是《Xilinx FPGA开发实用教程(第2版)》一书的配书光盘,内容包括了书中第2章、第4章、第6章到第10章所有设计案例的完整工程文件。 本书由徐文波 田耘 编著 清华大学出版社出版 2012年7月第二版 压缩包大小23.6兆,解压后大小为99.6兆,占用空间106兆 本光盘根目录下有7个文件夹,文件夹的内容和含义说明如下: 1. chapt2文件夹中的内容为书中第2章完整的工程文件,包括2个子文件夹: (1) exp2_29:例2-29对应的文件; (2) exp2_30:例2-30对应的文件。 2. chapt4文件夹中的内容为书中第4章完整的工程文件,包括4个子文件夹: (1) exp4_1:例4-1对应的文件; (2) exp4_2:例4-2对应的文件; (3) exp4_6:例4-6对应的文件; (4) exp4_7:例4-7对应的文件。 3. chapt6文件夹中的内容为书中第6章完整的工程文件,包括10个子文件夹: (1) exp6_1:例6-1对应的文件; (2) exp6_2:例6-2对应的文件; (3) exp6_6:例6-6对应的文件; (4) exp6_8:例6-8对应的文件; (5) exp6_8_matlab:例6-8对应的matlab文件; (6) exp6_9:例6-9对应的文件; (7) exp6_12:例6-12对应的文件; (8) exp6_13:例6-13对应的文件; (9) exp6_18:例6-18对应的文件; (10) exp6_Uart:UART接口开发实例。 4. chapt7文件夹中的内容为书中第7章完整的工程文件,包括2个子文件夹: (1) exp_sdk_C_code:包括4个子文件夹: led_cpp:LED代码; uart_cpp:串口代码; intc_uart:中断和串口联合的代码; timer_intc:定时器和中断联合的代码。 (2) exp7_2:例7-2对应的文件。 5. chapt8文件夹中的内容为书中第8章完整的工程文件,包括6个子文件夹: (1) exp8_1:例8-1对应的文件; (2) exp8_2:例8-2对应的文件; (3) exp8_3:例8-3对应的文件; (4) exp8_4:例8-4对应的文件; (5) exp8_5:例8-5对应的文件; (6) exp8_hwcosim:硬件协仿真的例子。 6. chapt9文件夹中的内容为书中第9章完整的工程文件,包括5个子文件夹: (1) exp9_1:例9-1对应的文件; (2) exp9_2:例9-2对应的文件; (3) exp9_3:例9-3对应的文件; (4) exp9_4:例9-4对应的文件; (5) exp9_5:例9-5对应的文件。 7. chapt10文件夹中的内容为书中第10章完整的工程文件,包括1个子文件夹: (1) exp10_1:例10-1对应的文件; (2) xapp869:Xilinx PCI-E参考文档。 二、运行环境 本光盘的所有程序在以下环境调试通过: (1)Windows XP; (2)Xilinx ISE Design Suite 13.2 for windows; 更详细的信息可以参考本教材中实验部分的相关说明。 三、注意事项 (1)运行这些程序前请详细阅读本教程中相关实验部分说明; (2)部分实验清理了综合与实现所产生的相关文件以节省空间,读者重新运行即可。 (3)在使用光盘的程序时,请将程序拷贝到硬盘上,并去除文件的只读属性; (4)需要说明的是,当在本地电脑上运行例子时,根据例子所运行的目录,对例子中的一些目录路径进行适当的修改。
【实例截图】
【核心代码】
4744302543381859007.zip
└── FPGA光盘
├── chapt10
│   ├── exp10_1
│   │   ├── exp10_1.gise
│   │   ├── exp10_1.xise
│   │   ├── iseconfig
│   │   │   ├── exp10_1.projectmgr
│   │   │   └── s6_gtpwizard_v1_10.xreport
│   │   ├── lx45t_gtp
│   │   │   ├── coregen.cgc
│   │   │   ├── coregen.cgp
│   │   │   ├── fileset.txt
│   │   │   ├── s6_gtpwizard_v1_10
│   │   │   │   ├── doc
│   │   │   │   │   ├── s6_gtpwizard_v1_10_vinfo.html
│   │   │   │   │   └── ug546_s6_gtpwizard.pdf
│   │   │   │   ├── example_design
│   │   │   │   │   ├── frame_check.v
│   │   │   │   │   ├── frame_gen.v
│   │   │   │   │   ├── gtp_attributes.ucf
│   │   │   │   │   ├── mgt_usrclk_source_pll.v
│   │   │   │   │   ├── s6_gtpwizard_v1_10_top.ucf
│   │   │   │   │   └── s6_gtpwizard_v1_10_top.v
│   │   │   │   ├── implement
│   │   │   │   │   ├── chipscope_project.cpj
│   │   │   │   │   ├── data_vio.ngc
│   │   │   │   │   ├── icon.ngc
│   │   │   │   │   ├── ila.ngc
│   │   │   │   │   ├── implement.bat
│   │   │   │   │   ├── implement.sh
│   │   │   │   │   ├── implement_synplify.bat
│   │   │   │   │   ├── implement_synplify.sh
│   │   │   │   │   ├── null_vio.ngc
│   │   │   │   │   ├── shared_vio.ngc
│   │   │   │   │   ├── synplify.prj
│   │   │   │   │   ├── xst.prj
│   │   │   │   │   └── xst.scr
│   │   │   │   ├── s6_gtpwizard_v1_10.pf
│   │   │   │   ├── s6_gtpwizard_v1_10_readme.txt
│   │   │   │   └── simulation
│   │   │   │   ├── demo_tb.v
│   │   │   │   └── functional
│   │   │   │   ├── simulate_isim.bat
│   │   │   │   ├── simulate_isim.sh
│   │   │   │   ├── simulate_mti.do
│   │   │   │   ├── simulate_ncsim.bat
│   │   │   │   ├── simulate_ncsim.sh
│   │   │   │   ├── simulate_vcs.sh
│   │   │   │   ├── ucli_commands.key
│   │   │   │   ├── vcs_session.tcl
│   │   │   │   ├── wave_isim.tcl
│   │   │   │   ├── wave_mti.do
│   │   │   │   └── wave_ncsim.sv
│   │   │   ├── s6_gtpwizard_v1_10_flist.txt
│   │   │   ├── s6_gtpwizard_v1_10.gise
│   │   │   ├── s6_gtpwizard_v1_10_tile.v
│   │   │   ├── s6_gtpwizard_v1_10.v
│   │   │   ├── s6_gtpwizard_v1_10.veo
│   │   │   ├── s6_gtpwizard_v1_10.xco
│   │   │   ├── s6_gtpwizard_v1_10.xise
│   │   │   └── s6_gtpwizard_v1_10_xmdf.tcl
│   │   ├── s6_gtpwizard_v1_10_summary.html
│   │   ├── s6_gtpwizard_v1_10_top_summary.html
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   └── xapp869.pdf
├── chapt2
│   ├── exp2_29
│   │   └── clk_div3.v
│   └── exp2_30
│   └── clk_syn.v
├── chapt4
│   ├── exp4_1
│   │   ├── adder_top.cmd_log
│   │   ├── adder_top_envsettings.html
│   │   ├── adder_top.lso
│   │   ├── adder_top.ngc
│   │   ├── adder_top.ngr
│   │   ├── adder_top.prj
│   │   ├── adder_top.stx
│   │   ├── adder_top_summary.html
│   │   ├── adder_top.syr
│   │   ├── adder_top.v
│   │   ├── adder_top.xst
│   │   ├── adder_top_xst.xrpt
│   │   ├── exp4_1.gise
│   │   ├── exp4_1.xise
│   │   ├── ipcore_dir
│   │   │   ├── adder
│   │   │   │   └── doc
│   │   │   │   ├── c_addsub_v11_0_vinfo.html
│   │   │   │   └── ds214_addsub.pdf
│   │   │   ├── adder.asy
│   │   │   ├── adder_flist.txt
│   │   │   ├── adder.gise
│   │   │   ├── adder.ncf
│   │   │   ├── adder.ngc
│   │   │   ├── adder_readme.txt
│   │   │   ├── adder.sym
│   │   │   ├── adder.v
│   │   │   ├── adder.veo
│   │   │   ├── adder.xco
│   │   │   ├── adder.xise
│   │   │   ├── adder_xmdf.tcl
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── create_adder.tcl
│   │   │   ├── tmp
│   │   │   │   ├── adder.lso
│   │   │   │   ├── _cg
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   ├── netgen.xmsgs
│   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   └── _xmsgs
│   │   │   ├── cg.xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── iseconfig
│   │   │   ├── adder_top.xreport
│   │   │   └── exp4_1.projectmgr
│   │   ├── webtalk_pn.xml
│   │   ├── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── xst
│   │   ├── dump.xst
│   │   │   └── adder_top.prj
│   │   ├── projnav.tmp
│   │   └── work
│   │   ├── work.sdbl
│   │   └── work.sdbx
│   ├── exp4_2
│   │   ├── exp4_2.gise
│   │   ├── exp4_2.xise
│   │   ├── fuse.log
│   │   ├── fuseRelaunch.cmd
│   │   ├── fuse.xmsgs
│   │   ├── ipcore_dir
│   │   ├── iseconfig
│   │   │   ├── exp4_2.projectmgr
│   │   │   └── test.xreport
│   │   ├── isim
│   │   │   ├── isim_usage_statistics.html
│   │   │   ├── pn_info
│   │   │   ├── tb_test_isim_beh.exe.sim
│   │   │   │   ├── isimcrash.log
│   │   │   │   ├── ISimEngine-DesignHierarchy.dbg
│   │   │   │   ├── isimkernel.log
│   │   │   │   ├── libPortability.dll
│   │   │   │   ├── netId.dat
│   │   │   │   ├── tb_test_isim_beh.exe
│   │   │   │   ├── tmp_save
│   │   │   │   │   └── _1
│   │   │   │   └── work
│   │   │   │   ├── m_00000000000496798781_1985558087.c
│   │   │   │   ├── m_00000000000496798781_1985558087.didat
│   │   │   │   ├── m_00000000000496798781_1985558087.nt64.obj
│   │   │   │   ├── m_00000000003970184628_3687095789.c
│   │   │   │   ├── m_00000000003970184628_3687095789.didat
│   │   │   │   ├── m_00000000003970184628_3687095789.nt64.obj
│   │   │   │   ├── m_00000000004093713498_2073120511.c
│   │   │   │   ├── m_00000000004093713498_2073120511.didat
│   │   │   │   ├── m_00000000004093713498_2073120511.nt64.obj
│   │   │   │   ├── tb_test_isim_beh.exe_main.c
│   │   │   │   └── tb_test_isim_beh.exe_main.nt64.obj
│   │   │   ├── temp
│   │   │   │   ├── glbl.sdb
│   │   │   │   ├── tb_test.sdb
│   │   │   │   └── test.sdb
│   │   │   └── work
│   │   │   ├── glbl.sdb
│   │   │   ├── tb_test.sdb
│   │   │   └── test.sdb
│   │   ├── isim.cmd
│   │   ├── isim.log
│   │   ├── tb_test_beh.prj
│   │   ├── tb_test_isim_beh.exe
│   │   ├── tb_test_isim_beh.wdb
│   │   ├── tb_test_stx_beh.prj
│   │   ├── tb_test.v
│   │   ├── test.cmd_log
│   │   ├── test_envsettings.html
│   │   ├── test.lso
│   │   ├── test.ngc
│   │   ├── test.ngr
│   │   ├── test.prj
│   │   ├── test.stx
│   │   ├── test_summary.html
│   │   ├── test.syr
│   │   ├── test.v
│   │   ├── test.xst
│   │   ├── test_xst.xrpt
│   │   ├── webtalk_pn.xml
│   │   ├── xilinxsim.ini
│   │   ├── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── xst
│   │   ├── dump.xst
│   │   │   └── test.prj
│   │   ├── projnav.tmp
│   │   └── work
│   │   ├── work.sdbl
│   │   └── work.sdbx
│   ├── exp4_6
│   │   ├── counter.bgn
│   │   ├── counter.bit
│   │   ├── counter_bitgen.xwbt
│   │   ├── counter.bld
│   │   ├── counter.cmd_log
│   │   ├── counter_cs.blc
│   │   ├── counter_cs.ngc
│   │   ├── counter.drc
│   │   ├── counter_envsettings.html
│   │   ├── counter_guide.ncd
│   │   ├── counter.lso
│   │   ├── counter_map.map
│   │   ├── counter_map.mrp
│   │   ├── counter_map.ncd
│   │   ├── counter_map.ngm
│   │   ├── counter_map.xrpt
│   │   ├── counter.ncd
│   │   ├── counter.ngc
│   │   ├── counter.ngd
│   │   ├── counter_ngdbuild.xrpt
│   │   ├── counter.ngr
│   │   ├── counter.pad
│   │   ├── counter_pad.csv
│   │   ├── counter_pad.txt
│   │   ├── counter.par
│   │   ├── counter_par.xrpt
│   │   ├── counter.pcf
│   │   ├── counter.prj
│   │   ├── counter.ptwx
│   │   ├── counter.stx
│   │   ├── counter_summary.html
│   │   ├── counter_summary.xml
│   │   ├── counter.syr
│   │   ├── counter.twr
│   │   ├── counter.twx
│   │   ├── counter.unroutes
│   │   ├── counter_usage.xml
│   │   ├── counter.ut
│   │   ├── counter.v
│   │   ├── counter.xpi
│   │   ├── counter.xst
│   │   ├── counter_xst.xrpt
│   │   ├── cs.cdc
│   │   ├── exp4_6.gise
│   │   ├── exp4_6.xise
│   │   ├── ipcore_dir
│   │   ├── iseconfig
│   │   │   ├── counter.xreport
│   │   │   └── exp4_6.projectmgr
│   │   ├── _ngo
│   │   │   ├── counter_cs_signalbrowser.ngo
│   │   │   ├── counter_cs_signalbrowser.ver
│   │   │   ├── cs_icon_pro
│   │   │   │   ├── coregen.cgc
│   │   │   │   ├── coregen.cgp
│   │   │   │   ├── coregen.log
│   │   │   │   ├── generate_icon_pro.xco
│   │   │   │   ├── icon_pro_flist.txt
│   │   │   │   ├── icon_pro.gise
│   │   │   │   ├── icon_pro_readme.txt
│   │   │   │   ├── icon_pro.vhd
│   │   │   │   ├── icon_pro.vho
│   │   │   │   ├── icon_pro.xco
│   │   │   │   ├── icon_pro.xise
│   │   │   │   ├── icon_pro_xmdf.tcl
│   │   │   │   ├── tmp
│   │   │   │   │   ├── _cg
│   │   │   │   │   └── _xmsgs
│   │   │   │   │   └── pn_parser.xmsgs
│   │   │   │   └── _xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── cs_ila_pro_0
│   │   │   │   ├── coregen.cgc
│   │   │   │   ├── coregen.cgp
│   │   │   │   ├── coregen.log
│   │   │   │   ├── generate_ila_pro_0.xco
│   │   │   │   ├── ila_pro_0.cdc
│   │   │   │   ├── ila_pro_0_flist.txt
│   │   │   │   ├── ila_pro_0.gise
│   │   │   │   ├── ila_pro_0_readme.txt
│   │   │   │   ├── ila_pro_0.vhd
│   │   │   │   ├── ila_pro_0.vho
│   │   │   │   ├── ila_pro_0.xco
│   │   │   │   ├── ila_pro_0.xise
│   │   │   │   ├── ila_pro_0_xmdf.tcl
│   │   │   │   ├── tmp
│   │   │   │   │   ├── _cg
│   │   │   │   │   └── _xmsgs
│   │   │   │   │   └── pn_parser.xmsgs
│   │   │   │   └── _xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── icon_pro.ngc
│   │   │   ├── ila_pro_0.ngc
│   │   │   └── netlist.lst
│   │   ├── par_usage_statistics.html
│   │   ├── ucf.ucf
│   │   ├── usage_statistics_webtalk.html
│   │   ├── webtalk.log
│   │   ├── webtalk_pn.xml
│   │   ├── xlnx_auto_0_xdb
│   │   │   └── cst.xbcd
│   │   ├── _xmsgs
│   │   │   ├── bitgen.xmsgs
│   │   │   ├── map.xmsgs
│   │   │   ├── ngcbuild.xmsgs
│   │   │   ├── ngdbuild.xmsgs
│   │   │   ├── par.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   ├── trce.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── xst
│   │   ├── dump.xst
│   │   │   └── counter.prj
│   │   ├── projnav.tmp
│   │   └── work
│   │   ├── work.sdbl
│   │   └── work.sdbx
│   └── exp4_7
│   ├── Midian_fpga
│   │   └── zhongzhilvbo
│   │   ├── compare8.asy
│   │   ├── compare8_c_compare_v9_0_xst_1.ngc_xst.xrpt
│   │   ├── compare8_flist.txt
│   │   ├── compare8_readme.txt
│   │   ├── compare8.v
│   │   ├── compare8.veo
│   │   ├── compare8.vhd
│   │   ├── compare8.vho
│   │   ├── compare8.xco
│   │   ├── coregen.log
│   │   ├── dual_ram.asy
│   │   ├── dual_ram_blk_mem_gen_v2_8_xst_1.ngc_xst.xrpt
│   │   ├── dual_ram_flist.txt
│   │   ├── dual_ram_readme.txt
│   │   ├── dual_ram.v
│   │   ├── dual_ram.veo
│   │   ├── dual_ram.vhd
│   │   ├── dual_ram.vho
│   │   ├── dual_ram.xco
│   │   ├── fpga_dout.txt
│   │   ├── fuse.log
│   │   ├── iseconfig
│   │   │   └── zhongzhilvbo.projectmgr
│   │   ├── isim.cmd
│   │   ├── isim.hdlsourcefiles
│   │   ├── isim.log
│   │   ├── isimwavedata.xwv
│   │   ├── median.v
│   │   ├── median_xst.xrpt
│   │   ├── s2p.v
│   │   ├── tb_compare8_isim_beh.wfs
│   │   ├── tb_compare8.v
│   │   ├── tb_compare8_wave.fdo
│   │   ├── tb_midfilt2_demo.fdo
│   │   ├── tb_midfilt2_demo_isim_beh.exe
│   │   ├── tb_midfilt2_demo.v
│   │   ├── tb_midfilt2_demo_wave.fdo
│   │   ├── tb_zhongzhilvbo.fdo
│   │   ├── tb_zhongzhilvbo.v
│   │   ├── tb_zhongzhilvbo_wave.fdo
│   │   ├── top_summary.html
│   │   ├── top_xst.xrpt
│   │   ├── uutcompare8_summary.html
│   │   ├── uutcompare8.v
│   │   ├── uutcompare8_xst.xrpt
│   │   ├── vsim.wlf
│   │   ├── webtalk_pn.xml
│   │   ├── xilinxsim.ini
│   │   ├── xlnx_auto_0.ise
│   │   ├── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── xst
│   │   │   ├── dump.xst
│   │   │   │   └── zhongzhilvbo.prj
│   │   │   ├── projnav.tmp
│   │   │   └── work
│   │   │   ├── work.sdbl
│   │   │   └── work.sdbx
│   │   ├── zhongzhilvbo.bld
│   │   ├── zhongzhilvbo.cmd_log
│   │   ├── zhongzhilvbo_envsettings.html
│   │   ├── zhongzhilvbo.gise
│   │   ├── zhongzhilvbo.lso
│   │   ├── zhongzhilvbo_map.map
│   │   ├── zhongzhilvbo_map.xrpt
│   │   ├── zhongzhilvbo.ngc
│   │   ├── zhongzhilvbo_ngdbuild.xrpt
│   │   ├── zhongzhilvbo.ngr
│   │   ├── zhongzhilvbo_pad.csv
│   │   ├── zhongzhilvbo_pad.txt
│   │   ├── zhongzhilvbo_par.xrpt
│   │   ├── zhongzhilvbo.prj
│   │   ├── zhongzhilvbo.stx
│   │   ├── zhongzhilvbo_summary.html
│   │   ├── zhongzhilvbo_summary.xml
│   │   ├── zhongzhilvbo.syr
│   │   ├── zhongzhilvbo_usage.xml
│   │   ├── zhongzhilvbo.v
│   │   ├── zhongzhilvbo.xise
│   │   ├── zhongzhilvbo.xpi
│   │   ├── zhongzhilvbo.xst
│   │   └── zhongzhilvbo_xst.xrpt
│   └── Midian_matlab
│   ├── demo.mat
│   ├── demo.tif
│   ├── FreqSweep.mdl
│   ├── mathw_demo.m
│   ├── midian.asv
│   ├── midian.m
│   ├── Test.asv
│   └── Test.m
├── chapt6
│   ├── exp6_1
│   │   └── feizusefuzhi.v
│   ├── exp6_12
│   │   └── sdata_if.v
│   ├── exp6_13
│   │   └── sdata_case.v
│   ├── exp6_18
│   │   └── adder8_4.v
│   ├── exp6_2
│   │   └── clk_model.v
│   ├── exp6_6
│   │   ├── exp6_6.gise
│   │   ├── exp6_6.xise
│   │   ├── fuse.log
│   │   ├── fuseRelaunch.cmd
│   │   ├── fuse.xmsgs
│   │   ├── ipcore_dir
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── create_s6_clock.tcl
│   │   │   ├── s6_clock
│   │   │   │   ├── clk_wiz_v3_2_readme.txt
│   │   │   │   ├── doc
│   │   │   │   │   ├── clk_wiz_ds709.pdf
│   │   │   │   │   ├── clk_wiz_gsg521.pdf
│   │   │   │   │   ├── clk_wiz_v3_2_readme.txt
│   │   │   │   │   └── clk_wiz_v3_2_vinfo.html
│   │   │   │   ├── example_design
│   │   │   │   │   └── s6_clock_exdes.v
│   │   │   │   ├── generate
│   │   │   │   │   ├── clk_wiz_v3_2_generate.tcl
│   │   │   │   │   ├── clk_wiz_v3_2_model.tcl
│   │   │   │   │   └── run_legacy_tcl_flow.tcl
│   │   │   │   ├── 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
│   │   │   │   ├── s6_clock.ucf
│   │   │   │   ├── s6_clock.xdc
│   │   │   │   └── 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
│   │   │   │   ├── s6_clock_tb.v
│   │   │   │   └── timing
│   │   │   │   ├── s6_clock_tb.v
│   │   │   │   ├── sdf_cmd_file
│   │   │   │   ├── simulate_mti.do
│   │   │   │   ├── simulate_ncsim.sh
│   │   │   │   └── wave.do
│   │   │   ├── s6_clock.asy
│   │   │   ├── s6_clock.ejp
│   │   │   ├── s6_clock_flist.txt
│   │   │   ├── s6_clock.gise
│   │   │   ├── s6_clock.sym
│   │   │   ├── s6_clock.v
│   │   │   ├── s6_clock.veo
│   │   │   ├── s6_clock.xco
│   │   │   ├── s6_clock.xise
│   │   │   ├── s6_clock_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   ├── _cg
│   │   │   │   ├── customization_gui.0.638612568676.out
│   │   │   │   └── _xmsgs
│   │   │   │   └── pn_parser.xmsgs
│   │   │   └── _xmsgs
│   │   │   ├── cg.xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── iseconfig
│   │   │   └── exp6_6.projectmgr
│   │   ├── isim
│   │   │   ├── isim_usage_statistics.html
│   │   │   ├── pn_info
│   │   │   ├── tb_s6_clock_isim_beh.exe.sim
│   │   │   │   ├── isimcrash.log
│   │   │   │   ├── ISimEngine-DesignHierarchy.dbg
│   │   │   │   ├── isimkernel.log
│   │   │   │   ├── libPortability.dll
│   │   │   │   ├── netId.dat
│   │   │   │   ├── tb_s6_clock_isim_beh.exe
│   │   │   │   ├── tmp_save
│   │   │   │   │   └── _1
│   │   │   │   ├── unisims_ver
│   │   │   │   │   ├── m_00000000000740258969_1625843133.c
│   │   │   │   │   ├── m_00000000000740258969_1625843133.didat
│   │   │   │   │   ├── m_00000000000740258969_1625843133.nt64.obj
│   │   │   │   │   ├── m_00000000000740258969_3897995058.c
│   │   │   │   │   ├── m_00000000000740258969_3897995058.didat
│   │   │   │   │   ├── m_00000000000740258969_3897995058.nt64.obj
│   │   │   │   │   ├── m_00000000001946988858_2297623829.c
│   │   │   │   │   ├── m_00000000001946988858_2297623829.didat
│   │   │   │   │   ├── m_00000000001946988858_2297623829.nt64.obj
│   │   │   │   │   ├── m_00000000002399568039_2282143210.c
│   │   │   │   │   ├── m_00000000002399568039_2282143210.didat
│   │   │   │   │   ├── m_00000000002399568039_2282143210.nt64.obj
│   │   │   │   │   ├── m_00000000002922998384_2893826975.c
│   │   │   │   │   ├── m_00000000002922998384_2893826975.didat
│   │   │   │   │   ├── m_00000000002922998384_2893826975.nt64.obj
│   │   │   │   │   ├── m_00000000003131622635_0225263307.c
│   │   │   │   │   ├── m_00000000003131622635_0225263307.didat
│   │   │   │   │   ├── m_00000000003131622635_0225263307.nt64.obj
│   │   │   │   │   ├── m_00000000003266096158_2593380106.c
│   │   │   │   │   ├── m_00000000003266096158_2593380106.didat
│   │   │   │   │   └── m_00000000003266096158_2593380106.nt64.obj
│   │   │   │   └── work
│   │   │   │   ├── m_00000000000139310833_3205033475.c
│   │   │   │   ├── m_00000000000139310833_3205033475.didat
│   │   │   │   ├── m_00000000000139310833_3205033475.nt64.obj
│   │   │   │   ├── m_00000000000636256895_2043545961.c
│   │   │   │   ├── m_00000000000636256895_2043545961.didat
│   │   │   │   ├── m_00000000000636256895_2043545961.nt64.obj
│   │   │   │   ├── m_00000000004093713498_2073120511.c
│   │   │   │   ├── m_00000000004093713498_2073120511.didat
│   │   │   │   ├── m_00000000004093713498_2073120511.nt64.obj
│   │   │   │   ├── tb_s6_clock_isim_beh.exe_main.c
│   │   │   │   └── tb_s6_clock_isim_beh.exe_main.nt64.obj
│   │   │   └── work
│   │   │   ├── glbl.sdb
│   │   │   ├── s6_clock_exdes.sdb
│   │   │   ├── s6_clock.sdb
│   │   │   └── tb_s6_clock.sdb
│   │   ├── isim.cmd
│   │   ├── isim.log
│   │   ├── tb_s6_clock_beh.prj
│   │   ├── tb_s6_clock_isim_beh.exe
│   │   ├── tb_s6_clock_isim_beh.wdb
│   │   ├── tb_s6_clock.v
│   │   ├── xilinxsim.ini
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   ├── exp6_8
│   │   ├── bram_core.mif
│   │   ├── exp6_8.gise
│   │   ├── exp6_8.xise
│   │   ├── fuse.log
│   │   ├── fuseRelaunch.cmd
│   │   ├── fuse.xmsgs
│   │   ├── ipcore_dir
│   │   │   ├── blk_mem_gen_ds512.pdf
│   │   │   ├── blk_mem_gen_readme.txt
│   │   │   ├── bram_core
│   │   │   │   └── doc
│   │   │   │   ├── blk_mem_gen_ds512.pdf
│   │   │   │   └── blk_mem_gen_v6_1_vinfo.html
│   │   │   ├── bram_core.asy
│   │   │   ├── bram_core_flist.txt
│   │   │   ├── bram_core.gise
│   │   │   ├── bram_core.mif
│   │   │   ├── bram_core.ngc
│   │   │   ├── bram_core.sym
│   │   │   ├── bram_core.v
│   │   │   ├── bram_core.veo
│   │   │   ├── bram_core.xco
│   │   │   ├── bram_core.xise
│   │   │   ├── bram_core_xmdf.tcl
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── create_bram_core.tcl
│   │   │   ├── edit_bram_core.tcl
│   │   │   ├── tmp
│   │   │   │   ├── bram_core.lso
│   │   │   │   ├── _cg
│   │   │   │   │   ├── bram_core.mif
│   │   │   │   │   └── _dbg
│   │   │   │   │   ├── xil_823.in
│   │   │   │   │   └── xil_823.out
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   └── _xmsgs
│   │   │   ├── cg.xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── iseconfig
│   │   │   └── exp6_8.projectmgr
│   │   ├── isim
│   │   │   ├── isim_usage_statistics.html
│   │   │   ├── pn_info
│   │   │   ├── tb_bram_isim_beh.exe.sim
│   │   │   │   ├── isimcrash.log
│   │   │   │   ├── ISimEngine-DesignHierarchy.dbg
│   │   │   │   ├── isimkernel.log
│   │   │   │   ├── libPortability.dll
│   │   │   │   ├── netId.dat
│   │   │   │   ├── tb_bram_isim_beh.exe
│   │   │   │   ├── tmp_save
│   │   │   │   │   └── _1
│   │   │   │   ├── work
│   │   │   │   │   ├── m_00000000002489990758_1499648008.c
│   │   │   │   │   ├── m_00000000002489990758_1499648008.didat
│   │   │   │   │   ├── m_00000000002489990758_1499648008.nt64.obj
│   │   │   │   │   ├── m_00000000002664332311_2873161800.c
│   │   │   │   │   ├── m_00000000002664332311_2873161800.didat
│   │   │   │   │   ├── m_00000000002664332311_2873161800.nt64.obj
│   │   │   │   │   ├── m_00000000004093713498_2073120511.c
│   │   │   │   │   ├── m_00000000004093713498_2073120511.didat
│   │   │   │   │   ├── m_00000000004093713498_2073120511.nt64.obj
│   │   │   │   │   ├── tb_bram_isim_beh.exe_main.c
│   │   │   │   │   └── tb_bram_isim_beh.exe_main.nt64.obj
│   │   │   │   └── xilinxcorelib_ver
│   │   │   │   ├── m_00000000000277421008_3247166143.c
│   │   │   │   ├── m_00000000000277421008_3247166143.didat
│   │   │   │   ├── m_00000000000277421008_3247166143.nt64.obj
│   │   │   │   ├── m_00000000001358910285_2944909401.c
│   │   │   │   ├── m_00000000001358910285_2944909401.didat
│   │   │   │   ├── m_00000000001358910285_2944909401.nt64.obj
│   │   │   │   ├── m_00000000001687936702_3084185251.c
│   │   │   │   ├── m_00000000001687936702_3084185251.didat
│   │   │   │   ├── m_00000000001687936702_3084185251.nt64.obj
│   │   │   │   ├── m_00000000002856723387_1156345672.c
│   │   │   │   ├── m_00000000002856723387_1156345672.didat
│   │   │   │   └── m_00000000002856723387_1156345672.nt64.obj
│   │   │   └── work
│   │   │   ├── bram_core.sdb
│   │   │   ├── glbl.sdb
│   │   │   └── tb_bram.sdb
│   │   ├── isim.cmd
│   │   ├── isim.log
│   │   ├── tb_bram_beh.prj
│   │   ├── tb_bram_isim_beh.exe
│   │   ├── tb_bram_isim_beh.wdb
│   │   ├── tb_bram.v
│   │   ├── xilinxsim.ini
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   ├── exp6_8_matlab
│   │   └── exp6_8.m
│   ├── exp6_9
│   │   ├── exp6_9.gise
│   │   ├── exp6_9.xise
│   │   ├── ipcore_dir
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── core_resources.txt
│   │   │   ├── create_muladder.tcl
│   │   │   ├── gui_latency.txt
│   │   │   ├── muladder
│   │   │   │   └── doc
│   │   │   │   ├── xbip_multaccum_ds716.pdf
│   │   │   │   └── xbip_multaccum_v2_0_vinfo.html
│   │   │   ├── muladder.asy
│   │   │   ├── muladder_flist.txt
│   │   │   ├── muladder.gise
│   │   │   ├── muladder.ngc
│   │   │   ├── muladder_readme.txt
│   │   │   ├── muladder.sym
│   │   │   ├── muladder.v
│   │   │   ├── muladder.veo
│   │   │   ├── muladder.xco
│   │   │   ├── muladder.xise
│   │   │   ├── muladder_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   ├── _cg
│   │   │   │   ├── muladder.lso
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   ├── netgen.xmsgs
│   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   └── _xmsgs
│   │   │   ├── cg.xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── iseconfig
│   │   │   └── exp6_9.projectmgr
│   │   ├── tb_muladder.v
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   └── exp6_Uart
│   ├── Analysis 2.twx
│   ├── baud_gen_summary.html
│   ├── baud_gen.v
│   ├── baud_gen_xst.xrpt
│   ├── coregen_xil_944_84.cgc
│   ├── coregen_xil_944_84.cgp
│   ├── cs_uart.cdc
│   ├── cs_uart.cpj
│   ├── device_usage_statistics.html
│   ├── fuse.log
│   ├── _impact.cmd
│   ├── _impact.log
│   ├── ipcore_dir
│   ├── iseconfig
│   │   ├── uart.projectmgr
│   │   └── uart_top.xreport
│   ├── isim.cmd
│   ├── isim.hdlsourcefiles
│   ├── isim.log
│   ├── isimwavedata.xwv
│   ├── _ngo
│   │   ├── cs_icon_pro
│   │   │   ├── coregen.cgc
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── generate_icon_pro.xco
│   │   │   ├── icon_pro_flist.txt
│   │   │   ├── icon_pro.gise
│   │   │   ├── icon_pro_readme.txt
│   │   │   ├── icon_pro.vhd
│   │   │   ├── icon_pro.vho
│   │   │   ├── icon_pro.xco
│   │   │   ├── icon_pro.xise
│   │   │   ├── icon_pro_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   └── _cg
│   │   │   └── _xmsgs
│   │   │   ├── netgen.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── cs_ila_pro_0
│   │   │   ├── coregen.cgc
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── generate_ila_pro_0.xco
│   │   │   ├── ila_pro_0.cdc
│   │   │   ├── ila_pro_0_flist.txt
│   │   │   ├── ila_pro_0.gise
│   │   │   ├── ila_pro_0_readme.txt
│   │   │   ├── ila_pro_0.vhd
│   │   │   ├── ila_pro_0.vho
│   │   │   ├── ila_pro_0.xco
│   │   │   ├── ila_pro_0.xise
│   │   │   ├── ila_pro_0_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   └── _cg
│   │   │   └── _xmsgs
│   │   │   ├── netgen.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── icon_pro.ngc
│   │   ├── ila_pro_0.ngc
│   │   ├── netlist.lst
│   │   ├── uart_top_cs_signalbrowser.ngo
│   │   └── uart_top_cs_signalbrowser.ver
│   ├── par_usage_statistics.html
│   ├── tb_buad_gen_beh.prj
│   ├── tb_buad_gen_isim_beh.exe
│   ├── tb_buad_gen_isim_beh.wfs
│   ├── tb_buad_gen_stx.prj
│   ├── tb_buad_gen.v
│   ├── tb_uart_rx_isim_beh.wfs
│   ├── tb_uart_rx_stx.prj
│   ├── tb_uart_rx.v
│   ├── tb_uart_tx2_beh.prj
│   ├── tb_uart_tx2_isim_beh.exe
│   ├── tb_uart_tx2_isim_beh.wfs
│   ├── tb_uart_tx2_stx.prj
│   ├── tb_uart_tx2.v
│   ├── tb_uart_tx_isim_beh.wfs
│   ├── tb_uart_tx_stx.prj
│   ├── tb_uart_tx.v
│   ├── uart_cs.cdc
│   ├── uart.gise
│   ├── uart.ntrc_log
│   ├── uart.restore
│   ├── uart_rx_summary.html
│   ├── uart_rx.v
│   ├── uart_rx_xst.xrpt
│   ├── uart_spi_flash.mcs
│   ├── uart_spi_flash.prm
│   ├── uart_top.bgn
│   ├── uart_top.bit
│   ├── uart_top_bitgen.xwbt
│   ├── uart_top.bld
│   ├── uart_top.cmd_log
│   ├── uart_top_cs.blc
│   ├── uart_top_cs.ngc
│   ├── uart_top.drc
│   ├── uart_top_envsettings.html
│   ├── uart_top_guide.ncd
│   ├── uart_top.lso
│   ├── uart_top_map.map
│   ├── uart_top_map.mrp
│   ├── uart_top_map.ncd
│   ├── uart_top_map.ngm
│   ├── uart_top_map.xrpt
│   ├── uart_top.ncd
│   ├── uart_top.ngc
│   ├── uart_top.ngd
│   ├── uart_top_ngdbuild.xrpt
│   ├── uart_top.ngr
│   ├── uart_top.pad
│   ├── uart_top_pad.csv
│   ├── uart_top_pad.txt
│   ├── uart_top.par
│   ├── uart_top_par.xrpt
│   ├── uart_top.pcf
│   ├── uart_top_prev_built.ngd
│   ├── uart_top.prj
│   ├── uart_top.ptwx
│   ├── uart_top.stx
│   ├── uart_top_summary.html
│   ├── uart_top_summary.xml
│   ├── uart_top.syr
│   ├── uart_top.twr
│   ├── uart_top.twx
│   ├── uart_top.unroutes
│   ├── uart_top_usage.xml
│   ├── uart_top.ut
│   ├── uart_top.v
│   ├── uart_top.xpi
│   ├── uart_top.xst
│   ├── uart_top_xst.xrpt
│   ├── uart_tx.ngr
│   ├── uart_tx_summary.html
│   ├── uart_tx.v
│   ├── uart_tx_xst.xrpt
│   ├── uart_ucf.ucf
│   ├── uart_xdb
│   │   ├── cst.xbcd
│   │   └── tmp
│   ├── uart.xise
│   ├── usage_statistics_webtalk.html
│   ├── webtalk.log
│   ├── webtalk_pn.xml
│   ├── xilinxsim.ini
│   ├── xlnx_auto_0.ise
│   ├── xlnx_auto_0_xdb
│   │   ├── cst.xbcd
│   │   └── tmp
│   │   ├── ise
│   │   │   ├── __OBJSTORE__
│   │   │   │   ├── Autonym
│   │   │   │   ├── common
│   │   │   │   ├── HierarchicalDesign
│   │   │   │   │   └── HDProject
│   │   │   │   │   ├── HDProject
│   │   │   │   │   └── HDProject_StrTbl
│   │   │   │   ├── _ProjRepoInternal_
│   │   │   │   └── STE
│   │   │   ├── __REGISTRY__
│   │   │   │   ├── Autonym
│   │   │   │   │   └── regkeys
│   │   │   │   ├── common
│   │   │   │   │   └── regkeys
│   │   │   │   ├── HierarchicalDesign
│   │   │   │   │   ├── HDProject
│   │   │   │   │   │   └── regkeys
│   │   │   │   │   └── regkeys
│   │   │   │   ├── ngcbuild
│   │   │   │   ├── _ProjRepoInternal_
│   │   │   │   │   └── regkeys
│   │   │   │   └── STE
│   │   │   │   ├── ngcbuild
│   │   │   │   │   └── regkeys
│   │   │   │   └── regkeys
│   │   │   └── version
│   │   └── ise.lock
│   └── _xmsgs
│   ├── bitgen.xmsgs
│   ├── map.xmsgs
│   ├── ngcbuild.xmsgs
│   ├── ngdbuild.xmsgs
│   ├── par.xmsgs
│   ├── pn_parser.xmsgs
│   ├── trce.xmsgs
│   └── xst.xmsgs
├── chapt7
│   ├── exp7_2
│   │   ├── clock_generator_0.log
│   │   ├── data
│   │   │   └── system.ucf
│   │   ├── etc
│   │   │   ├── bitgen.ut
│   │   │   ├── download.cmd
│   │   │   ├── fast_runtime.opt
│   │   │   ├── system.filters
│   │   │   └── system.gui
│   │   ├── hdl
│   │   │   ├── clock_generator_0_wrapper.vhd
│   │   │   ├── dlmb_cntlr_wrapper.vhd
│   │   │   ├── dlmb_wrapper.vhd
│   │   │   ├── elaborate
│   │   │   │   ├── clock_generator_0_v4_02_a
│   │   │   │   │   └── hdl
│   │   │   │   │   └── vhdl
│   │   │   │   │   └── clock_generator.vhd
│   │   │   │   └── lmb_bram_elaborate_v1_00_a
│   │   │   │   └── hdl
│   │   │   │   └── vhdl
│   │   │   │   └── lmb_bram_elaborate.vhd
│   │   │   ├── ilmb_cntlr_wrapper.vhd
│   │   │   ├── ilmb_wrapper.vhd
│   │   │   ├── leds_wrapper.vhd
│   │   │   ├── lmb_bram_wrapper.vhd
│   │   │   ├── mb_plb_wrapper.vhd
│   │   │   ├── mdm_0_wrapper.vhd
│   │   │   ├── microblaze_0_wrapper.vhd
│   │   │   ├── proc_sys_reset_0_wrapper.vhd
│   │   │   ├── rs232_wrapper.vhd
│   │   │   ├── system_stub.vhd
│   │   │   └── system.vhd
│   │   ├── implementation
│   │   │   ├── bitgen.ut
│   │   │   ├── cache
│   │   │   │   ├── cache.cat
│   │   │   │   ├── clock_generator_0_wrapper.ngc
│   │   │   │   ├── dlmb_cntlr_wrapper.ngc
│   │   │   │   ├── dlmb_wrapper.ngc
│   │   │   │   ├── ilmb_cntlr_wrapper.ngc
│   │   │   │   ├── ilmb_wrapper.ngc
│   │   │   │   ├── leds_wrapper.ngc
│   │   │   │   ├── lmb_bram_wrapper.ngc
│   │   │   │   ├── mb_plb_wrapper.ngc
│   │   │   │   ├── mdm_0_wrapper.ngc
│   │   │   │   ├── microblaze_0_wrapper.ngc
│   │   │   │   ├── proc_sys_reset_0_wrapper.ngc
│   │   │   │   └── rs232_wrapper.ngc
│   │   │   ├── clock_generator_0_wrapper
│   │   │   │   ├── clock_generator_0_wrapper.ngc
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   └── ngcbuild.xmsgs
│   │   │   ├── clock_generator_0_wrapper.blc
│   │   │   ├── clock_generator_0_wrapper.ngc
│   │   │   ├── clock_generator_0_wrapper.ngc_xst.xrpt
│   │   │   ├── dlmb_cntlr_wrapper
│   │   │   ├── dlmb_cntlr_wrapper.ngc
│   │   │   ├── dlmb_cntlr_wrapper.ngc_xst.xrpt
│   │   │   ├── dlmb_wrapper
│   │   │   │   ├── dlmb_wrapper.ngc
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   └── ngcbuild.xmsgs
│   │   │   ├── dlmb_wrapper.blc
│   │   │   ├── dlmb_wrapper.ncf
│   │   │   ├── dlmb_wrapper.ngc
│   │   │   ├── dlmb_wrapper.ngc_xst.xrpt
│   │   │   ├── fpga.flw
│   │   │   ├── ilmb_cntlr_wrapper
│   │   │   ├── ilmb_cntlr_wrapper.ngc
│   │   │   ├── ilmb_cntlr_wrapper.ngc_xst.xrpt
│   │   │   ├── ilmb_wrapper
│   │   │   │   ├── ilmb_wrapper.ngc
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   └── ngcbuild.xmsgs
│   │   │   ├── ilmb_wrapper.blc
│   │   │   ├── ilmb_wrapper.ncf
│   │   │   ├── ilmb_wrapper.ngc
│   │   │   ├── ilmb_wrapper.ngc_xst.xrpt
│   │   │   ├── leds_wrapper
│   │   │   ├── leds_wrapper.ngc
│   │   │   ├── leds_wrapper.ngc_xst.xrpt
│   │   │   ├── lmb_bram_wrapper
│   │   │   ├── lmb_bram_wrapper.ngc
│   │   │   ├── lmb_bram_wrapper.ngc_xst.xrpt
│   │   │   ├── mb_plb_wrapper
│   │   │   ├── mb_plb_wrapper.ngc
│   │   │   ├── mb_plb_wrapper.ngc_xst.xrpt
│   │   │   ├── mdm_0_wrapper
│   │   │   ├── mdm_0_wrapper.ngc
│   │   │   ├── mdm_0_wrapper.ngc_xst.xrpt
│   │   │   ├── microblaze_0_wrapper
│   │   │   │   ├── microblaze_0_wrapper.ngc
│   │   │   │   ├── microblaze_0_wrapper.xdc
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   └── ngcbuild.xmsgs
│   │   │   ├── microblaze_0_wrapper.blc
│   │   │   ├── microblaze_0_wrapper.ncf
│   │   │   ├── microblaze_0_wrapper.ngc
│   │   │   ├── microblaze_0_wrapper.ngc_xst.xrpt
│   │   │   ├── netlist.lst
│   │   │   ├── par_usage_statistics.html
│   │   │   ├── proc_sys_reset_0_wrapper
│   │   │   ├── proc_sys_reset_0_wrapper.ngc
│   │   │   ├── proc_sys_reset_0_wrapper.ngc_xst.xrpt
│   │   │   ├── rs232_wrapper
│   │   │   ├── rs232_wrapper.ngc
│   │   │   ├── rs232_wrapper.ngc_xst.xrpt
│   │   │   ├── system_bd.bmm
│   │   │   ├── system.bgn
│   │   │   ├── system.bit
│   │   │   ├── system_bitgen.xwbt
│   │   │   ├── system.bld
│   │   │   ├── system.bmm
│   │   │   ├── system.drc
│   │   │   ├── system_map.map
│   │   │   ├── system_map.mrp
│   │   │   ├── system_map.ncd
│   │   │   ├── system_map.ngm
│   │   │   ├── system_map.xrpt
│   │   │   ├── system.ncd
│   │   │   ├── system.ngc
│   │   │   ├── system.ngc_xst.xrpt
│   │   │   ├── system.ngd
│   │   │   ├── system_ngdbuild.xrpt
│   │   │   ├── system.pad
│   │   │   ├── system_pad.csv
│   │   │   ├── system_pad.txt
│   │   │   ├── system.par
│   │   │   ├── system_par.xrpt
│   │   │   ├── system.pcf
│   │   │   ├── system.ptwx
│   │   │   ├── system_stub.bmm
│   │   │   ├── system_summary.html
│   │   │   ├── system_summary.xml
│   │   │   ├── system.twr
│   │   │   ├── system.twx
│   │   │   ├── system.ucf
│   │   │   ├── system.unroutes
│   │   │   ├── system_usage.xml
│   │   │   ├── system.xpi
│   │   │   ├── usage_statistics_webtalk.html
│   │   │   ├── webtalk.log
│   │   │   ├── xflow.his
│   │   │   ├── xflow.log
│   │   │   ├── xflow.opt
│   │   │   ├── xflow_script.bat
│   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── cst.xbcd
│   │   │   └── _xmsgs
│   │   │   ├── bitgen.xmsgs
│   │   │   ├── map.xmsgs
│   │   │   ├── ngdbuild.xmsgs
│   │   │   ├── par.xmsgs
│   │   │   └── trce.xmsgs
│   │   ├── pcores
│   │   ├── platgen.log
│   │   ├── platgen.opt
│   │   ├── psf2Edward.log
│   │   ├── SDK
│   │   │   ├── SDK_Export
│   │   │   │   └── hw
│   │   │   │   ├── system_bd.bmm
│   │   │   │   ├── system.bit
│   │   │   │   └── system.xml
│   │   │   └── Work_Space
│   │   │   ├── empty_cpp_0
│   │   │   │   ├── Debug
│   │   │   │   │   ├── empty_cpp_0.elf
│   │   │   │   │   ├── empty_cpp_0.elf.elfcheck
│   │   │   │   │   ├── empty_cpp_0.elf.size
│   │   │   │   │   ├── makefile
│   │   │   │   │   ├── objects.mk
│   │   │   │   │   ├── sources.mk
│   │   │   │   │   └── src
│   │   │   │   │   ├── main.d
│   │   │   │   │   ├── main.o
│   │   │   │   │   └── subdir.mk
│   │   │   │   └── src
│   │   │   │   └── main.cc
│   │   │   ├── exp7_2_hw_platform
│   │   │   │   ├── system_bd.bmm
│   │   │   │   ├── system.bit
│   │   │   │   └── system.xml
│   │   │   └── standalone_bsp_0
│   │   │   ├── libgen.log
│   │   │   ├── libgen.options
│   │   │   ├── Makefile
│   │   │   ├── microblaze_0
│   │   │   │   ├── code
│   │   │   │   ├── include
│   │   │   │   │   ├── bspconfig.h
│   │   │   │   │   ├── fsl.h
│   │   │   │   │   ├── mb_interface.h
│   │   │   │   │   ├── mblaze_nt_types.h
│   │   │   │   │   ├── microblaze_exceptions_g.h
│   │   │   │   │   ├── microblaze_exceptions_i.h
│   │   │   │   │   ├── microblaze_interrupts_i.h
│   │   │   │   │   ├── profile.h
│   │   │   │   │   ├── _profile_timer_hw.h
│   │   │   │   │   ├── pvr.h
│   │   │   │   │   ├── xbasic_types.h
│   │   │   │   │   ├── xbram.h
│   │   │   │   │   ├── xbram_hw.h
│   │   │   │   │   ├── xdebug.h
│   │   │   │   │   ├── xenv.h
│   │   │   │   │   ├── xenv_none.h
│   │   │   │   │   ├── xenv_standalone.h
│   │   │   │   │   ├── xenv_vxworks.h
│   │   │   │   │   ├── xgpio.h
│   │   │   │   │   ├── xgpio_l.h
│   │   │   │   │   ├── xil_assert.h
│   │   │   │   │   ├── xil_cache.h
│   │   │   │   │   ├── xil_cache_vxworks.h
│   │   │   │   │   ├── xil_exception.h
│   │   │   │   │   ├── xil_hal.h
│   │   │   │   │   ├── xil_io.h
│   │   │   │   │   ├── xil_macroback.h
│   │   │   │   │   ├── xil_testcache.h
│   │   │   │   │   ├── xil_testio.h
│   │   │   │   │   ├── xil_testmem.h
│   │   │   │   │   ├── xil_types.h
│   │   │   │   │   ├── xio.h
│   │   │   │   │   ├── xparameters.h
│   │   │   │   │   ├── xstatus.h
│   │   │   │   │   ├── xuartlite.h
│   │   │   │   │   ├── xuartlite_i.h
│   │   │   │   │   ├── xuartlite_l.h
│   │   │   │   │   ├── xutil.h
│   │   │   │   │   └── xversion.h
│   │   │   │   ├── lib
│   │   │   │   │   ├── libc.a
│   │   │   │   │   ├── libm.a
│   │   │   │   │   └── libxil.a
│   │   │   │   └── libsrc
│   │   │   │   ├── bram_v3_00_a
│   │   │   │   │   └── src
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── xbram.c
│   │   │   │   │   ├── xbram_g.c
│   │   │   │   │   ├── xbram.h
│   │   │   │   │   ├── xbram_hw.h
│   │   │   │   │   ├── xbram_intr.c
│   │   │   │   │   ├── xbram_selftest.c
│   │   │   │   │   └── xbram_sinit.c
│   │   │   │   ├── common_v1_00_a
│   │   │   │   │   └── src
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── xbasic_types.c
│   │   │   │   │   ├── xbasic_types.h
│   │   │   │   │   ├── xdebug.h
│   │   │   │   │   ├── xenv.h
│   │   │   │   │   ├── xenv_linux.h
│   │   │   │   │   ├── xenv_none.h
│   │   │   │   │   ├── xenv_standalone.h
│   │   │   │   │   ├── xenv_vxworks.h
│   │   │   │   │   ├── xparameters.h
│   │   │   │   │   ├── xstatus.h
│   │   │   │   │   ├── xutil.h
│   │   │   │   │   ├── xutil_memtest.c
│   │   │   │   │   ├── xversion.c
│   │   │   │   │   └── xversion.h
│   │   │   │   ├── cpu_v1_13_a
│   │   │   │   │   └── src
│   │   │   │   │   ├── fsl.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── xio.c
│   │   │   │   │   └── xio.h
│   │   │   │   ├── gpio_v3_00_a
│   │   │   │   │   └── src
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── xgpio.c
│   │   │   │   │   ├── xgpio_extra.c
│   │   │   │   │   ├── xgpio_g.c
│   │   │   │   │   ├── xgpio.h
│   │   │   │   │   ├── xgpio_i.h
│   │   │   │   │   ├── xgpio_intr.c
│   │   │   │   │   ├── xgpio_l.h
│   │   │   │   │   ├── xgpio_selftest.c
│   │   │   │   │   └── xgpio_sinit.c
│   │   │   │   ├── standalone_v3_01_a
│   │   │   │   │   └── src
│   │   │   │   │   ├── bspconfig.h
│   │   │   │   │   ├── config.make
│   │   │   │   │   ├── errno.c
│   │   │   │   │   ├── _exit.c
│   │   │   │   │   ├── fcntl.c
│   │   │   │   │   ├── fsl.h
│   │   │   │   │   ├── hw_exception_handler.S
│   │   │   │   │   ├── inbyte.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mb_interface.h
│   │   │   │   │   ├── microblaze_disable_dcache.S
│   │   │   │   │   ├── microblaze_disable_exceptions.s
│   │   │   │   │   ├── microblaze_disable_icache.s
│   │   │   │   │   ├── microblaze_disable_interrupts.s
│   │   │   │   │   ├── microblaze_enable_dcache.s
│   │   │   │   │   ├── microblaze_enable_exceptions.s
│   │   │   │   │   ├── microblaze_enable_icache.s
│   │   │   │   │   ├── microblaze_enable_interrupts.s
│   │   │   │   │   ├── microblaze_exception_handler.c
│   │   │   │   │   ├── microblaze_exceptions_g.h
│   │   │   │   │   ├── microblaze_exceptions_i.h
│   │   │   │   │   ├── microblaze_flush_dcache_range.S
│   │   │   │   │   ├── microblaze_flush_dcache.S
│   │   │   │   │   ├── microblaze_init_dcache_range.S
│   │   │   │   │   ├── microblaze_init_icache_range.S
│   │   │   │   │   ├── microblaze_interrupt_handler.c
│   │   │   │   │   ├── microblaze_interrupts_g.c
│   │   │   │   │   ├── microblaze_interrupts_i.h
│   │   │   │   │   ├── microblaze_invalidate_dcache_range.S
│   │   │   │   │   ├── microblaze_invalidate_dcache.S
│   │   │   │   │   ├── microblaze_invalidate_icache_range.S
│   │   │   │   │   ├── microblaze_invalidate_icache.S
│   │   │   │   │   ├── microblaze_scrub.S
│   │   │   │   │   ├── microblaze_update_dcache.S
│   │   │   │   │   ├── microblaze_update_icache.S
│   │   │   │   │   ├── outbyte.c
│   │   │   │   │   ├── profile
│   │   │   │   │   │   ├── dummy.S
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── mblaze_nt_types.h
│   │   │   │   │   │   ├── profile_cg.c
│   │   │   │   │   │   ├── _profile_clean.c
│   │   │   │   │   │   ├── profile_config.h
│   │   │   │   │   │   ├── profile.h
│   │   │   │   │   │   ├── profile_hist.c
│   │   │   │   │   │   ├── _profile_init.c
│   │   │   │   │   │   ├── profile_mcount_mb.S
│   │   │   │   │   │   ├── profile_mcount_ppc.S
│   │   │   │   │   │   ├── _profile_timer_hw.c
│   │   │   │   │   │   └── _profile_timer_hw.h
│   │   │   │   │   ├── pvr.c
│   │   │   │   │   ├── pvr.h
│   │   │   │   │   ├── xil_assert.c
│   │   │   │   │   ├── xil_assert.h
│   │   │   │   │   ├── xil_cache.c
│   │   │   │   │   ├── xil_cache.h
│   │   │   │   │   ├── xil_cache_vxworks.h
│   │   │   │   │   ├── xil_exception.c
│   │   │   │   │   ├── xil_exception.h
│   │   │   │   │   ├── xil_hal.h
│   │   │   │   │   ├── xil_io.c
│   │   │   │   │   ├── xil_io.h
│   │   │   │   │   ├── xil_macroback.h
│   │   │   │   │   ├── xil_testcache.c
│   │   │   │   │   ├── xil_testcache.h
│   │   │   │   │   ├── xil_testio.c
│   │   │   │   │   ├── xil_testio.h
│   │   │   │   │   ├── xil_testmem.c
│   │   │   │   │   ├── xil_testmem.h
│   │   │   │   │   └── xil_types.h
│   │   │   │   └── uartlite_v2_00_a
│   │   │   │   └── src
│   │   │   │   ├── Makefile
│   │   │   │   ├── xuartlite.c
│   │   │   │   ├── xuartlite_g.c
│   │   │   │   ├── xuartlite.h
│   │   │   │   ├── xuartlite_i.h
│   │   │   │   ├── xuartlite_intr.c
│   │   │   │   ├── xuartlite_l.c
│   │   │   │   ├── xuartlite_l.h
│   │   │   │   ├── xuartlite_selftest.c
│   │   │   │   ├── xuartlite_sinit.c
│   │   │   │   └── xuartlite_stats.c
│   │   │   └── system.mss
│   │   ├── synthesis
│   │   │   ├── clock_generator_0_wrapper.lso
│   │   │   ├── clock_generator_0_wrapper_xst.prj
│   │   │   ├── clock_generator_0_wrapper_xst.scr
│   │   │   ├── clock_generator_0_wrapper_xst.srp
│   │   │   ├── dlmb_cntlr_wrapper.lso
│   │   │   ├── dlmb_cntlr_wrapper_xst.prj
│   │   │   ├── dlmb_cntlr_wrapper_xst.scr
│   │   │   ├── dlmb_cntlr_wrapper_xst.srp
│   │   │   ├── dlmb_wrapper.lso
│   │   │   ├── dlmb_wrapper_xst.prj
│   │   │   ├── dlmb_wrapper_xst.scr
│   │   │   ├── dlmb_wrapper_xst.srp
│   │   │   ├── ilmb_cntlr_wrapper.lso
│   │   │   ├── ilmb_cntlr_wrapper_xst.prj
│   │   │   ├── ilmb_cntlr_wrapper_xst.scr
│   │   │   ├── ilmb_cntlr_wrapper_xst.srp
│   │   │   ├── ilmb_wrapper.lso
│   │   │   ├── ilmb_wrapper_xst.prj
│   │   │   ├── ilmb_wrapper_xst.scr
│   │   │   ├── ilmb_wrapper_xst.srp
│   │   │   ├── leds_wrapper.lso
│   │   │   ├── leds_wrapper_xst.prj
│   │   │   ├── leds_wrapper_xst.scr
│   │   │   ├── leds_wrapper_xst.srp
│   │   │   ├── lmb_bram_wrapper.lso
│   │   │   ├── lmb_bram_wrapper_xst.prj
│   │   │   ├── lmb_bram_wrapper_xst.scr
│   │   │   ├── lmb_bram_wrapper_xst.srp
│   │   │   ├── mb_plb_wrapper.lso
│   │   │   ├── mb_plb_wrapper_xst.prj
│   │   │   ├── mb_plb_wrapper_xst.scr
│   │   │   ├── mb_plb_wrapper_xst.srp
│   │   │   ├── mdm_0_wrapper.lso
│   │   │   ├── mdm_0_wrapper_xst.prj
│   │   │   ├── mdm_0_wrapper_xst.scr
│   │   │   ├── mdm_0_wrapper_xst.srp
│   │   │   ├── microblaze_0_wrapper.lso
│   │   │   ├── microblaze_0_wrapper_xst.prj
│   │   │   ├── microblaze_0_wrapper_xst.scr
│   │   │   ├── microblaze_0_wrapper_xst.srp
│   │   │   ├── proc_sys_reset_0_wrapper.lso
│   │   │   ├── proc_sys_reset_0_wrapper_xst.prj
│   │   │   ├── proc_sys_reset_0_wrapper_xst.scr
│   │   │   ├── proc_sys_reset_0_wrapper_xst.srp
│   │   │   ├── rs232_wrapper.lso
│   │   │   ├── rs232_wrapper_xst.prj
│   │   │   ├── rs232_wrapper_xst.scr
│   │   │   ├── rs232_wrapper_xst.srp
│   │   │   ├── synthesis.cmd
│   │   │   ├── system.lso
│   │   │   ├── system_xst.prj
│   │   │   ├── system_xst.scr
│   │   │   ├── system_xst.srp
│   │   │   └── _xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── system.bsb
│   │   ├── system_incl.make
│   │   ├── system.log
│   │   ├── system.make
│   │   ├── system.mhs
│   │   ├── system.xmp
│   │   └── __xps
│   │   ├── bitinit.opt
│   │   ├── edw2xtl_sav_globals.xsl
│   │   ├── edw2xtl_sav_view_addr.xsl
│   │   ├── edw2xtl_sav_view_busif.xsl
│   │   ├── edw2xtl_sav_view_groups.xsl
│   │   ├── edw2xtl_sav_view_port.xsl
│   │   ├── edw2xtl_sav_view.xsl
│   │   ├── gensav_cmd.xml
│   │   ├── ise
│   │   │   ├── system.xreport
│   │   │   ├── xmsgprops.lst
│   │   │   └── _xmsgs
│   │   │   └── platgen.xmsgs
│   │   ├── platgen.opt
│   │   ├── simgen.opt
│   │   ├── system_routed
│   │   ├── system.xml
│   │   ├── xplorer.opt
│   │   └── xpsxflow.opt
│   └── exp_sdk_C_code
│   ├── intc_uart
│   │   ├── Debug
│   │   │   ├── intc_uart.elf
│   │   │   ├── intc_uart.elf.elfcheck
│   │   │   ├── intc_uart.elf.size
│   │   │   ├── makefile
│   │   │   ├── objects.mk
│   │   │   ├── sources.mk
│   │   │   └── src
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   └── subdir.mk
│   │   └── src
│   │   └── main.cc
│   ├── led_cpp
│   │   ├── Debug
│   │   │   ├── led_cpp.elf
│   │   │   ├── led_cpp.elf.elfcheck
│   │   │   ├── led_cpp.elf.size
│   │   │   ├── makefile
│   │   │   ├── objects.mk
│   │   │   ├── sources.mk
│   │   │   └── src
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   └── subdir.mk
│   │   └── src
│   │   └── main.cc
│   ├── Readme.txt
│   ├── timer_intc
│   │   ├── Debug
│   │   │   ├── makefile
│   │   │   ├── objects.mk
│   │   │   ├── sources.mk
│   │   │   ├── src
│   │   │   │   ├── main.d
│   │   │   │   ├── main.o
│   │   │   │   └── subdir.mk
│   │   │   ├── timer_intc.elf
│   │   │   ├── timer_intc.elf.elfcheck
│   │   │   └── timer_intc.elf.size
│   │   └── src
│   │   └── main.cc
│   └── uart_cpp
│   ├── Debug
│   │   ├── makefile
│   │   ├── objects.mk
│   │   ├── sources.mk
│   │   ├── src
│   │   │   ├── main.d
│   │   │   ├── main.o
│   │   │   └── subdir.mk
│   │   ├── uart_cpp.elf
│   │   ├── uart_cpp.elf.elfcheck
│   │   └── uart_cpp.elf.size
│   └── src
│   └── main.cc
├── chapt8
│   ├── exp8_1
│   │   └── am.mdl
│   ├── exp8_2
│   │   ├── dsp48demo.mdl
│   │   ├── dsp48demo.mdl.autosave
│   │   ├── dsp48demo_sysgen_error.log
│   │   ├── dsp48demo_sysgen.log
│   │   ├── dsp48.mdl
│   │   ├── dsp48.mdl.autosave
│   │   ├── dsp48_sysgen_error.log
│   │   ├── dsp48_sysgen.log
│   │   ├── hs_err_pid3792.log
│   │   └── netlist
│   │   ├── blockCoreMap
│   │   ├── commandLines
│   │   ├── dsp48demo_cw.gise
│   │   ├── dsp48demo_cw_import.log
│   │   ├── dsp48demo_cw.sdc
│   │   ├── dsp48demo_cw.sgp
│   │   ├── dsp48demo_cw.ucf
│   │   ├── dsp48demo_cw.vhd
│   │   ├── dsp48demo_cw.xcf
│   │   ├── dsp48demo_cw.xise
│   │   ├── dsp48demo.vhd
│   │   ├── globals
│   │   ├── hdlFiles
│   │   ├── IsePa_import.tcl
│   │   ├── isim_dsp48demo.prj
│   │   ├── name_translations
│   │   ├── SgIseProject.tcl
│   │   ├── SgPaProject.tcl
│   │   ├── synopsis
│   │   ├── sysgen
│   │   │   ├── consolidate.log
│   │   │   ├── dsp48demo_cw.sdc
│   │   │   ├── dsp48demo_cw.ucf
│   │   │   ├── dsp48demo_cw.vhd
│   │   │   ├── dsp48demo_cw.xcf
│   │   │   ├── dsp48demo.vhd
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── isim_dsp48demo.prj
│   │   │   ├── masterScript5339085085594521410.pl
│   │   │   ├── nonleaf_results.vhd
│   │   │   ├── perl_results.vhd
│   │   │   ├── script_results8334721205887987690
│   │   │   ├── synopsis
│   │   │   ├── synopsis.1
│   │   │   ├── synopsis.2
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   ├── synopsis.diff
│   │   │   ├── vcom.do
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── xst_dsp48demo.prj
│   │   │   └── xst_dsp48demo.scr
│   │   ├── vcom.do
│   │   ├── xlpersistentdff.ngc
│   │   ├── _xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── xst_dsp48demo.prj
│   │   └── xst_dsp48demo.scr
│   ├── exp8_3
│   │   ├── hwcosim.log
│   │   ├── mcodedemo.mdl
│   │   ├── mcodedemo_sysgen.log
│   │   ├── netlist
│   │   │   ├── blockCoreMap
│   │   │   ├── commandLines
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── IsePa_import.tcl
│   │   │   ├── isim_mcodedemo.prj
│   │   │   ├── jtagcosim_top.ucf
│   │   │   ├── jtagcosim_top.vhd
│   │   │   ├── mcodedemo_cw_bb.v
│   │   │   ├── mcodedemo_cw.bit
│   │   │   ├── mcodedemo_cw.cmd_log
│   │   │   ├── mcodedemo_cw.gise
│   │   │   ├── mcodedemo_cw.hwc
│   │   │   ├── mcodedemo_cw_import.log
│   │   │   ├── mcodedemo_cw.lso
│   │   │   ├── mcodedemo_cw.ncf
│   │   │   ├── mcodedemo_cw.ngc
│   │   │   ├── mcodedemo_cw.ngr
│   │   │   ├── mcodedemo_cw.prj
│   │   │   ├── mcodedemo_cw.sdc
│   │   │   ├── mcodedemo_cw.sgp
│   │   │   ├── mcodedemo_cw.stx
│   │   │   ├── mcodedemo_cw.syr
│   │   │   ├── mcodedemo_cw.tfi
│   │   │   ├── mcodedemo_cw.ucf
│   │   │   ├── mcodedemo_cw.v
│   │   │   ├── mcodedemo_cw.vhd
│   │   │   ├── mcodedemo_cw.xcf
│   │   │   ├── mcodedemo_cw.xise
│   │   │   ├── mcodedemo_cw.xst
│   │   │   ├── mcodedemo_cw_xst.xrpt
│   │   │   ├── mcodedemo_hwcosim_lib.mdl
│   │   │   ├── mcodedemo.v
│   │   │   ├── mcodedemo.vhd
│   │   │   ├── name_translations
│   │   │   ├── pepExtractor.prj
│   │   │   ├── SgIseProject.tcl
│   │   │   ├── SgPaProject.tcl
│   │   │   ├── synopsis
│   │   │   ├── synth_model
│   │   │   │   ├── commandLines
│   │   │   │   ├── globals
│   │   │   │   ├── hdlFiles
│   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   ├── mcodedemo_cw.gise
│   │   │   │   ├── mcodedemo_cw.lso
│   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   ├── mcodedemo_cw.ngc_xst.xrpt
│   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   ├── mcodedemo_cw.sgp
│   │   │   │   ├── mcodedemo_cw.syr
│   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   ├── mcodedemo_cw.xise
│   │   │   │   ├── mcodedemo.results
│   │   │   │   ├── mcodedemo.v
│   │   │   │   ├── synopsis
│   │   │   │   ├── vcom.do
│   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   ├── _xmsgs
│   │   │   │   │   └── xst.xmsgs
│   │   │   │   ├── xst
│   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   └── xst_mcodedemo.prj
│   │   │   │   │   └── work
│   │   │   │   │   ├── work.sdbl
│   │   │   │   │   └── work.sdbx
│   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   └── xst_mcodedemo.scr
│   │   │   ├── synth_wrapper
│   │   │   │   ├── commandLines
│   │   │   │   ├── jtagcosim_top.lso
│   │   │   │   ├── jtagcosim_top.ngc
│   │   │   │   ├── jtagcosim_top.ngc_xst.xrpt
│   │   │   │   ├── jtagcosim_top.results
│   │   │   │   ├── jtagcosim_top.syr
│   │   │   │   ├── jtagcosim_top.vhd
│   │   │   │   ├── _xmsgs
│   │   │   │   │   └── xst.xmsgs
│   │   │   │   ├── xst
│   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   └── xst_jtagcosim_top.prj
│   │   │   │   │   └── work
│   │   │   │   │   ├── work.vdbl
│   │   │   │   │   └── work.vdbx
│   │   │   │   ├── xst_jtagcosim_top.prj
│   │   │   │   └── xst_jtagcosim_top.scr
│   │   │   ├── sysgen
│   │   │   │   ├── consolidate.log
│   │   │   │   ├── globals
│   │   │   │   ├── hdlFiles
│   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   ├── masterScript2776089815689484605.pl
│   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   ├── mcodedemo.v
│   │   │   │   ├── nonleaf_results.v
│   │   │   │   ├── perl_results.v
│   │   │   │   ├── script_results2920843938714012489
│   │   │   │   ├── synopsis
│   │   │   │   ├── synopsis.1
│   │   │   │   ├── synopsis.2
│   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   │   ├── synopsis.diff
│   │   │   │   ├── vcom.do
│   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   └── xst_mcodedemo.scr
│   │   │   ├── sysgen_hw_cosim_interface.vhd
│   │   │   ├── vcom.do
│   │   │   ├── webtalk_pn.xml
│   │   │   ├── xflow
│   │   │   │   ├── balanced_jtag.opt
│   │   │   │   ├── bitgen_jtag.opt
│   │   │   │   ├── commandLines
│   │   │   │   ├── fpga.flw
│   │   │   │   ├── jtagcosim_iface_spartan3.ngc
│   │   │   │   ├── jtagcosim_iface_spartan6.ngc
│   │   │   │   ├── jtagcosim_iface_virtex4.ngc
│   │   │   │   ├── jtagcosim_iface_virtex5.ngc
│   │   │   │   ├── jtagcosim_iface_virtex6.ngc
│   │   │   │   ├── jtagcosim_iface_virtex7.ngc
│   │   │   │   ├── jtagcosim_top.bgn
│   │   │   │   ├── jtagcosim_top.bit
│   │   │   │   ├── jtagcosim_top_bitgen.xwbt
│   │   │   │   ├── jtagcosim_top.bld
│   │   │   │   ├── jtagcosim_top.drc
│   │   │   │   ├── jtagcosim_top_map.map
│   │   │   │   ├── jtagcosim_top_map.mrp
│   │   │   │   ├── jtagcosim_top_map.ncd
│   │   │   │   ├── jtagcosim_top_map.ngm
│   │   │   │   ├── jtagcosim_top_map.xrpt
│   │   │   │   ├── jtagcosim_top.ncd
│   │   │   │   ├── jtagcosim_top.ngc
│   │   │   │   ├── jtagcosim_top.ngd
│   │   │   │   ├── jtagcosim_top_ngdbuild.xrpt
│   │   │   │   ├── jtagcosim_top.pad
│   │   │   │   ├── jtagcosim_top_pad.csv
│   │   │   │   ├── jtagcosim_top_pad.txt
│   │   │   │   ├── jtagcosim_top.par
│   │   │   │   ├── jtagcosim_top_par.xrpt
│   │   │   │   ├── jtagcosim_top.pcf
│   │   │   │   ├── jtagcosim_top.ptwx
│   │   │   │   ├── jtagcosim_top_summary.xml
│   │   │   │   ├── jtagcosim_top.ucf
│   │   │   │   ├── jtagcosim_top.unroutes
│   │   │   │   ├── jtagcosim_top_usage.xml
│   │   │   │   ├── jtagcosim_top.xpi
│   │   │   │   ├── mcodedemo_cw.ncf
│   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   ├── netlist.lst
│   │   │   │   ├── par_usage_statistics.html
│   │   │   │   ├── usage_statistics_webtalk.html
│   │   │   │   ├── webtalk.log
│   │   │   │   ├── xflow.his
│   │   │   │   ├── xflow.log
│   │   │   │   ├── xflow.results
│   │   │   │   ├── xflow_script.bat
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   │   └── cst.xbcd
│   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   └── _xmsgs
│   │   │   │   ├── bitgen.xmsgs
│   │   │   │   ├── map.xmsgs
│   │   │   │   ├── ngdbuild.xmsgs
│   │   │   │   └── par.xmsgs
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── _xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── xst
│   │   │   │   ├── dump.xst
│   │   │   │   │   └── mcodedemo_cw.prj
│   │   │   │   ├── file graph
│   │   │   │   ├── projnav.tmp
│   │   │   │   └── work
│   │   │   │   ├── work.vdbl
│   │   │   │   └── work.vdbx
│   │   │   ├── xst_mcodedemo.prj
│   │   │   └── xst_mcodedemo.scr
│   │   ├── ngc_netlist
│   │   │   ├── blockCoreMap
│   │   │   ├── commandLines
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── IsePa_import.tcl
│   │   │   ├── isim_mcodedemo.prj
│   │   │   ├── mcodedemo_cw.gise
│   │   │   ├── mcodedemo_cw_import.log
│   │   │   ├── mcodedemo_cw.ngc
│   │   │   ├── mcodedemo_cw.sdc
│   │   │   ├── mcodedemo_cw.sgp
│   │   │   ├── mcodedemo_cw.ucf
│   │   │   ├── mcodedemo_cw.v
│   │   │   ├── mcodedemo_cw.veo
│   │   │   ├── mcodedemo_cw.xcf
│   │   │   ├── mcodedemo_cw.xise
│   │   │   ├── mcodedemo.v
│   │   │   ├── name_translations
│   │   │   ├── SgIseProject.tcl
│   │   │   ├── SgPaProject.tcl
│   │   │   ├── synopsis
│   │   │   ├── synth_model
│   │   │   │   ├── commandLines
│   │   │   │   ├── globals
│   │   │   │   ├── hdlFiles
│   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   ├── mcodedemo_cw_complete.blc
│   │   │   │   ├── mcodedemo_cw_complete.ngc
│   │   │   │   ├── mcodedemo_cw.gise
│   │   │   │   ├── mcodedemo_cw.lso
│   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   ├── mcodedemo_cw.ngc_xst.xrpt
│   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   ├── mcodedemo_cw.sgp
│   │   │   │   ├── mcodedemo_cw.syr
│   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   ├── mcodedemo_cw.xise
│   │   │   │   ├── mcodedemo.results
│   │   │   │   ├── mcodedemo.v
│   │   │   │   ├── ngcbuild.results
│   │   │   │   ├── synopsis
│   │   │   │   ├── vcom.do
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   ├── _xmsgs
│   │   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   │   └── xst.xmsgs
│   │   │   │   ├── xst
│   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   └── xst_mcodedemo.prj
│   │   │   │   │   └── work
│   │   │   │   │   ├── work.sdbl
│   │   │   │   │   └── work.sdbx
│   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   └── xst_mcodedemo.scr
│   │   │   ├── sysgen
│   │   │   │   ├── consolidate.log
│   │   │   │   ├── globals
│   │   │   │   ├── hdlFiles
│   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   ├── masterScript4659419012166429071.pl
│   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   ├── mcodedemo.v
│   │   │   │   ├── nonleaf_results.v
│   │   │   │   ├── perl_results.v
│   │   │   │   ├── script_results6268655108303114785
│   │   │   │   ├── synopsis
│   │   │   │   ├── synopsis.1
│   │   │   │   ├── synopsis.2
│   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   │   ├── synopsis.diff
│   │   │   │   ├── vcom.do
│   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   └── xst_mcodedemo.scr
│   │   │   ├── vcom.do
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── _xmsgs
│   │   │   │   └── pn_parser.xmsgs
│   │   │   ├── xst_mcodedemo.prj
│   │   │   └── xst_mcodedemo.scr
│   │   ├── S6CARD.zip
│   │   └── xlsimpleshift.m
│   ├── exp8_4
│   │   ├── exp8_3
│   │   │   ├── hwcosim.log
│   │   │   ├── mcodedemo.mdl
│   │   │   ├── mcodedemo_sysgen.log
│   │   │   ├── netlist
│   │   │   │   ├── blockCoreMap
│   │   │   │   ├── commandLines
│   │   │   │   ├── globals
│   │   │   │   ├── hdlFiles
│   │   │   │   ├── IsePa_import.tcl
│   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   ├── jtagcosim_top.ucf
│   │   │   │   ├── jtagcosim_top.vhd
│   │   │   │   ├── mcodedemo_cw_bb.v
│   │   │   │   ├── mcodedemo_cw.bit
│   │   │   │   ├── mcodedemo_cw.cmd_log
│   │   │   │   ├── mcodedemo_cw.gise
│   │   │   │   ├── mcodedemo_cw.hwc
│   │   │   │   ├── mcodedemo_cw_import.log
│   │   │   │   ├── mcodedemo_cw.lso
│   │   │   │   ├── mcodedemo_cw.ncf
│   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   ├── mcodedemo_cw.ngr
│   │   │   │   ├── mcodedemo_cw.prj
│   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   ├── mcodedemo_cw.sgp
│   │   │   │   ├── mcodedemo_cw.stx
│   │   │   │   ├── mcodedemo_cw.syr
│   │   │   │   ├── mcodedemo_cw.tfi
│   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   ├── mcodedemo_cw.vhd
│   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   ├── mcodedemo_cw.xise
│   │   │   │   ├── mcodedemo_cw.xst
│   │   │   │   ├── mcodedemo_cw_xst.xrpt
│   │   │   │   ├── mcodedemo_hwcosim_lib.mdl
│   │   │   │   ├── mcodedemo.v
│   │   │   │   ├── mcodedemo.vhd
│   │   │   │   ├── name_translations
│   │   │   │   ├── pepExtractor.prj
│   │   │   │   ├── SgIseProject.tcl
│   │   │   │   ├── SgPaProject.tcl
│   │   │   │   ├── synopsis
│   │   │   │   ├── synth_model
│   │   │   │   │   ├── commandLines
│   │   │   │   │   ├── globals
│   │   │   │   │   ├── hdlFiles
│   │   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   │   ├── mcodedemo_cw.gise
│   │   │   │   │   ├── mcodedemo_cw.lso
│   │   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   │   ├── mcodedemo_cw.ngc_xst.xrpt
│   │   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   │   ├── mcodedemo_cw.sgp
│   │   │   │   │   ├── mcodedemo_cw.syr
│   │   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   │   ├── mcodedemo_cw.xise
│   │   │   │   │   ├── mcodedemo.results
│   │   │   │   │   ├── mcodedemo.v
│   │   │   │   │   ├── synopsis
│   │   │   │   │   ├── vcom.do
│   │   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   │   ├── _xmsgs
│   │   │   │   │   │   └── xst.xmsgs
│   │   │   │   │   ├── xst
│   │   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   │   └── xst_mcodedemo.prj
│   │   │   │   │   │   └── work
│   │   │   │   │   │   ├── work.sdbl
│   │   │   │   │   │   └── work.sdbx
│   │   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   │   └── xst_mcodedemo.scr
│   │   │   │   ├── synth_wrapper
│   │   │   │   │   ├── commandLines
│   │   │   │   │   ├── jtagcosim_top.lso
│   │   │   │   │   ├── jtagcosim_top.ngc
│   │   │   │   │   ├── jtagcosim_top.ngc_xst.xrpt
│   │   │   │   │   ├── jtagcosim_top.results
│   │   │   │   │   ├── jtagcosim_top.syr
│   │   │   │   │   ├── jtagcosim_top.vhd
│   │   │   │   │   ├── _xmsgs
│   │   │   │   │   │   └── xst.xmsgs
│   │   │   │   │   ├── xst
│   │   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   │   └── xst_jtagcosim_top.prj
│   │   │   │   │   │   └── work
│   │   │   │   │   │   ├── work.vdbl
│   │   │   │   │   │   └── work.vdbx
│   │   │   │   │   ├── xst_jtagcosim_top.prj
│   │   │   │   │   └── xst_jtagcosim_top.scr
│   │   │   │   ├── sysgen
│   │   │   │   │   ├── consolidate.log
│   │   │   │   │   ├── globals
│   │   │   │   │   ├── hdlFiles
│   │   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   │   ├── masterScript2776089815689484605.pl
│   │   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   │   ├── mcodedemo.v
│   │   │   │   │   ├── nonleaf_results.v
│   │   │   │   │   ├── perl_results.v
│   │   │   │   │   ├── script_results2920843938714012489
│   │   │   │   │   ├── synopsis
│   │   │   │   │   ├── synopsis.1
│   │   │   │   │   ├── synopsis.2
│   │   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   │   │   ├── synopsis.diff
│   │   │   │   │   ├── vcom.do
│   │   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   │   └── xst_mcodedemo.scr
│   │   │   │   ├── sysgen_hw_cosim_interface.vhd
│   │   │   │   ├── vcom.do
│   │   │   │   ├── webtalk_pn.xml
│   │   │   │   ├── xflow
│   │   │   │   │   ├── balanced_jtag.opt
│   │   │   │   │   ├── bitgen_jtag.opt
│   │   │   │   │   ├── commandLines
│   │   │   │   │   ├── fpga.flw
│   │   │   │   │   ├── jtagcosim_iface_spartan3.ngc
│   │   │   │   │   ├── jtagcosim_iface_spartan6.ngc
│   │   │   │   │   ├── jtagcosim_iface_virtex4.ngc
│   │   │   │   │   ├── jtagcosim_iface_virtex5.ngc
│   │   │   │   │   ├── jtagcosim_iface_virtex6.ngc
│   │   │   │   │   ├── jtagcosim_iface_virtex7.ngc
│   │   │   │   │   ├── jtagcosim_top.bgn
│   │   │   │   │   ├── jtagcosim_top.bit
│   │   │   │   │   ├── jtagcosim_top_bitgen.xwbt
│   │   │   │   │   ├── jtagcosim_top.bld
│   │   │   │   │   ├── jtagcosim_top.drc
│   │   │   │   │   ├── jtagcosim_top_map.map
│   │   │   │   │   ├── jtagcosim_top_map.mrp
│   │   │   │   │   ├── jtagcosim_top_map.ncd
│   │   │   │   │   ├── jtagcosim_top_map.ngm
│   │   │   │   │   ├── jtagcosim_top_map.xrpt
│   │   │   │   │   ├── jtagcosim_top.ncd
│   │   │   │   │   ├── jtagcosim_top.ngc
│   │   │   │   │   ├── jtagcosim_top.ngd
│   │   │   │   │   ├── jtagcosim_top_ngdbuild.xrpt
│   │   │   │   │   ├── jtagcosim_top.pad
│   │   │   │   │   ├── jtagcosim_top_pad.csv
│   │   │   │   │   ├── jtagcosim_top_pad.txt
│   │   │   │   │   ├── jtagcosim_top.par
│   │   │   │   │   ├── jtagcosim_top_par.xrpt
│   │   │   │   │   ├── jtagcosim_top.pcf
│   │   │   │   │   ├── jtagcosim_top.ptwx
│   │   │   │   │   ├── jtagcosim_top_summary.xml
│   │   │   │   │   ├── jtagcosim_top.ucf
│   │   │   │   │   ├── jtagcosim_top.unroutes
│   │   │   │   │   ├── jtagcosim_top_usage.xml
│   │   │   │   │   ├── jtagcosim_top.xpi
│   │   │   │   │   ├── mcodedemo_cw.ncf
│   │   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   │   ├── netlist.lst
│   │   │   │   │   ├── par_usage_statistics.html
│   │   │   │   │   ├── usage_statistics_webtalk.html
│   │   │   │   │   ├── webtalk.log
│   │   │   │   │   ├── xflow.his
│   │   │   │   │   ├── xflow.log
│   │   │   │   │   ├── xflow.results
│   │   │   │   │   ├── xflow_script.bat
│   │   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   │   │   └── cst.xbcd
│   │   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   │   └── _xmsgs
│   │   │   │   │   ├── bitgen.xmsgs
│   │   │   │   │   ├── map.xmsgs
│   │   │   │   │   ├── ngdbuild.xmsgs
│   │   │   │   │   └── par.xmsgs
│   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   ├── _xmsgs
│   │   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   │   └── xst.xmsgs
│   │   │   │   ├── xst
│   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   └── mcodedemo_cw.prj
│   │   │   │   │   ├── file graph
│   │   │   │   │   ├── projnav.tmp
│   │   │   │   │   └── work
│   │   │   │   │   ├── work.vdbl
│   │   │   │   │   └── work.vdbx
│   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   └── xst_mcodedemo.scr
│   │   │   ├── ngc_netlist
│   │   │   │   ├── blockCoreMap
│   │   │   │   ├── commandLines
│   │   │   │   ├── globals
│   │   │   │   ├── hdlFiles
│   │   │   │   ├── IsePa_import.tcl
│   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   ├── mcodedemo_cw_bb.v
│   │   │   │   ├── mcodedemo_cw.cmd_log
│   │   │   │   ├── mcodedemo_cw.gise
│   │   │   │   ├── mcodedemo_cw_import.log
│   │   │   │   ├── mcodedemo_cw.lso
│   │   │   │   ├── mcodedemo_cw.ncf
│   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   ├── mcodedemo_cw.ngr
│   │   │   │   ├── mcodedemo_cw.prj
│   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   ├── mcodedemo_cw.sgp
│   │   │   │   ├── mcodedemo_cw.stx
│   │   │   │   ├── mcodedemo_cw.syr
│   │   │   │   ├── mcodedemo_cw.tfi
│   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   ├── mcodedemo_cw.veo
│   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   ├── mcodedemo_cw.xise
│   │   │   │   ├── mcodedemo_cw.xst
│   │   │   │   ├── mcodedemo_cw_xst.xrpt
│   │   │   │   ├── mcodedemo.v
│   │   │   │   ├── name_translations
│   │   │   │   ├── SgIseProject.tcl
│   │   │   │   ├── SgPaProject.tcl
│   │   │   │   ├── synopsis
│   │   │   │   ├── synth_model
│   │   │   │   │   ├── commandLines
│   │   │   │   │   ├── globals
│   │   │   │   │   ├── hdlFiles
│   │   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   │   ├── mcodedemo_cw_complete.blc
│   │   │   │   │   ├── mcodedemo_cw_complete.ngc
│   │   │   │   │   ├── mcodedemo_cw.gise
│   │   │   │   │   ├── mcodedemo_cw.lso
│   │   │   │   │   ├── mcodedemo_cw.ngc
│   │   │   │   │   ├── mcodedemo_cw.ngc_xst.xrpt
│   │   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   │   ├── mcodedemo_cw.sgp
│   │   │   │   │   ├── mcodedemo_cw.syr
│   │   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   │   ├── mcodedemo_cw.xise
│   │   │   │   │   ├── mcodedemo.results
│   │   │   │   │   ├── mcodedemo.v
│   │   │   │   │   ├── ngcbuild.results
│   │   │   │   │   ├── synopsis
│   │   │   │   │   ├── vcom.do
│   │   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   │   ├── _xmsgs
│   │   │   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   │   │   └── xst.xmsgs
│   │   │   │   │   ├── xst
│   │   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   │   └── xst_mcodedemo.prj
│   │   │   │   │   │   └── work
│   │   │   │   │   │   ├── work.sdbl
│   │   │   │   │   │   └── work.sdbx
│   │   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   │   └── xst_mcodedemo.scr
│   │   │   │   ├── sysgen
│   │   │   │   │   ├── consolidate.log
│   │   │   │   │   ├── globals
│   │   │   │   │   ├── hdlFiles
│   │   │   │   │   ├── isim_mcodedemo.prj
│   │   │   │   │   ├── masterScript4659419012166429071.pl
│   │   │   │   │   ├── mcodedemo_cw.sdc
│   │   │   │   │   ├── mcodedemo_cw.ucf
│   │   │   │   │   ├── mcodedemo_cw.v
│   │   │   │   │   ├── mcodedemo_cw.xcf
│   │   │   │   │   ├── mcodedemo.v
│   │   │   │   │   ├── nonleaf_results.v
│   │   │   │   │   ├── perl_results.v
│   │   │   │   │   ├── script_results6268655108303114785
│   │   │   │   │   ├── synopsis
│   │   │   │   │   ├── synopsis.1
│   │   │   │   │   ├── synopsis.2
│   │   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   │   │   ├── synopsis.diff
│   │   │   │   │   ├── vcom.do
│   │   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   │   └── xst_mcodedemo.scr
│   │   │   │   ├── vcom.do
│   │   │   │   ├── webtalk_pn.xml
│   │   │   │   ├── xlpersistentdff.ngc
│   │   │   │   ├── _xmsgs
│   │   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   │   └── xst.xmsgs
│   │   │   │   ├── xst
│   │   │   │   │   ├── dump.xst
│   │   │   │   │   │   └── mcodedemo_cw.prj
│   │   │   │   │   ├── projnav.tmp
│   │   │   │   │   └── work
│   │   │   │   │   ├── work.sdbl
│   │   │   │   │   └── work.sdbx
│   │   │   │   ├── xst_mcodedemo.prj
│   │   │   │   └── xst_mcodedemo.scr
│   │   │   ├── S6CARD.zip
│   │   │   └── xlsimpleshift.m
│   │   ├── exp8_4.gise
│   │   ├── exp8_4.xise
│   │   ├── fuse.log
│   │   ├── fuseRelaunch.cmd
│   │   ├── fuse.xmsgs
│   │   ├── iseconfig
│   │   │   ├── exp8_4.projectmgr
│   │   │   └── top_mccode.xreport
│   │   ├── isim
│   │   │   ├── isim_usage_statistics.html
│   │   │   ├── pn_info
│   │   │   ├── tb_top_mccode_isim_beh.exe.sim
│   │   │   │   ├── isimcrash.log
│   │   │   │   ├── ISimEngine-DesignHierarchy.dbg
│   │   │   │   ├── isimkernel.log
│   │   │   │   ├── libPortability.dll
│   │   │   │   ├── netId.dat
│   │   │   │   ├── tb_top_mccode_isim_beh.exe
│   │   │   │   ├── tmp_save
│   │   │   │   │   └── _1
│   │   │   │   ├── unisims_ver
│   │   │   │   │   ├── m_00000000002601448656_3367321443.c
│   │   │   │   │   ├── m_00000000002601448656_3367321443.didat
│   │   │   │   │   └── m_00000000002601448656_3367321443.nt64.obj
│   │   │   │   └── work
│   │   │   │   ├── m_00000000000371631820_3072686280.c
│   │   │   │   ├── m_00000000000371631820_3072686280.didat
│   │   │   │   ├── m_00000000000371631820_3072686280.nt64.obj
│   │   │   │   ├── m_00000000000540272885_0396688945.c
│   │   │   │   ├── m_00000000000540272885_0396688945.didat
│   │   │   │   ├── m_00000000000540272885_0396688945.nt64.obj
│   │   │   │   ├── m_00000000000572526289_0045492109.c
│   │   │   │   ├── m_00000000000572526289_0045492109.didat
│   │   │   │   ├── m_00000000000572526289_0045492109.nt64.obj
│   │   │   │   ├── m_00000000000696166640_1463441884.c
│   │   │   │   ├── m_00000000000696166640_1463441884.didat
│   │   │   │   ├── m_00000000000696166640_1463441884.nt64.obj
│   │   │   │   ├── m_00000000001547562298_3182620115.c
│   │   │   │   ├── m_00000000001547562298_3182620115.didat
│   │   │   │   ├── m_00000000001547562298_3182620115.nt64.obj
│   │   │   │   ├── m_00000000001862835641_0728027256.c
│   │   │   │   ├── m_00000000001862835641_0728027256.didat
│   │   │   │   ├── m_00000000001862835641_0728027256.nt64.obj
│   │   │   │   ├── m_00000000002438106011_0726806749.c
│   │   │   │   ├── m_00000000002438106011_0726806749.didat
│   │   │   │   ├── m_00000000002438106011_0726806749.nt64.obj
│   │   │   │   ├── m_00000000002529876000_0775818509.c
│   │   │   │   ├── m_00000000002529876000_0775818509.didat
│   │   │   │   ├── m_00000000002529876000_0775818509.nt64.obj
│   │   │   │   ├── m_00000000002859597486_0031450644.c
│   │   │   │   ├── m_00000000002859597486_0031450644.didat
│   │   │   │   ├── m_00000000002859597486_0031450644.nt64.obj
│   │   │   │   ├── m_00000000003727651260_3071812793.c
│   │   │   │   ├── m_00000000003727651260_3071812793.didat
│   │   │   │   ├── m_00000000003727651260_3071812793.nt64.obj
│   │   │   │   ├── m_00000000004093713498_2073120511.c
│   │   │   │   ├── m_00000000004093713498_2073120511.didat
│   │   │   │   ├── m_00000000004093713498_2073120511.nt64.obj
│   │   │   │   ├── tb_top_mccode_isim_beh.exe_main.c
│   │   │   │   └── tb_top_mccode_isim_beh.exe_main.nt64.obj
│   │   │   └── work
│   │   │   ├── align_input.sdb
│   │   │   ├── cast.sdb
│   │   │   ├── clock_driver.sdb
│   │   │   ├── convert_type.sdb
│   │   │   ├── extend_msb.sdb
│   │   │   ├── glbl.sdb
│   │   │   ├── mcode_block_26803877c0.sdb
│   │   │   ├── mcodedemo_cw.sdb
│   │   │   ├── mcodedemo.sdb
│   │   │   ├── pad_lsb.sdb
│   │   │   ├── round_towards_even.sdb
│   │   │   ├── round_towards_inf.sdb
│   │   │   ├── saturation_arith.sdb
│   │   │   ├── sign_ext.sdb
│   │   │   ├── single_reg_w_init.sdb
│   │   │   ├── srl17e.sdb
│   │   │   ├── synth_reg_reg.sdb
│   │   │   ├── synth_reg.sdb
│   │   │   ├── synth_reg_w_init.sdb
│   │   │   ├── tb_top_mccode.sdb
│   │   │   ├── top_mccode.sdb
│   │   │   ├── trunc.sdb
│   │   │   ├── wrap_arith.sdb
│   │   │   ├── xlclockdriver.sdb
│   │   │   ├── xlpersistentdff.sdb
│   │   │   └── zero_ext.sdb
│   │   ├── isim.cmd
│   │   ├── isim.log
│   │   ├── tb_top_mccode_beh.prj
│   │   ├── tb_top_mccode_isim_beh.exe
│   │   ├── tb_top_mccode_isim_beh.wdb
│   │   ├── tb_top_mccode.v
│   │   ├── top_mccode.cmd_log
│   │   ├── top_mccode_envsettings.html
│   │   ├── top_mccode.lso
│   │   ├── top_mccode.ngc
│   │   ├── top_mccode.ngr
│   │   ├── top_mccode.prj
│   │   ├── top_mccode.stx
│   │   ├── top_mccode_summary.html
│   │   ├── top_mccode.syr
│   │   ├── top_mccode.v
│   │   ├── top_mccode.xst
│   │   ├── top_mccode_xst.xrpt
│   │   ├── webtalk_pn.xml
│   │   ├── xilinxsim.ini
│   │   ├── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── xst
│   │   ├── dump.xst
│   │   │   └── top_mccode.prj
│   │   ├── projnav.tmp
│   │   └── work
│   │   ├── work.sdbl
│   │   └── work.sdbx
│   ├── exp8_5
│   │   ├── exp_chipscope.mdl
│   │   ├── exp_chipscope_sysgen.log
│   │   └── netlist
│   │   ├── blockCoreMap
│   │   ├── commandLines
│   │   ├── dds_cmplr_v4_0_f34617d41a297694.ngc
│   │   ├── exp_chipscope.cdc
│   │   ├── exp_chipscope_cw.bit
│   │   ├── exp_chipscope_cw.gise
│   │   ├── exp_chipscope_cw_import.log
│   │   ├── exp_chipscope_cw.sdc
│   │   ├── exp_chipscope_cw.sgp
│   │   ├── exp_chipscope_cw.ucf
│   │   ├── exp_chipscope_cw.vhd
│   │   ├── exp_chipscope_cw.xcf
│   │   ├── exp_chipscope_cw.xise
│   │   ├── exp_chipscope.vhd
│   │   ├── globals
│   │   ├── hdlFiles
│   │   ├── icon_1_05_a_1b7f349aaf57f307.ngc
│   │   ├── ila_1_04_a_931ec98e70229a14.ngc
│   │   ├── IsePa_import.tcl
│   │   ├── isim_exp_chipscope.prj
│   │   ├── name_translations
│   │   ├── SgIseProject.tcl
│   │   ├── SgPaProject.tcl
│   │   ├── synopsis
│   │   ├── synth_model
│   │   │   ├── commandLines
│   │   │   ├── dds_cmplr_v4_0_f34617d41a297694.ngc
│   │   │   ├── exp_chipscope_cw.gise
│   │   │   ├── exp_chipscope_cw.lso
│   │   │   ├── exp_chipscope_cw.ngc
│   │   │   ├── exp_chipscope_cw.ngc_xst.xrpt
│   │   │   ├── exp_chipscope_cw.sdc
│   │   │   ├── exp_chipscope_cw.sgp
│   │   │   ├── exp_chipscope_cw.syr
│   │   │   ├── exp_chipscope_cw.ucf
│   │   │   ├── exp_chipscope_cw.vhd
│   │   │   ├── exp_chipscope_cw.xcf
│   │   │   ├── exp_chipscope_cw.xise
│   │   │   ├── exp_chipscope.results
│   │   │   ├── exp_chipscope.vhd
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── icon_1_05_a_1b7f349aaf57f307.ngc
│   │   │   ├── ila_1_04_a_931ec98e70229a14.ngc
│   │   │   ├── isim_exp_chipscope.prj
│   │   │   ├── synopsis
│   │   │   ├── vcom.do
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── _xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── xst
│   │   │   │   ├── dump.xst
│   │   │   │   │   └── xst_exp_chipscope.prj
│   │   │   │   └── work
│   │   │   │   ├── work.vdbl
│   │   │   │   └── work.vdbx
│   │   │   ├── xst_exp_chipscope.prj
│   │   │   └── xst_exp_chipscope.scr
│   │   ├── sysgen
│   │   │   ├── consolidate.log
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.cgxco
│   │   │   ├── coregen.log
│   │   │   ├── dds_cmplr_v4_0_f34617d41a297694.ngc
│   │   │   ├── dds_cmplr_v4_0_f34617d41a297694.vhd
│   │   │   ├── exp_chipscope_cw.sdc
│   │   │   ├── exp_chipscope_cw.ucf
│   │   │   ├── exp_chipscope_cw.vhd
│   │   │   ├── exp_chipscope_cw.xcf
│   │   │   ├── exp_chipscope.vhd
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── icon_1_05_a_1b7f349aaf57f307.ngc
│   │   │   ├── icon_1_05_a_1b7f349aaf57f307.vhd
│   │   │   ├── ila_1_04_a_931ec98e70229a14.cdc
│   │   │   ├── ila_1_04_a_931ec98e70229a14.ngc
│   │   │   ├── ila_1_04_a_931ec98e70229a14.vhd
│   │   │   ├── isim_exp_chipscope.prj
│   │   │   ├── masterScript5159941265294691856.pl
│   │   │   ├── nonleaf_results.vhd
│   │   │   ├── perl_results.vhd
│   │   │   ├── script_results1738725102056700175
│   │   │   ├── synopsis
│   │   │   ├── synopsis.1
│   │   │   ├── synopsis.2
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   ├── synopsis.diff
│   │   │   ├── vcom.do
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── xst_exp_chipscope.prj
│   │   │   └── xst_exp_chipscope.scr
│   │   ├── vcom.do
│   │   ├── xflow
│   │   │   ├── balanced.opt
│   │   │   ├── bitgen.opt
│   │   │   ├── commandLines
│   │   │   ├── dds_cmplr_v4_0_f34617d41a297694.ngc
│   │   │   ├── exp_chipscope_cw.bgn
│   │   │   ├── exp_chipscope_cw.bit
│   │   │   ├── exp_chipscope_cw_bitgen.xwbt
│   │   │   ├── exp_chipscope_cw.bld
│   │   │   ├── exp_chipscope_cw.drc
│   │   │   ├── exp_chipscope_cw_map.map
│   │   │   ├── exp_chipscope_cw_map.mrp
│   │   │   ├── exp_chipscope_cw_map.ncd
│   │   │   ├── exp_chipscope_cw_map.ngm
│   │   │   ├── exp_chipscope_cw_map.xrpt
│   │   │   ├── exp_chipscope_cw.ncd
│   │   │   ├── exp_chipscope_cw.ngc
│   │   │   ├── exp_chipscope_cw.ngd
│   │   │   ├── exp_chipscope_cw_ngdbuild.xrpt
│   │   │   ├── exp_chipscope_cw.pad
│   │   │   ├── exp_chipscope_cw_pad.csv
│   │   │   ├── exp_chipscope_cw_pad.txt
│   │   │   ├── exp_chipscope_cw.par
│   │   │   ├── exp_chipscope_cw_par.xrpt
│   │   │   ├── exp_chipscope_cw.pcf
│   │   │   ├── exp_chipscope_cw.ptwx
│   │   │   ├── exp_chipscope_cw_summary.xml
│   │   │   ├── exp_chipscope_cw.syr
│   │   │   ├── exp_chipscope_cw.twr
│   │   │   ├── exp_chipscope_cw.twx
│   │   │   ├── exp_chipscope_cw.ucf
│   │   │   ├── exp_chipscope_cw.unroutes
│   │   │   ├── exp_chipscope_cw_usage.xml
│   │   │   ├── exp_chipscope_cw.xcf
│   │   │   ├── exp_chipscope_cw.xpi
│   │   │   ├── fpga.flw
│   │   │   ├── icon_1_05_a_1b7f349aaf57f307.ngc
│   │   │   ├── ila_1_04_a_931ec98e70229a14.ngc
│   │   │   ├── netlist.lst
│   │   │   ├── par_usage_statistics.html
│   │   │   ├── usage_statistics_webtalk.html
│   │   │   ├── webtalk.log
│   │   │   ├── xflow.his
│   │   │   ├── xflow.log
│   │   │   ├── xflow.results
│   │   │   ├── xflow_script.bat
│   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── cst.xbcd
│   │   │   ├── xlpersistentdff.ngc
│   │   │   └── _xmsgs
│   │   │   ├── bitgen.xmsgs
│   │   │   ├── map.xmsgs
│   │   │   ├── ngdbuild.xmsgs
│   │   │   ├── par.xmsgs
│   │   │   ├── trce.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── xlpersistentdff.ngc
│   │   ├── _xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── xst_exp_chipscope.prj
│   │   └── xst_exp_chipscope.scr
│   └── exp8_hwcosim
│   ├── hwcosim.log
│   ├── mcodedemo.mdl
│   ├── mcodedemo_sysgen.log
│   ├── netlist
│   │   ├── blockCoreMap
│   │   ├── commandLines
│   │   ├── globals
│   │   ├── hdlFiles
│   │   ├── IsePa_import.tcl
│   │   ├── isim_mcodedemo.prj
│   │   ├── jtagcosim_top.ucf
│   │   ├── jtagcosim_top.vhd
│   │   ├── mcodedemo_cw_bb.v
│   │   ├── mcodedemo_cw.bit
│   │   ├── mcodedemo_cw.cmd_log
│   │   ├── mcodedemo_cw.gise
│   │   ├── mcodedemo_cw.hwc
│   │   ├── mcodedemo_cw_import.log
│   │   ├── mcodedemo_cw.lso
│   │   ├── mcodedemo_cw.ncf
│   │   ├── mcodedemo_cw.ngc
│   │   ├── mcodedemo_cw.ngr
│   │   ├── mcodedemo_cw.prj
│   │   ├── mcodedemo_cw.sdc
│   │   ├── mcodedemo_cw.sgp
│   │   ├── mcodedemo_cw.stx
│   │   ├── mcodedemo_cw.syr
│   │   ├── mcodedemo_cw.tfi
│   │   ├── mcodedemo_cw.ucf
│   │   ├── mcodedemo_cw.v
│   │   ├── mcodedemo_cw.vhd
│   │   ├── mcodedemo_cw.xcf
│   │   ├── mcodedemo_cw.xise
│   │   ├── mcodedemo_cw.xst
│   │   ├── mcodedemo_cw_xst.xrpt
│   │   ├── mcodedemo_hwcosim_lib.mdl
│   │   ├── mcodedemo.v
│   │   ├── mcodedemo.vhd
│   │   ├── name_translations
│   │   ├── pepExtractor.prj
│   │   ├── SgIseProject.tcl
│   │   ├── SgPaProject.tcl
│   │   ├── synopsis
│   │   ├── synth_model
│   │   │   ├── commandLines
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── isim_mcodedemo.prj
│   │   │   ├── mcodedemo_cw.gise
│   │   │   ├── mcodedemo_cw.lso
│   │   │   ├── mcodedemo_cw.ngc
│   │   │   ├── mcodedemo_cw.ngc_xst.xrpt
│   │   │   ├── mcodedemo_cw.sdc
│   │   │   ├── mcodedemo_cw.sgp
│   │   │   ├── mcodedemo_cw.syr
│   │   │   ├── mcodedemo_cw.v
│   │   │   ├── mcodedemo_cw.xcf
│   │   │   ├── mcodedemo_cw.xise
│   │   │   ├── mcodedemo.results
│   │   │   ├── mcodedemo.v
│   │   │   ├── synopsis
│   │   │   ├── vcom.do
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── _xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── xst
│   │   │   │   ├── dump.xst
│   │   │   │   │   └── xst_mcodedemo.prj
│   │   │   │   └── work
│   │   │   │   ├── work.sdbl
│   │   │   │   └── work.sdbx
│   │   │   ├── xst_mcodedemo.prj
│   │   │   └── xst_mcodedemo.scr
│   │   ├── synth_wrapper
│   │   │   ├── commandLines
│   │   │   ├── jtagcosim_top.lso
│   │   │   ├── jtagcosim_top.ngc
│   │   │   ├── jtagcosim_top.ngc_xst.xrpt
│   │   │   ├── jtagcosim_top.results
│   │   │   ├── jtagcosim_top.syr
│   │   │   ├── jtagcosim_top.vhd
│   │   │   ├── _xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── xst
│   │   │   │   ├── dump.xst
│   │   │   │   │   └── xst_jtagcosim_top.prj
│   │   │   │   └── work
│   │   │   │   ├── work.vdbl
│   │   │   │   └── work.vdbx
│   │   │   ├── xst_jtagcosim_top.prj
│   │   │   └── xst_jtagcosim_top.scr
│   │   ├── sysgen
│   │   │   ├── consolidate.log
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── isim_mcodedemo.prj
│   │   │   ├── masterScript2776089815689484605.pl
│   │   │   ├── mcodedemo_cw.sdc
│   │   │   ├── mcodedemo_cw.ucf
│   │   │   ├── mcodedemo_cw.v
│   │   │   ├── mcodedemo_cw.xcf
│   │   │   ├── mcodedemo.v
│   │   │   ├── nonleaf_results.v
│   │   │   ├── perl_results.v
│   │   │   ├── script_results2920843938714012489
│   │   │   ├── synopsis
│   │   │   ├── synopsis.1
│   │   │   ├── synopsis.2
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   ├── synopsis.diff
│   │   │   ├── vcom.do
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── xst_mcodedemo.prj
│   │   │   └── xst_mcodedemo.scr
│   │   ├── sysgen_hw_cosim_interface.vhd
│   │   ├── vcom.do
│   │   ├── webtalk_pn.xml
│   │   ├── xflow
│   │   │   ├── balanced_jtag.opt
│   │   │   ├── bitgen_jtag.opt
│   │   │   ├── commandLines
│   │   │   ├── fpga.flw
│   │   │   ├── jtagcosim_iface_spartan3.ngc
│   │   │   ├── jtagcosim_iface_spartan6.ngc
│   │   │   ├── jtagcosim_iface_virtex4.ngc
│   │   │   ├── jtagcosim_iface_virtex5.ngc
│   │   │   ├── jtagcosim_iface_virtex6.ngc
│   │   │   ├── jtagcosim_iface_virtex7.ngc
│   │   │   ├── jtagcosim_top.bgn
│   │   │   ├── jtagcosim_top.bit
│   │   │   ├── jtagcosim_top_bitgen.xwbt
│   │   │   ├── jtagcosim_top.bld
│   │   │   ├── jtagcosim_top.drc
│   │   │   ├── jtagcosim_top_map.map
│   │   │   ├── jtagcosim_top_map.mrp
│   │   │   ├── jtagcosim_top_map.ncd
│   │   │   ├── jtagcosim_top_map.ngm
│   │   │   ├── jtagcosim_top_map.xrpt
│   │   │   ├── jtagcosim_top.ncd
│   │   │   ├── jtagcosim_top.ngc
│   │   │   ├── jtagcosim_top.ngd
│   │   │   ├── jtagcosim_top_ngdbuild.xrpt
│   │   │   ├── jtagcosim_top.pad
│   │   │   ├── jtagcosim_top_pad.csv
│   │   │   ├── jtagcosim_top_pad.txt
│   │   │   ├── jtagcosim_top.par
│   │   │   ├── jtagcosim_top_par.xrpt
│   │   │   ├── jtagcosim_top.pcf
│   │   │   ├── jtagcosim_top.ptwx
│   │   │   ├── jtagcosim_top_summary.xml
│   │   │   ├── jtagcosim_top.ucf
│   │   │   ├── jtagcosim_top.unroutes
│   │   │   ├── jtagcosim_top_usage.xml
│   │   │   ├── jtagcosim_top.xpi
│   │   │   ├── mcodedemo_cw.ncf
│   │   │   ├── mcodedemo_cw.ngc
│   │   │   ├── netlist.lst
│   │   │   ├── par_usage_statistics.html
│   │   │   ├── usage_statistics_webtalk.html
│   │   │   ├── webtalk.log
│   │   │   ├── xflow.his
│   │   │   ├── xflow.log
│   │   │   ├── xflow.results
│   │   │   ├── xflow_script.bat
│   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── cst.xbcd
│   │   │   ├── xlpersistentdff.ngc
│   │   │   └── _xmsgs
│   │   │   ├── bitgen.xmsgs
│   │   │   ├── map.xmsgs
│   │   │   ├── ngdbuild.xmsgs
│   │   │   └── par.xmsgs
│   │   ├── xlpersistentdff.ngc
│   │   ├── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── xst
│   │   │   ├── dump.xst
│   │   │   │   └── mcodedemo_cw.prj
│   │   │   ├── file graph
│   │   │   ├── projnav.tmp
│   │   │   └── work
│   │   │   ├── work.vdbl
│   │   │   └── work.vdbx
│   │   ├── xst_mcodedemo.prj
│   │   └── xst_mcodedemo.scr
│   ├── ngc_netlist
│   │   ├── blockCoreMap
│   │   ├── commandLines
│   │   ├── globals
│   │   ├── hdlFiles
│   │   ├── IsePa_import.tcl
│   │   ├── isim_mcodedemo.prj
│   │   ├── mcodedemo_cw.gise
│   │   ├── mcodedemo_cw_import.log
│   │   ├── mcodedemo_cw.ngc
│   │   ├── mcodedemo_cw.sdc
│   │   ├── mcodedemo_cw.sgp
│   │   ├── mcodedemo_cw.ucf
│   │   ├── mcodedemo_cw.v
│   │   ├── mcodedemo_cw.veo
│   │   ├── mcodedemo_cw.xcf
│   │   ├── mcodedemo_cw.xise
│   │   ├── mcodedemo.v
│   │   ├── name_translations
│   │   ├── SgIseProject.tcl
│   │   ├── SgPaProject.tcl
│   │   ├── synopsis
│   │   ├── synth_model
│   │   │   ├── commandLines
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── isim_mcodedemo.prj
│   │   │   ├── mcodedemo_cw_complete.blc
│   │   │   ├── mcodedemo_cw_complete.ngc
│   │   │   ├── mcodedemo_cw.gise
│   │   │   ├── mcodedemo_cw.lso
│   │   │   ├── mcodedemo_cw.ngc
│   │   │   ├── mcodedemo_cw.ngc_xst.xrpt
│   │   │   ├── mcodedemo_cw.sdc
│   │   │   ├── mcodedemo_cw.sgp
│   │   │   ├── mcodedemo_cw.syr
│   │   │   ├── mcodedemo_cw.ucf
│   │   │   ├── mcodedemo_cw.v
│   │   │   ├── mcodedemo_cw.xcf
│   │   │   ├── mcodedemo_cw.xise
│   │   │   ├── mcodedemo.results
│   │   │   ├── mcodedemo.v
│   │   │   ├── ngcbuild.results
│   │   │   ├── synopsis
│   │   │   ├── vcom.do
│   │   │   ├── xlnx_auto_0_xdb
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── _xmsgs
│   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── xst
│   │   │   │   ├── dump.xst
│   │   │   │   │   └── xst_mcodedemo.prj
│   │   │   │   └── work
│   │   │   │   ├── work.sdbl
│   │   │   │   └── work.sdbx
│   │   │   ├── xst_mcodedemo.prj
│   │   │   └── xst_mcodedemo.scr
│   │   ├── sysgen
│   │   │   ├── consolidate.log
│   │   │   ├── globals
│   │   │   ├── hdlFiles
│   │   │   ├── isim_mcodedemo.prj
│   │   │   ├── masterScript4659419012166429071.pl
│   │   │   ├── mcodedemo_cw.sdc
│   │   │   ├── mcodedemo_cw.ucf
│   │   │   ├── mcodedemo_cw.v
│   │   │   ├── mcodedemo_cw.xcf
│   │   │   ├── mcodedemo.v
│   │   │   ├── nonleaf_results.v
│   │   │   ├── perl_results.v
│   │   │   ├── script_results6268655108303114785
│   │   │   ├── synopsis
│   │   │   ├── synopsis.1
│   │   │   ├── synopsis.2
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.CfWriter
│   │   │   ├── synopsis_com.xilinx.sysgen.netlister.ClockWrapper
│   │   │   ├── synopsis.diff
│   │   │   ├── vcom.do
│   │   │   ├── xlpersistentdff.ngc
│   │   │   ├── xst_mcodedemo.prj
│   │   │   └── xst_mcodedemo.scr
│   │   ├── vcom.do
│   │   ├── xlpersistentdff.ngc
│   │   ├── _xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── xst_mcodedemo.prj
│   │   └── xst_mcodedemo.scr
│   ├── S6CARD.zip
│   └── xlsimpleshift.m
├── chapt9
│   ├── exp9_1
│   │   ├── coregen_xil_7912_74.cgc
│   │   ├── coregen_xil_7912_74.cgp
│   │   ├── dds_core_summary.html
│   │   ├── dds_core.v
│   │   ├── dds_top.gise
│   │   ├── dds_top.xise
│   │   ├── fm_cs.cdc
│   │   ├── fm_top.bgn
│   │   ├── fm_top.bit
│   │   ├── fm_top_bitgen.xwbt
│   │   ├── fm_top.bld
│   │   ├── fm_top.cmd_log
│   │   ├── fm_top.cpj
│   │   ├── fm_top_cs.blc
│   │   ├── fm_top_cs.ngc
│   │   ├── fm_top.drc
│   │   ├── fm_top_envsettings.html
│   │   ├── fm_top_guide.ncd
│   │   ├── fm_top.lso
│   │   ├── fm_top_map.map
│   │   ├── fm_top_map.mrp
│   │   ├── fm_top_map.ncd
│   │   ├── fm_top_map.ngm
│   │   ├── fm_top_map.xrpt
│   │   ├── fm_top.ncd
│   │   ├── fm_top.ngc
│   │   ├── fm_top.ngd
│   │   ├── fm_top_ngdbuild.xrpt
│   │   ├── fm_top.ngr
│   │   ├── fm_top.pad
│   │   ├── fm_top_pad.csv
│   │   ├── fm_top_pad.txt
│   │   ├── fm_top.par
│   │   ├── fm_top_par.xrpt
│   │   ├── fm_top.pcf
│   │   ├── fm_top.prj
│   │   ├── fm_top.ptwx
│   │   ├── fm_top.stx
│   │   ├── fm_top_summary.html
│   │   ├── fm_top_summary.xml
│   │   ├── fm_top.syr
│   │   ├── fm_top.twr
│   │   ├── fm_top.twx
│   │   ├── fm_top_ucf.ucf
│   │   ├── fm_top.unroutes
│   │   ├── fm_top_usage.xml
│   │   ├── fm_top.ut
│   │   ├── fm_top.v
│   │   ├── fm_top.xpi
│   │   ├── fm_top.xst
│   │   ├── fm_top_xst.xrpt
│   │   ├── ipcore_dir
│   │   │   ├── coregen.cgc
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── coregen.rsp
│   │   │   ├── dds_gen.asy
│   │   │   ├── dds_gen_flist.txt
│   │   │   ├── dds_gen.gise
│   │   │   ├── dds_gen.ncf
│   │   │   ├── dds_gen.ngc
│   │   │   ├── dds_gen_readme.txt
│   │   │   ├── dds_gen.sym
│   │   │   ├── dds_gen.v
│   │   │   ├── dds_gen.veo
│   │   │   ├── dds_gen.vhd
│   │   │   ├── dds_gen.vho
│   │   │   ├── dds_gen.xco
│   │   │   ├── dds_gen.xco.bak
│   │   │   ├── dds_gen.xise
│   │   │   ├── dds_gen_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   └── _cg
│   │   │   ├── xlnx_auto_0_xdb
│   │   │   └── _xmsgs
│   │   │   ├── netgen.xmsgs
│   │   │   ├── ngcbuild.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── iseconfig
│   │   │   ├── dds_core.xreport
│   │   │   ├── dds_top.projectmgr
│   │   │   └── fm_top.xreport
│   │   ├── _ngo
│   │   │   ├── cs_icon_pro
│   │   │   │   ├── coregen.cgc
│   │   │   │   ├── coregen.cgp
│   │   │   │   ├── coregen.log
│   │   │   │   ├── generate_icon_pro.xco
│   │   │   │   ├── icon_pro_flist.txt
│   │   │   │   ├── icon_pro.gise
│   │   │   │   ├── icon_pro_readme.txt
│   │   │   │   ├── icon_pro.vhd
│   │   │   │   ├── icon_pro.vho
│   │   │   │   ├── icon_pro.xco
│   │   │   │   ├── icon_pro.xise
│   │   │   │   ├── icon_pro_xmdf.tcl
│   │   │   │   ├── tmp
│   │   │   │   │   └── _cg
│   │   │   │   └── _xmsgs
│   │   │   │   ├── netgen.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── cs_ila_pro_0
│   │   │   │   ├── coregen.cgc
│   │   │   │   ├── coregen.cgp
│   │   │   │   ├── coregen.log
│   │   │   │   ├── generate_ila_pro_0.xco
│   │   │   │   ├── ila_pro_0.cdc
│   │   │   │   ├── ila_pro_0_flist.txt
│   │   │   │   ├── ila_pro_0.gise
│   │   │   │   ├── ila_pro_0_readme.txt
│   │   │   │   ├── ila_pro_0.vhd
│   │   │   │   ├── ila_pro_0.vho
│   │   │   │   ├── ila_pro_0.xco
│   │   │   │   ├── ila_pro_0.xise
│   │   │   │   ├── ila_pro_0_xmdf.tcl
│   │   │   │   ├── tmp
│   │   │   │   │   └── _cg
│   │   │   │   └── _xmsgs
│   │   │   │   ├── netgen.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   ├── fm_top_cs_signalbrowser.ngo
│   │   │   ├── fm_top_cs_signalbrowser.ver
│   │   │   ├── icon_pro.ngc
│   │   │   ├── ila_pro_0.ngc
│   │   │   └── netlist.lst
│   │   ├── par_usage_statistics.html
│   │   ├── usage_statistics_webtalk.html
│   │   ├── webtalk.log
│   │   ├── webtalk_pn.xml
│   │   ├── xlnx_auto_0_xdb
│   │   │   └── cst.xbcd
│   │   ├── _xmsgs
│   │   │   ├── bitgen.xmsgs
│   │   │   ├── map.xmsgs
│   │   │   ├── ngcbuild.xmsgs
│   │   │   ├── ngdbuild.xmsgs
│   │   │   ├── par.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   ├── trce.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── xst
│   │   ├── dump.xst
│   │   │   └── fm_top.prj
│   │   ├── projnav.tmp
│   │   └── work
│   │   ├── work.sdbl
│   │   └── work.sdbx
│   ├── exp9_2
│   │   └── exp9_2.m
│   ├── exp9_3
│   │   ├── exp9_2.gise
│   │   ├── exp9_2.xise
│   │   ├── fft_top.cmd_log
│   │   ├── fft_top_envsettings.html
│   │   ├── fft_top.lso
│   │   ├── fft_top.ngc
│   │   ├── fft_top.ngr
│   │   ├── fft_top.prj
│   │   ├── fft_top.stx
│   │   ├── fft_top_summary.html
│   │   ├── fft_top.syr
│   │   ├── fft_top.v
│   │   ├── fft_top.xst
│   │   ├── fft_top_xst.xrpt
│   │   ├── ipcore_dir
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── create_fft_core.tcl
│   │   │   ├── fft_core
│   │   │   │   └── doc
│   │   │   │   ├── xfft_ds260.pdf
│   │   │   │   └── xfft_v7_1_vinfo.html
│   │   │   ├── fft_core.asy
│   │   │   ├── fft_core_flist.txt
│   │   │   ├── fft_core.gise
│   │   │   ├── fft_core.ncf
│   │   │   ├── fft_core.ngc
│   │   │   ├── fft_core_readme.txt
│   │   │   ├── fft_core.sym
│   │   │   ├── fft_core.v
│   │   │   ├── fft_core.veo
│   │   │   ├── fft_core.xco
│   │   │   ├── fft_core.xise
│   │   │   ├── fft_core_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   ├── _cg
│   │   │   │   ├── fft_core_xfft_v7_1_xst_1.lso
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   ├── netgen.xmsgs
│   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   └── _xmsgs
│   │   │   ├── cg.xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── iseconfig
│   │   │   ├── exp9_2.projectmgr
│   │   │   └── fft_top.xreport
│   │   ├── webtalk_pn.xml
│   │   ├── _xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   └── xst
│   │   ├── dump.xst
│   │   │   └── fft_top.prj
│   │   ├── projnav.tmp
│   │   └── work
│   │   ├── work.sdbl
│   │   └── work.sdbx
│   ├── exp9_4
│   │   ├── exp9_4.gise
│   │   ├── exp9_4.xise
│   │   ├── fuse.log
│   │   ├── fuseRelaunch.cmd
│   │   ├── fuse.xmsgs
│   │   ├── ipcore_dir
│   │   │   ├── coregen.cgp
│   │   │   ├── coregen.log
│   │   │   ├── create_sqrt_core.tcl
│   │   │   ├── sqrt_core
│   │   │   │   └── doc
│   │   │   │   ├── cordic_ds249.pdf
│   │   │   │   └── cordic_v4_0_vinfo.html
│   │   │   ├── sqrt_core.asy
│   │   │   ├── sqrt_core_flist.txt
│   │   │   ├── sqrt_core.gise
│   │   │   ├── sqrt_core.ngc
│   │   │   ├── sqrt_core_readme.txt
│   │   │   ├── sqrt_core.sym
│   │   │   ├── sqrt_core.v
│   │   │   ├── sqrt_core.veo
│   │   │   ├── sqrt_core.xco
│   │   │   ├── sqrt_core.xise
│   │   │   ├── sqrt_core_xmdf.tcl
│   │   │   ├── tmp
│   │   │   │   ├── _cg
│   │   │   │   ├── sqrt_core.lso
│   │   │   │   ├── xlnx_auto_0_xdb
│   │   │   │   └── _xmsgs
│   │   │   │   ├── netgen.xmsgs
│   │   │   │   ├── ngcbuild.xmsgs
│   │   │   │   ├── pn_parser.xmsgs
│   │   │   │   └── xst.xmsgs
│   │   │   └── _xmsgs
│   │   │   ├── cg.xmsgs
│   │   │   └── pn_parser.xmsgs
│   │   ├── iseconfig
│   │   │   └── exp9_4.projectmgr
│   │   ├── isim
│   │   │   ├── isim_usage_statistics.html
│   │   │   ├── pn_info
│   │   │   ├── tb_sqrt_core_isim_beh.exe.sim
│   │   │   │   ├── isimcrash.log
│   │   │   │   ├── ISimEngine-DesignHierarchy.dbg
│   │   │   │   ├── isimkernel.log
│   │   │   │   ├── libPortability.dll
│   │   │   │   ├── netId.dat
│   │   │   │   ├── tb_sqrt_core_isim_beh.exe
│   │   │   │   ├── tmp_save
│   │   │   │   │   └── _1
│   │   │   │   ├── unisims_ver
│   │   │   │   │   ├── m_00000000000129024098_1730278898.c
│   │   │   │   │   ├── m_00000000000129024098_1730278898.didat
│   │   │   │   │   ├── m_00000000000129024098_1730278898.nt64.obj
│   │   │   │   │   ├── m_00000000000236260522_2449448540.c
│   │   │   │   │   ├── m_00000000000236260522_2449448540.didat
│   │   │   │   │   ├── m_00000000000236260522_2449448540.nt64.obj
│   │   │   │   │   ├── m_00000000000909115699_2771340377.c
│   │   │   │   │   ├── m_00000000000909115699_2771340377.didat
│   │   │   │   │   ├── m_00000000000909115699_2771340377.nt64.obj
│   │   │   │   │   ├── m_00000000001108370118_3265217243.c
│   │   │   │   │   ├── m_00000000001108370118_3265217243.didat
│   │   │   │   │   ├── m_00000000001108370118_3265217243.nt64.obj
│   │   │   │   │   ├── m_00000000001508379050_3852734344.c
│   │   │   │   │   ├── m_00000000001508379050_3852734344.didat
│   │   │   │   │   ├── m_00000000001508379050_3852734344.nt64.obj
│   │   │   │   │   ├── m_00000000001773747898_0257217429.didat
│   │   │   │   │   ├── m_00000000001773747898_0266641171.c
│   │   │   │   │   ├── m_00000000001773747898_0266641171.didat
│   │   │   │   │   ├── m_00000000001773747898_0266641171.nt64.obj
│   │   │   │   │   ├── m_00000000001773747898_2336946039.didat
│   │   │   │   │   ├── m_00000000001773747898_2454832694.didat
│   │   │   │   │   ├── m_00000000001773747898_3668270966.didat
│   │   │   │   │   ├── m_00000000001784029001_2519081466.c
│   │   │   │   │   ├── m_00000000001784029001_2519081466.didat
│   │   │   │   │   ├── m_00000000001784029001_2519081466.nt64.obj
│   │   │   │   │   ├── m_00000000002601448656_3367321443.c
│   │   │   │   │   ├── m_00000000002601448656_3367321443.didat
│   │   │   │   │   ├── m_00000000002601448656_3367321443.nt64.obj
│   │   │   │   │   ├── m_00000000003317509437_1759035934.c
│   │   │   │   │   ├── m_00000000003317509437_1759035934.didat
│   │   │   │   │   ├── m_00000000003317509437_1759035934.nt64.obj
│   │   │   │   │   ├── m_00000000003405408344_3841093685.c
│   │   │   │   │   ├── m_00000000003405408344_3841093685.didat
│   │   │   │   │   ├── m_00000000003405408344_3841093685.nt64.obj
│   │   │   │   │   ├── m_00000000003848737514_1058825862.c
│   │   │   │   │   ├── m_00000000003848737514_1058825862.didat
│   │   │   │   │   ├── m_00000000003848737514_1058825862.nt64.obj
│   │   │   │   │   ├── m_00000000003927721830_1593237687.c
│   │   │   │   │   ├── m_00000000003927721830_1593237687.didat
│   │   │   │   │   ├── m_00000000003927721830_1593237687.nt64.obj
│   │   │   │   │   ├── m_00000000004221170615_0679316750.c
│   │   │   │   │   ├── m_00000000004221170615_0679316750.didat
│   │   │   │   │   └── m_00000000004221170615_0679316750.nt64.obj
│   │   │   │   └── work
│   │   │   │   ├── m_00000000001190791258_3506169780.c
│   │   │   │   ├── m_00000000001190791258_3506169780.didat
│   │   │   │   ├── m_00000000001190791258_3506169780.nt64.obj
│   │   │   │   ├── m_00000000002958580875_0515462361.c
│   │   │   │   ├── m_00000000002958580875_0515462361.didat
│   │   │   │   ├── m_00000000002958580875_0515462361.nt64.obj
│   │   │   │   ├── m_00000000004093713498_2073120511.c
│   │   │   │   ├── m_00000000004093713498_2073120511.didat
│   │   │   │   ├── m_00000000004093713498_2073120511.nt64.obj
│   │   │   │   ├── tb_sqrt_core_isim_beh.exe_main.c
│   │   │   │   └── tb_sqrt_core_isim_beh.exe_main.nt64.obj
│   │   │   └── work
│   │   │   ├── glbl.sdb
│   │   │   ├── sqrt_core.sdb
│   │   │   └── tb_sqrt_core.sdb
│   │   ├── isim.cmd
│   │   ├── isim.log
│   │   ├── tb_sqrt_cordic.wcfg
│   │   ├── tb_sqrt_core_beh.prj
│   │   ├── tb_sqrt_core_isim_beh.exe
│   │   ├── tb_sqrt_core_isim_beh.wdb
│   │   ├── tb_sqrt_core.v
│   │   ├── xilinxsim.ini
│   │   └── _xmsgs
│   │   └── pn_parser.xmsgs
│   └── exp9_7
│   └── fir_demo
│   ├── coregen_xil_2600_47.cgc
│   ├── coregen_xil_2600_47.cgp
│   ├── fir_coreCOEFF_auto0_0.mif
│   ├── fir_coreCOEFF_auto0_1.mif
│   ├── fir_coreCOEFF_auto0_2.mif
│   ├── fir_coreCOEFF_auto0_3.mif
│   ├── fir_coreCOEFF_auto0_4.mif
│   ├── fir_coreCOEFF_auto0_5.mif
│   ├── fir_coreCOEFF_auto0_6.mif
│   ├── fir_coreCOEFF_auto0_7.mif
│   ├── fir_coreCOEFF_auto0_8.mif
│   ├── fir_coreCOEFF_auto0_9.mif
│   ├── fir_corefilt_decode_rom.mif
│   ├── fir_core.mif
│   ├── fir_data.coe
│   ├── fir_demo.gise
│   ├── fir_demo.xise
│   ├── fir_top_summary.html
│   ├── fir_top.v
│   ├── fuse.log
│   ├── fuseRelaunch.cmd
│   ├── fuse.xmsgs
│   ├── ipcore_dir
│   │   ├── coregen.log
│   │   ├── edit_fir_core.tcl
│   │   ├── fir_compiler_v5_0.asy
│   │   ├── fir_compiler_v5_0COEFF_auto0_0.mif
│   │   ├── fir_compiler_v5_0COEFF_auto0_1.mif
│   │   ├── fir_compiler_v5_0COEFF_auto0_2.mif
│   │   ├── fir_compiler_v5_0COEFF_auto0_3.mif
│   │   ├── fir_compiler_v5_0COEFF_auto0_4.mif
│   │   ├── fir_compiler_v5_0filt_decode_rom.mif
│   │   ├── fir_compiler_v5_0_flist.txt
│   │   ├── fir_compiler_v5_0.gise
│   │   ├── fir_compiler_v5_0.mif
│   │   ├── fir_compiler_v5_0.ngc
│   │   ├── fir_compiler_v5_0_readme.txt
│   │   ├── fir_compiler_v5_0.sym
│   │   ├── fir_compiler_v5_0.v
│   │   ├── fir_compiler_v5_0.veo
│   │   ├── fir_compiler_v5_0.xco
│   │   ├── fir_compiler_v5_0.xise
│   │   ├── fir_compiler_v5_0_xmdf.tcl
│   │   ├── fir_core.asy
│   │   ├── fir_coreCOEFF_auto0_0.mif
│   │   ├── fir_coreCOEFF_auto0_1.mif
│   │   ├── fir_coreCOEFF_auto0_2.mif
│   │   ├── fir_coreCOEFF_auto0_3.mif
│   │   ├── fir_coreCOEFF_auto0_4.mif
│   │   ├── fir_coreCOEFF_auto0_5.mif
│   │   ├── fir_coreCOEFF_auto0_6.mif
│   │   ├── fir_coreCOEFF_auto0_7.mif
│   │   ├── fir_coreCOEFF_auto0_8.mif
│   │   ├── fir_coreCOEFF_auto0_9.mif
│   │   ├── fir_corefilt_decode_rom.mif
│   │   ├── fir_core_flist.txt
│   │   ├── fir_core.gise
│   │   ├── fir_core.mif
│   │   ├── fir_core.ngc
│   │   ├── fir_core_readme.txt
│   │   ├── fir_core.sym
│   │   ├── fir_core.v
│   │   ├── fir_core.veo
│   │   ├── fir_core.vhd
│   │   ├── fir_core.vho
│   │   ├── fir_core.xco
│   │   ├── fir_core.xise
│   │   ├── fir_core_xmdf.tcl
│   │   ├── tmp
│   │   │   ├── _cg
│   │   │   └── _xmsgs
│   │   │   ├── netgen.xmsgs
│   │   │   ├── ngcbuild.xmsgs
│   │   │   ├── pn_parser.xmsgs
│   │   │   └── xst.xmsgs
│   │   ├── xlnx_auto_0_xdb
│   │   └── _xmsgs
│   │   ├── cg.xmsgs
│   │   └── pn_parser.xmsgs
│   ├── iseconfig
│   │   ├── fir_demo.projectmgr
│   │   └── fir_top.xreport
│   ├── isim
│   │   ├── isim_usage_statistics.html
│   │   ├── pn_info
│   │   ├── tb_fir_top_isim_beh.exe.sim
│   │   │   ├── isimcrash.log
│   │   │   ├── ISimEngine-DesignHierarchy.dbg
│   │   │   ├── isimkernel.log
│   │   │   ├── libPortability.dll
│   │   │   ├── netId.dat
│   │   │   ├── tb_fir_top_isim_beh.exe
│   │   │   ├── tmp_save
│   │   │   │   └── _1
│   │   │   ├── unisims_ver
│   │   │   │   ├── m_00000000000073490608_3589000630.c
│   │   │   │   ├── m_00000000000073490608_3589000630.didat
│   │   │   │   ├── m_00000000000073490608_3589000630.nt64.obj
│   │   │   │   ├── m_00000000000129024098_1730278898.c
│   │   │   │   ├── m_00000000000129024098_1730278898.didat
│   │   │   │   ├── m_00000000000129024098_1730278898.nt64.obj
│   │   │   │   ├── m_00000000000236260522_2449448540.c
│   │   │   │   ├── m_00000000000236260522_2449448540.didat
│   │   │   │   ├── m_00000000000236260522_2449448540.nt64.obj
│   │   │   │   ├── m_00000000000909115699_2771340377.c
│   │   │   │   ├── m_00000000000909115699_2771340377.didat
│   │   │   │   ├── m_00000000000909115699_2771340377.nt64.obj
│   │   │   │   ├── m_00000000001108370118_0289162403.c
│   │   │   │   ├── m_00000000001108370118_0289162403.didat
│   │   │   │   ├── m_00000000001108370118_0289162403.nt64.obj
│   │   │   │   ├── m_00000000001508379050_3852734344.c
│   │   │   │   ├── m_00000000001508379050_3852734344.didat
│   │   │   │   ├── m_00000000001508379050_3852734344.nt64.obj
│   │   │   │   ├── m_00000000001773747898_2336946039.didat
│   │   │   │   ├── m_00000000001773747898_3056262855.didat
│   │   │   │   ├── m_00000000001773747898_3668270966.c
│   │   │   │   ├── m_00000000001773747898_3668270966.didat
│   │   │   │   ├── m_00000000001773747898_3668270966.nt64.obj
│   │   │   │   ├── m_00000000002444920515_2091797430.c
│   │   │   │   ├── m_00000000002444920515_2091797430.didat
│   │   │   │   ├── m_00000000002444920515_2091797430.nt64.obj
│   │   │   │   ├── m_00000000002601448656_3367321443.c
│   │   │   │   ├── m_00000000002601448656_3367321443.didat
│   │   │   │   ├── m_00000000002601448656_3367321443.nt64.obj
│   │   │   │   ├── m_00000000003317509437_1759035934.c
│   │   │   │   ├── m_00000000003317509437_1759035934.didat
│   │   │   │   ├── m_00000000003317509437_1759035934.nt64.obj
│   │   │   │   ├── m_00000000003405408344_3841093685.c
│   │   │   │   ├── m_00000000003405408344_3841093685.didat
│   │   │   │   ├── m_00000000003405408344_3841093685.nt64.obj
│   │   │   │   ├── m_00000000003848737514_1058825862.c
│   │   │   │   ├── m_00000000003848737514_1058825862.didat
│   │   │   │   ├── m_00000000003848737514_1058825862.nt64.obj
│   │   │   │   ├── m_00000000003927721830_1593237687.c
│   │   │   │   ├── m_00000000003927721830_1593237687.didat
│   │   │   │   ├── m_00000000003927721830_1593237687.nt64.obj
│   │   │   │   ├── m_00000000004098988994_0302322055.c
│   │   │   │   ├── m_00000000004098988994_0302322055.didat
│   │   │   │   ├── m_00000000004098988994_0302322055.nt64.obj
│   │   │   │   ├── m_00000000004221170615_0679316750.c
│   │   │   │   ├── m_00000000004221170615_0679316750.didat
│   │   │   │   └── m_00000000004221170615_0679316750.nt64.obj
│   │   │   └── work
│   │   │   ├── m_00000000000579559694_4091441984.c
│   │   │   ├── m_00000000000579559694_4091441984.didat
│   │   │   ├── m_00000000000579559694_4091441984.nt64.obj
│   │   │   ├── m_00000000001726289451_1831802172.c
│   │   │   ├── m_00000000001726289451_1831802172.didat
│   │   │   ├── m_00000000001726289451_1831802172.nt64.obj
│   │   │   ├── m_00000000003858073131_0543862957.c
│   │   │   ├── m_00000000003858073131_0543862957.didat
│   │   │   ├── m_00000000003858073131_0543862957.nt64.obj
│   │   │   ├── m_00000000004093713498_2073120511.c
│   │   │   ├── m_00000000004093713498_2073120511.didat
│   │   │   ├── m_00000000004093713498_2073120511.nt64.obj
│   │   │   ├── tb_fir_top_isim_beh.exe_main.c
│   │   │   └── tb_fir_top_isim_beh.exe_main.nt64.obj
│   │   └── work
│   │   ├── fir_core.sdb
│   │   ├── fir_top.sdb
│   │   ├── glbl.sdb
│   │   └── tb_fir_top.sdb
│   ├── isim.cmd
│   ├── isim.log
│   ├── tb_fir_top_beh.prj
│   ├── tb_fir_top_isim_beh.exe
│   ├── tb_fir_top_isim_beh.wdb
│   ├── tb_fir_top_stx_beh.prj
│   ├── tb_fir_top.v
│   ├── xilinxsim.ini
│   └── _xmsgs
│   └── pn_parser.xmsgs
└── 光盘说明.txt

475 directories, 2634 files

标签:

实例下载地址

Xilinx FPGA开发实用教程(第2版)一书的配套光盘

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警