实例介绍
这个分数有点高了,不过资源绝对让你满意,是我自己买了开发板后送的实验例程,都是verilog,有些是基础实验例程,还有的是电设的一些赛题,很实用。
【实例截图】
【核心代码】
(Altera_Verilog)
└── 实验例程(Altera_Verilog)
├── A-基础实验
│ ├── 01-LED显示实验
│ │ └── led_test
│ │ ├── cmm1.vwf
│ │ ├── db
│ │ │ ├── led_test.db_info
│ │ │ ├── led_test_global_asgn_op.abo
│ │ │ ├── led_test.sim.cvwf
│ │ │ ├── led_test.sld_design_entry.sci
│ │ │ ├── prev_cmp_led_test.asm.qmsg
│ │ │ ├── prev_cmp_led_test.fit.qmsg
│ │ │ ├── prev_cmp_led_test.map.qmsg
│ │ │ ├── prev_cmp_led_test.qmsg
│ │ │ ├── prev_cmp_led_test.sim.qmsg
│ │ │ ├── prev_cmp_led_test.sta.qmsg
│ │ │ ├── prev_cmp_led_test.tan.qmsg
│ │ │ └── wed.wsf
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── led_test.db_info
│ │ │ │ ├── led_test.root_partition.cmp.atm
│ │ │ │ ├── led_test.root_partition.cmp.dfp
│ │ │ │ ├── led_test.root_partition.cmp.hdbx
│ │ │ │ ├── led_test.root_partition.cmp.kpt
│ │ │ │ ├── led_test.root_partition.cmp.logdb
│ │ │ │ ├── led_test.root_partition.cmp.rcf
│ │ │ │ ├── led_test.root_partition.map.atm
│ │ │ │ ├── led_test.root_partition.map.dpi
│ │ │ │ ├── led_test.root_partition.map.hdbx
│ │ │ │ └── led_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── led_test.asm.rpt
│ │ ├── led_test_assignment_defaults.qdf
│ │ ├── led_test.cdf
│ │ ├── led_test.done
│ │ ├── led_test.dpf
│ │ ├── led_test.fit.rpt
│ │ ├── led_test.fit.smsg
│ │ ├── led_test.fit.summary
│ │ ├── led_test.flow.rpt
│ │ ├── led_test.jam
│ │ ├── led_test.map.rpt
│ │ ├── led_test.map.summary
│ │ ├── led_test.pin
│ │ ├── led_test.pof
│ │ ├── led_test.qpf
│ │ ├── led_test.qsf
│ │ ├── led_test.qws
│ │ ├── led_test.sim.rpt
│ │ ├── led_test.sof
│ │ ├── led_test.sta.rpt
│ │ ├── led_test.sta.summary
│ │ ├── led_test.tan.rpt
│ │ ├── led_test.vwf
│ │ ├── output_file.map
│ │ ├── output_file.pof
│ │ ├── topdesign.v
│ │ ├── topdesign.v.bak
│ │ └── Waveform1.vwf
│ ├── 02-数码管显示实验
│ │ └── seg_test
│ │ ├── db
│ │ │ ├── prev_cmp_seg_test.asm.qmsg
│ │ │ ├── prev_cmp_seg_test.fit.qmsg
│ │ │ ├── prev_cmp_seg_test.map.qmsg
│ │ │ ├── prev_cmp_seg_test.qmsg
│ │ │ ├── prev_cmp_seg_test.tan.qmsg
│ │ │ ├── seg_test.(0).cnf.cdb
│ │ │ ├── seg_test.(0).cnf.hdb
│ │ │ ├── seg_test.ace_cmp.bpm
│ │ │ ├── seg_test.ace_cmp.cdb
│ │ │ ├── seg_test.ace_cmp.ecobp
│ │ │ ├── seg_test.ace_cmp.hdb
│ │ │ ├── seg_test.asm.qmsg
│ │ │ ├── seg_test.cbx.xml
│ │ │ ├── seg_test.cmp0.ddb
│ │ │ ├── seg_test.cmp.bpm
│ │ │ ├── seg_test.cmp.cdb
│ │ │ ├── seg_test.cmp.ecobp
│ │ │ ├── seg_test.cmp.hdb
│ │ │ ├── seg_test.cmp.kpt
│ │ │ ├── seg_test.cmp.logdb
│ │ │ ├── seg_test.cmp_merge.kpt
│ │ │ ├── seg_test.cmp.rdb
│ │ │ ├── seg_test.cmp.tdb
│ │ │ ├── seg_test.db_info
│ │ │ ├── seg_test.eco.cdb
│ │ │ ├── seg_test.fit.qmsg
│ │ │ ├── seg_test_global_asgn_op.abo
│ │ │ ├── seg_test.hier_info
│ │ │ ├── seg_test.hif
│ │ │ ├── seg_test.lpc.html
│ │ │ ├── seg_test.lpc.rdb
│ │ │ ├── seg_test.lpc.txt
│ │ │ ├── seg_test.map_bb.cdb
│ │ │ ├── seg_test.map_bb.hdb
│ │ │ ├── seg_test.map_bb.logdb
│ │ │ ├── seg_test.map.bpm
│ │ │ ├── seg_test.map.cdb
│ │ │ ├── seg_test.map.ecobp
│ │ │ ├── seg_test.map.hdb
│ │ │ ├── seg_test.map.kpt
│ │ │ ├── seg_test.map.logdb
│ │ │ ├── seg_test.map.qmsg
│ │ │ ├── seg_test.pre_map.cdb
│ │ │ ├── seg_test.pre_map.hdb
│ │ │ ├── seg_test.rtlv.hdb
│ │ │ ├── seg_test.rtlv_sg.cdb
│ │ │ ├── seg_test.rtlv_sg_swap.cdb
│ │ │ ├── seg_test.sgdiff.cdb
│ │ │ ├── seg_test.sgdiff.hdb
│ │ │ ├── seg_test.sld_design_entry_dsc.sci
│ │ │ ├── seg_test.sld_design_entry.sci
│ │ │ ├── seg_test.syn_hier_info
│ │ │ ├── seg_test.tan.qmsg
│ │ │ ├── seg_test.tis_db_list.ddb
│ │ │ └── seg_test.tmw_info
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── seg_test.root_partition.cmp.atm
│ │ │ │ ├── seg_test.root_partition.cmp.dfp
│ │ │ │ ├── seg_test.root_partition.cmp.hdbx
│ │ │ │ ├── seg_test.root_partition.cmp.kpt
│ │ │ │ ├── seg_test.root_partition.cmp.logdb
│ │ │ │ ├── seg_test.root_partition.cmp.rcf
│ │ │ │ ├── seg_test.root_partition.map.atm
│ │ │ │ ├── seg_test.root_partition.map.dpi
│ │ │ │ ├── seg_test.root_partition.map.hdbx
│ │ │ │ └── seg_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── seg_test.asm.rpt
│ │ ├── seg_test.done
│ │ ├── seg_test.dpf
│ │ ├── seg_test.fit.rpt
│ │ ├── seg_test.fit.smsg
│ │ ├── seg_test.fit.summary
│ │ ├── seg_test.flow.rpt
│ │ ├── seg_test.map.rpt
│ │ ├── seg_test.map.summary
│ │ ├── seg_test.pin
│ │ ├── seg_test.pof
│ │ ├── seg_test.qpf
│ │ ├── seg_test.qsf
│ │ ├── seg_test.qws
│ │ ├── seg_test.sof
│ │ ├── seg_test.tan.rpt
│ │ ├── seg_test.tan.summary
│ │ ├── topdesign.v
│ │ ├── topdesign.v.bak
│ │ └── topdesign.vPreview
│ ├── 03-矩阵键盘输入数码管显示实验
│ │ └── key_seg_test
│ │ ├── db
│ │ │ ├── key_seg_test.(0).cnf.cdb
│ │ │ ├── key_seg_test.(0).cnf.hdb
│ │ │ ├── key_seg_test.asm.qmsg
│ │ │ ├── key_seg_test.cbx.xml
│ │ │ ├── key_seg_test.cmp0.ddb
│ │ │ ├── key_seg_test.cmp.bpm
│ │ │ ├── key_seg_test.cmp.cdb
│ │ │ ├── key_seg_test.cmp.ecobp
│ │ │ ├── key_seg_test.cmp.hdb
│ │ │ ├── key_seg_test.cmp.kpt
│ │ │ ├── key_seg_test.cmp.logdb
│ │ │ ├── key_seg_test.cmp_merge.kpt
│ │ │ ├── key_seg_test.cmp.rdb
│ │ │ ├── key_seg_test.cmp.tdb
│ │ │ ├── key_seg_test.db_info
│ │ │ ├── key_seg_test.eco.cdb
│ │ │ ├── key_seg_test.fit.qmsg
│ │ │ ├── key_seg_test_global_asgn_op.abo
│ │ │ ├── key_seg_test.hier_info
│ │ │ ├── key_seg_test.hif
│ │ │ ├── key_seg_test.lpc.html
│ │ │ ├── key_seg_test.lpc.rdb
│ │ │ ├── key_seg_test.lpc.txt
│ │ │ ├── key_seg_test.map_bb.cdb
│ │ │ ├── key_seg_test.map_bb.hdb
│ │ │ ├── key_seg_test.map_bb.logdb
│ │ │ ├── key_seg_test.map.bpm
│ │ │ ├── key_seg_test.map.cdb
│ │ │ ├── key_seg_test.map.ecobp
│ │ │ ├── key_seg_test.map.hdb
│ │ │ ├── key_seg_test.map.kpt
│ │ │ ├── key_seg_test.map.logdb
│ │ │ ├── key_seg_test.map.qmsg
│ │ │ ├── key_seg_test.pre_map.cdb
│ │ │ ├── key_seg_test.pre_map.hdb
│ │ │ ├── key_seg_test.rtlv.hdb
│ │ │ ├── key_seg_test.rtlv_sg.cdb
│ │ │ ├── key_seg_test.rtlv_sg_swap.cdb
│ │ │ ├── key_seg_test.sgdiff.cdb
│ │ │ ├── key_seg_test.sgdiff.hdb
│ │ │ ├── key_seg_test.sld_design_entry_dsc.sci
│ │ │ ├── key_seg_test.sld_design_entry.sci
│ │ │ ├── key_seg_test.syn_hier_info
│ │ │ ├── key_seg_test.tan.qmsg
│ │ │ ├── key_seg_test.tis_db_list.ddb
│ │ │ ├── key_seg_test.tmw_info
│ │ │ ├── prev_cmp_key_seg_test.asm.qmsg
│ │ │ ├── prev_cmp_key_seg_test.fit.qmsg
│ │ │ ├── prev_cmp_key_seg_test.map.qmsg
│ │ │ ├── prev_cmp_key_seg_test.qmsg
│ │ │ └── prev_cmp_key_seg_test.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── key_seg_test.root_partition.cmp.atm
│ │ │ │ ├── key_seg_test.root_partition.cmp.dfp
│ │ │ │ ├── key_seg_test.root_partition.cmp.hdbx
│ │ │ │ ├── key_seg_test.root_partition.cmp.kpt
│ │ │ │ ├── key_seg_test.root_partition.cmp.logdb
│ │ │ │ ├── key_seg_test.root_partition.cmp.rcf
│ │ │ │ ├── key_seg_test.root_partition.map.atm
│ │ │ │ ├── key_seg_test.root_partition.map.dpi
│ │ │ │ ├── key_seg_test.root_partition.map.hdbx
│ │ │ │ └── key_seg_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── key_seg_test.asm.rpt
│ │ ├── key_seg_test.done
│ │ ├── key_seg_test.fit.rpt
│ │ ├── key_seg_test.fit.smsg
│ │ ├── key_seg_test.fit.summary
│ │ ├── key_seg_test.flow.rpt
│ │ ├── key_seg_test.map.rpt
│ │ ├── key_seg_test.map.summary
│ │ ├── key_seg_test.pin
│ │ ├── key_seg_test.pof
│ │ ├── key_seg_test.qpf
│ │ ├── key_seg_test.qsf
│ │ ├── key_seg_test.qws
│ │ ├── key_seg_test.sof
│ │ ├── key_seg_test.tan.rpt
│ │ ├── key_seg_test.tan.summary
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ ├── 04-拨码开关输入LED显示实验
│ │ └── sw_led_test
│ │ ├── db
│ │ │ ├── prev_cmp_sw_led_test.asm.qmsg
│ │ │ ├── prev_cmp_sw_led_test.fit.qmsg
│ │ │ ├── prev_cmp_sw_led_test.map.qmsg
│ │ │ ├── prev_cmp_sw_led_test.qmsg
│ │ │ ├── prev_cmp_sw_led_test.tan.qmsg
│ │ │ ├── sw_led_test.(0).cnf.cdb
│ │ │ ├── sw_led_test.(0).cnf.hdb
│ │ │ ├── sw_led_test.asm.qmsg
│ │ │ ├── sw_led_test.cbx.xml
│ │ │ ├── sw_led_test.cmp0.ddb
│ │ │ ├── sw_led_test.cmp.bpm
│ │ │ ├── sw_led_test.cmp.cdb
│ │ │ ├── sw_led_test.cmp.ecobp
│ │ │ ├── sw_led_test.cmp.hdb
│ │ │ ├── sw_led_test.cmp.kpt
│ │ │ ├── sw_led_test.cmp.logdb
│ │ │ ├── sw_led_test.cmp_merge.kpt
│ │ │ ├── sw_led_test.cmp.rdb
│ │ │ ├── sw_led_test.cmp.tdb
│ │ │ ├── sw_led_test.db_info
│ │ │ ├── sw_led_test.eco.cdb
│ │ │ ├── sw_led_test.fit.qmsg
│ │ │ ├── sw_led_test_global_asgn_op.abo
│ │ │ ├── sw_led_test.hier_info
│ │ │ ├── sw_led_test.hif
│ │ │ ├── sw_led_test.lpc.html
│ │ │ ├── sw_led_test.lpc.rdb
│ │ │ ├── sw_led_test.lpc.txt
│ │ │ ├── sw_led_test.map_bb.cdb
│ │ │ ├── sw_led_test.map_bb.hdb
│ │ │ ├── sw_led_test.map_bb.logdb
│ │ │ ├── sw_led_test.map.bpm
│ │ │ ├── sw_led_test.map.cdb
│ │ │ ├── sw_led_test.map.ecobp
│ │ │ ├── sw_led_test.map.hdb
│ │ │ ├── sw_led_test.map.kpt
│ │ │ ├── sw_led_test.map.logdb
│ │ │ ├── sw_led_test.map.qmsg
│ │ │ ├── sw_led_test.pre_map.cdb
│ │ │ ├── sw_led_test.pre_map.hdb
│ │ │ ├── sw_led_test.rtlv.hdb
│ │ │ ├── sw_led_test.rtlv_sg.cdb
│ │ │ ├── sw_led_test.rtlv_sg_swap.cdb
│ │ │ ├── sw_led_test.sgdiff.cdb
│ │ │ ├── sw_led_test.sgdiff.hdb
│ │ │ ├── sw_led_test.sld_design_entry_dsc.sci
│ │ │ ├── sw_led_test.sld_design_entry.sci
│ │ │ ├── sw_led_test.syn_hier_info
│ │ │ ├── sw_led_test.tan.qmsg
│ │ │ ├── sw_led_test.tis_db_list.ddb
│ │ │ └── sw_led_test.tmw_info
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── sw_led_test.root_partition.cmp.atm
│ │ │ │ ├── sw_led_test.root_partition.cmp.dfp
│ │ │ │ ├── sw_led_test.root_partition.cmp.hdbx
│ │ │ │ ├── sw_led_test.root_partition.cmp.kpt
│ │ │ │ ├── sw_led_test.root_partition.cmp.logdb
│ │ │ │ ├── sw_led_test.root_partition.cmp.rcf
│ │ │ │ ├── sw_led_test.root_partition.map.atm
│ │ │ │ ├── sw_led_test.root_partition.map.dpi
│ │ │ │ ├── sw_led_test.root_partition.map.hdbx
│ │ │ │ └── sw_led_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── sw_led_test.asm.rpt
│ │ ├── sw_led_test.done
│ │ ├── sw_led_test.fit.rpt
│ │ ├── sw_led_test.fit.smsg
│ │ ├── sw_led_test.fit.summary
│ │ ├── sw_led_test.flow.rpt
│ │ ├── sw_led_test.map.rpt
│ │ ├── sw_led_test.map.summary
│ │ ├── sw_led_test.pin
│ │ ├── sw_led_test.pof
│ │ ├── sw_led_test.qpf
│ │ ├── sw_led_test.qsf
│ │ ├── sw_led_test.qws
│ │ ├── sw_led_test.sof
│ │ ├── sw_led_test.tan.rpt
│ │ ├── sw_led_test.tan.summary
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ ├── 05-拨码开关输入数码管显示实验
│ │ └── sw_seg_test
│ │ ├── db
│ │ │ ├── prev_cmp_sw_seg_test.asm.qmsg
│ │ │ ├── prev_cmp_sw_seg_test.fit.qmsg
│ │ │ ├── prev_cmp_sw_seg_test.map.qmsg
│ │ │ ├── prev_cmp_sw_seg_test.tan.qmsg
│ │ │ ├── sw_seg_test.(0).cnf.cdb
│ │ │ ├── sw_seg_test.(0).cnf.hdb
│ │ │ ├── sw_seg_test.asm.qmsg
│ │ │ ├── sw_seg_test.cbx.xml
│ │ │ ├── sw_seg_test.cmp0.ddb
│ │ │ ├── sw_seg_test.cmp.bpm
│ │ │ ├── sw_seg_test.cmp.cdb
│ │ │ ├── sw_seg_test.cmp.ecobp
│ │ │ ├── sw_seg_test.cmp.hdb
│ │ │ ├── sw_seg_test.cmp.kpt
│ │ │ ├── sw_seg_test.cmp.logdb
│ │ │ ├── sw_seg_test.cmp_merge.kpt
│ │ │ ├── sw_seg_test.cmp.rdb
│ │ │ ├── sw_seg_test.cmp.tdb
│ │ │ ├── sw_seg_test.db_info
│ │ │ ├── sw_seg_test.eco.cdb
│ │ │ ├── sw_seg_test.fit.qmsg
│ │ │ ├── sw_seg_test_global_asgn_op.abo
│ │ │ ├── sw_seg_test.hier_info
│ │ │ ├── sw_seg_test.hif
│ │ │ ├── sw_seg_test.lpc.html
│ │ │ ├── sw_seg_test.lpc.rdb
│ │ │ ├── sw_seg_test.lpc.txt
│ │ │ ├── sw_seg_test.map_bb.cdb
│ │ │ ├── sw_seg_test.map_bb.hdb
│ │ │ ├── sw_seg_test.map_bb.logdb
│ │ │ ├── sw_seg_test.map.bpm
│ │ │ ├── sw_seg_test.map.cdb
│ │ │ ├── sw_seg_test.map.ecobp
│ │ │ ├── sw_seg_test.map.hdb
│ │ │ ├── sw_seg_test.map.kpt
│ │ │ ├── sw_seg_test.map.logdb
│ │ │ ├── sw_seg_test.map.qmsg
│ │ │ ├── sw_seg_test.pre_map.cdb
│ │ │ ├── sw_seg_test.pre_map.hdb
│ │ │ ├── sw_seg_test.rtlv.hdb
│ │ │ ├── sw_seg_test.rtlv_sg.cdb
│ │ │ ├── sw_seg_test.rtlv_sg_swap.cdb
│ │ │ ├── sw_seg_test.sgdiff.cdb
│ │ │ ├── sw_seg_test.sgdiff.hdb
│ │ │ ├── sw_seg_test.sld_design_entry_dsc.sci
│ │ │ ├── sw_seg_test.sld_design_entry.sci
│ │ │ ├── sw_seg_test.smp_dump.txt
│ │ │ ├── sw_seg_test.syn_hier_info
│ │ │ ├── sw_seg_test.tan.qmsg
│ │ │ ├── sw_seg_test.tis_db_list.ddb
│ │ │ └── sw_seg_test.tmw_info
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── sw_seg_test.root_partition.cmp.atm
│ │ │ │ ├── sw_seg_test.root_partition.cmp.dfp
│ │ │ │ ├── sw_seg_test.root_partition.cmp.hdbx
│ │ │ │ ├── sw_seg_test.root_partition.cmp.kpt
│ │ │ │ ├── sw_seg_test.root_partition.cmp.logdb
│ │ │ │ ├── sw_seg_test.root_partition.cmp.rcf
│ │ │ │ ├── sw_seg_test.root_partition.map.atm
│ │ │ │ ├── sw_seg_test.root_partition.map.dpi
│ │ │ │ ├── sw_seg_test.root_partition.map.hdbx
│ │ │ │ └── sw_seg_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── sw_seg_test.asm.rpt
│ │ ├── sw_seg_test.done
│ │ ├── sw_seg_test.dpf
│ │ ├── sw_seg_test.fit.rpt
│ │ ├── sw_seg_test.fit.smsg
│ │ ├── sw_seg_test.fit.summary
│ │ ├── sw_seg_test.flow.rpt
│ │ ├── sw_seg_test.map.rpt
│ │ ├── sw_seg_test.map.summary
│ │ ├── sw_seg_test.pin
│ │ ├── sw_seg_test.pof
│ │ ├── sw_seg_test.qpf
│ │ ├── sw_seg_test.qsf
│ │ ├── sw_seg_test.qws
│ │ ├── sw_seg_test.sof
│ │ ├── sw_seg_test.tan.rpt
│ │ ├── sw_seg_test.tan.summary
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ ├── 06-蜂鸣器实验
│ │ └── buzz_test
│ │ ├── buzz_test.asm.rpt
│ │ ├── buzz_test.done
│ │ ├── buzz_test.fit.rpt
│ │ ├── buzz_test.fit.smsg
│ │ ├── buzz_test.fit.summary
│ │ ├── buzz_test.flow.rpt
│ │ ├── buzz_test.map.rpt
│ │ ├── buzz_test.map.summary
│ │ ├── buzz_test.pin
│ │ ├── buzz_test.pof
│ │ ├── buzz_test.qpf
│ │ ├── buzz_test.qsf
│ │ ├── buzz_test.qws
│ │ ├── buzz_test.sof
│ │ ├── buzz_test.tan.rpt
│ │ ├── buzz_test.tan.summary
│ │ ├── db
│ │ │ ├── buzz_test.(0).cnf.cdb
│ │ │ ├── buzz_test.(0).cnf.hdb
│ │ │ ├── buzz_test.asm.qmsg
│ │ │ ├── buzz_test.cbx.xml
│ │ │ ├── buzz_test.cmp0.ddb
│ │ │ ├── buzz_test.cmp.bpm
│ │ │ ├── buzz_test.cmp.cdb
│ │ │ ├── buzz_test.cmp.ecobp
│ │ │ ├── buzz_test.cmp.hdb
│ │ │ ├── buzz_test.cmp.kpt
│ │ │ ├── buzz_test.cmp.logdb
│ │ │ ├── buzz_test.cmp_merge.kpt
│ │ │ ├── buzz_test.cmp.rdb
│ │ │ ├── buzz_test.cmp.tdb
│ │ │ ├── buzz_test.db_info
│ │ │ ├── buzz_test.eco.cdb
│ │ │ ├── buzz_test.fit.qmsg
│ │ │ ├── buzz_test_global_asgn_op.abo
│ │ │ ├── buzz_test.hier_info
│ │ │ ├── buzz_test.hif
│ │ │ ├── buzz_test.lpc.html
│ │ │ ├── buzz_test.lpc.rdb
│ │ │ ├── buzz_test.lpc.txt
│ │ │ ├── buzz_test.map_bb.cdb
│ │ │ ├── buzz_test.map_bb.hdb
│ │ │ ├── buzz_test.map_bb.logdb
│ │ │ ├── buzz_test.map.bpm
│ │ │ ├── buzz_test.map.cdb
│ │ │ ├── buzz_test.map.ecobp
│ │ │ ├── buzz_test.map.hdb
│ │ │ ├── buzz_test.map.kpt
│ │ │ ├── buzz_test.map.logdb
│ │ │ ├── buzz_test.map.qmsg
│ │ │ ├── buzz_test.pre_map.cdb
│ │ │ ├── buzz_test.pre_map.hdb
│ │ │ ├── buzz_test.rtlv.hdb
│ │ │ ├── buzz_test.rtlv_sg.cdb
│ │ │ ├── buzz_test.rtlv_sg_swap.cdb
│ │ │ ├── buzz_test.sgdiff.cdb
│ │ │ ├── buzz_test.sgdiff.hdb
│ │ │ ├── buzz_test.sld_design_entry_dsc.sci
│ │ │ ├── buzz_test.sld_design_entry.sci
│ │ │ ├── buzz_test.syn_hier_info
│ │ │ ├── buzz_test.tan.qmsg
│ │ │ ├── buzz_test.tis_db_list.ddb
│ │ │ ├── buzz_test.tmw_info
│ │ │ ├── prev_cmp_buzz_test.asm.qmsg
│ │ │ ├── prev_cmp_buzz_test.fit.qmsg
│ │ │ ├── prev_cmp_buzz_test.map.qmsg
│ │ │ └── prev_cmp_buzz_test.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── buzz_test.root_partition.cmp.atm
│ │ │ │ ├── buzz_test.root_partition.cmp.dfp
│ │ │ │ ├── buzz_test.root_partition.cmp.hdbx
│ │ │ │ ├── buzz_test.root_partition.cmp.kpt
│ │ │ │ ├── buzz_test.root_partition.cmp.logdb
│ │ │ │ ├── buzz_test.root_partition.cmp.rcf
│ │ │ │ ├── buzz_test.root_partition.map.atm
│ │ │ │ ├── buzz_test.root_partition.map.dpi
│ │ │ │ ├── buzz_test.root_partition.map.hdbx
│ │ │ │ └── buzz_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ ├── 07-1602英文字符显示实验
│ │ ├── 1602.txt
│ │ ├── lcd1602_test
│ │ │ ├── char_ram.bsf
│ │ │ ├── char_ram.v
│ │ │ ├── db
│ │ │ │ ├── lcd1602_test02.db_info
│ │ │ │ ├── lcd1602_test02.eco.cdb
│ │ │ │ ├── lcd1602_test02_global_asgn_op.abo
│ │ │ │ ├── lcd1602_test02.sld_design_entry.sci
│ │ │ │ ├── prev_cmp_lcd1602_test02.asm.qmsg
│ │ │ │ ├── prev_cmp_lcd1602_test02.fit.qmsg
│ │ │ │ ├── prev_cmp_lcd1602_test02.map.qmsg
│ │ │ │ ├── prev_cmp_lcd1602_test02.qmsg
│ │ │ │ └── prev_cmp_lcd1602_test02.tan.qmsg
│ │ │ ├── incremental_db
│ │ │ │ ├── compiled_partitions
│ │ │ │ │ ├── lcd1602_test02.db_info
│ │ │ │ │ ├── lcd1602_test02.root_partition.cmp.atm
│ │ │ │ │ ├── lcd1602_test02.root_partition.cmp.dfp
│ │ │ │ │ ├── lcd1602_test02.root_partition.cmp.hdbx
│ │ │ │ │ ├── lcd1602_test02.root_partition.cmp.kpt
│ │ │ │ │ ├── lcd1602_test02.root_partition.cmp.logdb
│ │ │ │ │ ├── lcd1602_test02.root_partition.cmp.rcf
│ │ │ │ │ ├── lcd1602_test02.root_partition.map.atm
│ │ │ │ │ ├── lcd1602_test02.root_partition.map.dpi
│ │ │ │ │ ├── lcd1602_test02.root_partition.map.hdbx
│ │ │ │ │ └── lcd1602_test02.root_partition.map.kpt
│ │ │ │ └── README
│ │ │ ├── lcd1602_test02.asm.rpt
│ │ │ ├── lcd1602_test02_assignment_defaults.qdf
│ │ │ ├── lcd1602_test02.done
│ │ │ ├── lcd1602_test02.dpf
│ │ │ ├── lcd1602_test02.fit.rpt
│ │ │ ├── lcd1602_test02.fit.smsg
│ │ │ ├── lcd1602_test02.fit.summary
│ │ │ ├── lcd1602_test02.flow.rpt
│ │ │ ├── lcd1602_test02.map.rpt
│ │ │ ├── lcd1602_test02.map.summary
│ │ │ ├── lcd1602_test02.pin
│ │ │ ├── lcd1602_test02.pof
│ │ │ ├── lcd1602_test02.qpf
│ │ │ ├── lcd1602_test02.qsf
│ │ │ ├── lcd1602_test02.qsf.bak
│ │ │ ├── lcd1602_test02.qws
│ │ │ ├── lcd1602_test02.sof
│ │ │ ├── lcd1602_test02.tan.rpt
│ │ │ ├── lcd1602_test02.tan.summary
│ │ │ ├── topdesign.v
│ │ │ └── topdesign.v.bak
│ │ └── readme.txt
│ ├── 08-12864中文字符显示实验
│ │ └── lcd12864_test
│ │ ├── db
│ │ │ ├── lcd12864_test02.(1).cnf.cdb
│ │ │ ├── lcd12864_test02.(1).cnf.hdb
│ │ │ ├── lcd12864_test02.asm.qmsg
│ │ │ ├── lcd12864_test02.cbx.xml
│ │ │ ├── lcd12864_test02.cmp0.ddb
│ │ │ ├── lcd12864_test02.cmp.bpm
│ │ │ ├── lcd12864_test02.cmp.cdb
│ │ │ ├── lcd12864_test02.cmp.ecobp
│ │ │ ├── lcd12864_test02.cmp.hdb
│ │ │ ├── lcd12864_test02.cmp.kpt
│ │ │ ├── lcd12864_test02.cmp.logdb
│ │ │ ├── lcd12864_test02.cmp_merge.kpt
│ │ │ ├── lcd12864_test02.cmp.rdb
│ │ │ ├── lcd12864_test02.cmp.tdb
│ │ │ ├── lcd12864_test02.db_info
│ │ │ ├── lcd12864_test02.eco.cdb
│ │ │ ├── lcd12864_test02.fit.qmsg
│ │ │ ├── lcd12864_test02_global_asgn_op.abo
│ │ │ ├── lcd12864_test02.hier_info
│ │ │ ├── lcd12864_test02.hif
│ │ │ ├── lcd12864_test02.lpc.html
│ │ │ ├── lcd12864_test02.lpc.rdb
│ │ │ ├── lcd12864_test02.lpc.txt
│ │ │ ├── lcd12864_test02.map_bb.cdb
│ │ │ ├── lcd12864_test02.map_bb.hdb
│ │ │ ├── lcd12864_test02.map_bb.logdb
│ │ │ ├── lcd12864_test02.map.bpm
│ │ │ ├── lcd12864_test02.map.cdb
│ │ │ ├── lcd12864_test02.map.ecobp
│ │ │ ├── lcd12864_test02.map.hdb
│ │ │ ├── lcd12864_test02.map.kpt
│ │ │ ├── lcd12864_test02.map.logdb
│ │ │ ├── lcd12864_test02.map.qmsg
│ │ │ ├── lcd12864_test02.pre_map.cdb
│ │ │ ├── lcd12864_test02.pre_map.hdb
│ │ │ ├── lcd12864_test02.rtlv.hdb
│ │ │ ├── lcd12864_test02.rtlv_sg.cdb
│ │ │ ├── lcd12864_test02.rtlv_sg_swap.cdb
│ │ │ ├── lcd12864_test02.sgdiff.cdb
│ │ │ ├── lcd12864_test02.sgdiff.hdb
│ │ │ ├── lcd12864_test02.sld_design_entry_dsc.sci
│ │ │ ├── lcd12864_test02.sld_design_entry.sci
│ │ │ ├── lcd12864_test02.smp_dump.txt
│ │ │ ├── lcd12864_test02.syn_hier_info
│ │ │ ├── lcd12864_test02.tan.qmsg
│ │ │ ├── lcd12864_test02.tis_db_list.ddb
│ │ │ ├── lcd12864_test02.tmw_info
│ │ │ ├── prev_cmp_lcd12864_test02.asm.qmsg
│ │ │ ├── prev_cmp_lcd12864_test02.fit.qmsg
│ │ │ ├── prev_cmp_lcd12864_test02.map.qmsg
│ │ │ ├── prev_cmp_lcd12864_test02.qmsg
│ │ │ └── prev_cmp_lcd12864_test02.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── lcd12864_test02.root_partition.cmp.atm
│ │ │ │ ├── lcd12864_test02.root_partition.cmp.dfp
│ │ │ │ ├── lcd12864_test02.root_partition.cmp.hdbx
│ │ │ │ ├── lcd12864_test02.root_partition.cmp.kpt
│ │ │ │ ├── lcd12864_test02.root_partition.cmp.logdb
│ │ │ │ ├── lcd12864_test02.root_partition.cmp.rcf
│ │ │ │ ├── lcd12864_test02.root_partition.map.atm
│ │ │ │ ├── lcd12864_test02.root_partition.map.dpi
│ │ │ │ ├── lcd12864_test02.root_partition.map.hdbx
│ │ │ │ └── lcd12864_test02.root_partition.map.kpt
│ │ │ └── README
│ │ ├── lcd12864_test02.asm.rpt
│ │ ├── lcd12864_test02.done
│ │ ├── lcd12864_test02.dpf
│ │ ├── lcd12864_test02.fit.rpt
│ │ ├── lcd12864_test02.fit.smsg
│ │ ├── lcd12864_test02.fit.summary
│ │ ├── lcd12864_test02.flow.rpt
│ │ ├── lcd12864_test02.map.rpt
│ │ ├── lcd12864_test02.map.smsg
│ │ ├── lcd12864_test02.map.summary
│ │ ├── lcd12864_test02.pin
│ │ ├── lcd12864_test02.pof
│ │ ├── lcd12864_test02.qpf
│ │ ├── lcd12864_test02.qsf
│ │ ├── lcd12864_test02.qws
│ │ ├── lcd12864_test02.sof
│ │ ├── lcd12864_test02.tan.rpt
│ │ ├── lcd12864_test02.tan.summary
│ │ └── topdesign.v
│ ├── 09-DA输出实验
│ │ ├── da1_test
│ │ │ ├── da1_test.asm.rpt
│ │ │ ├── da1_test.done
│ │ │ ├── da1_test.dpf
│ │ │ ├── da1_test.fit.rpt
│ │ │ ├── da1_test.fit.smsg
│ │ │ ├── da1_test.fit.summary
│ │ │ ├── da1_test.flow.rpt
│ │ │ ├── da1_test.map.rpt
│ │ │ ├── da1_test.map.summary
│ │ │ ├── da1_test.pin
│ │ │ ├── da1_test.pof
│ │ │ ├── da1_test.qpf
│ │ │ ├── da1_test.qsf
│ │ │ ├── da1_test.qws
│ │ │ ├── da1_test.sof
│ │ │ ├── da1_test.tan.rpt
│ │ │ ├── da1_test.tan.summary
│ │ │ ├── db
│ │ │ │ ├── da1_test.(0).cnf.cdb
│ │ │ │ ├── da1_test.(0).cnf.hdb
│ │ │ │ ├── da1_test.asm.qmsg
│ │ │ │ ├── da1_test.cbx.xml
│ │ │ │ ├── da1_test.cmp0.ddb
│ │ │ │ ├── da1_test.cmp.bpm
│ │ │ │ ├── da1_test.cmp.cdb
│ │ │ │ ├── da1_test.cmp.ecobp
│ │ │ │ ├── da1_test.cmp.hdb
│ │ │ │ ├── da1_test.cmp.kpt
│ │ │ │ ├── da1_test.cmp.logdb
│ │ │ │ ├── da1_test.cmp_merge.kpt
│ │ │ │ ├── da1_test.cmp.rdb
│ │ │ │ ├── da1_test.cmp.tdb
│ │ │ │ ├── da1_test.db_info
│ │ │ │ ├── da1_test.eco.cdb
│ │ │ │ ├── da1_test.fit.qmsg
│ │ │ │ ├── da1_test_global_asgn_op.abo
│ │ │ │ ├── da1_test.hier_info
│ │ │ │ ├── da1_test.hif
│ │ │ │ ├── da1_test.lpc.html
│ │ │ │ ├── da1_test.lpc.rdb
│ │ │ │ ├── da1_test.lpc.txt
│ │ │ │ ├── da1_test.map_bb.cdb
│ │ │ │ ├── da1_test.map_bb.hdb
│ │ │ │ ├── da1_test.map_bb.logdb
│ │ │ │ ├── da1_test.map.bpm
│ │ │ │ ├── da1_test.map.cdb
│ │ │ │ ├── da1_test.map.ecobp
│ │ │ │ ├── da1_test.map.hdb
│ │ │ │ ├── da1_test.map.kpt
│ │ │ │ ├── da1_test.map.logdb
│ │ │ │ ├── da1_test.map.qmsg
│ │ │ │ ├── da1_test.pre_map.cdb
│ │ │ │ ├── da1_test.pre_map.hdb
│ │ │ │ ├── da1_test.rtlv.hdb
│ │ │ │ ├── da1_test.rtlv_sg.cdb
│ │ │ │ ├── da1_test.rtlv_sg_swap.cdb
│ │ │ │ ├── da1_test.sgdiff.cdb
│ │ │ │ ├── da1_test.sgdiff.hdb
│ │ │ │ ├── da1_test.sld_design_entry_dsc.sci
│ │ │ │ ├── da1_test.sld_design_entry.sci
│ │ │ │ ├── da1_test.syn_hier_info
│ │ │ │ ├── da1_test.tan.qmsg
│ │ │ │ ├── da1_test.tis_db_list.ddb
│ │ │ │ ├── da1_test.tmw_info
│ │ │ │ ├── prev_cmp_da1_test.asm.qmsg
│ │ │ │ ├── prev_cmp_da1_test.fit.qmsg
│ │ │ │ ├── prev_cmp_da1_test.map.qmsg
│ │ │ │ ├── prev_cmp_da1_test.qmsg
│ │ │ │ └── prev_cmp_da1_test.tan.qmsg
│ │ │ ├── incremental_db
│ │ │ │ ├── compiled_partitions
│ │ │ │ │ ├── da1_test.root_partition.cmp.atm
│ │ │ │ │ ├── da1_test.root_partition.cmp.dfp
│ │ │ │ │ ├── da1_test.root_partition.cmp.hdbx
│ │ │ │ │ ├── da1_test.root_partition.cmp.kpt
│ │ │ │ │ ├── da1_test.root_partition.cmp.logdb
│ │ │ │ │ ├── da1_test.root_partition.cmp.rcf
│ │ │ │ │ ├── da1_test.root_partition.map.atm
│ │ │ │ │ ├── da1_test.root_partition.map.dpi
│ │ │ │ │ ├── da1_test.root_partition.map.hdbx
│ │ │ │ │ └── da1_test.root_partition.map.kpt
│ │ │ │ └── README
│ │ │ ├── topdesign.v
│ │ │ └── topdesign.v.bak
│ │ └── da2_test
│ │ ├── da2_test.asm.rpt
│ │ ├── da2_test.done
│ │ ├── da2_test.fit.rpt
│ │ ├── da2_test.fit.smsg
│ │ ├── da2_test.fit.summary
│ │ ├── da2_test.flow.rpt
│ │ ├── da2_test.map.rpt
│ │ ├── da2_test.map.summary
│ │ ├── da2_test.pin
│ │ ├── da2_test.pof
│ │ ├── da2_test.qpf
│ │ ├── da2_test.qsf
│ │ ├── da2_test.qws
│ │ ├── da2_test.sof
│ │ ├── da2_test.tan.rpt
│ │ ├── da2_test.tan.summary
│ │ ├── db
│ │ │ ├── da2_test.(0).cnf.cdb
│ │ │ ├── da2_test.(0).cnf.hdb
│ │ │ ├── da2_test.asm.qmsg
│ │ │ ├── da2_test.cbx.xml
│ │ │ ├── da2_test.cmp0.ddb
│ │ │ ├── da2_test.cmp.bpm
│ │ │ ├── da2_test.cmp.cdb
│ │ │ ├── da2_test.cmp.ecobp
│ │ │ ├── da2_test.cmp.hdb
│ │ │ ├── da2_test.cmp.kpt
│ │ │ ├── da2_test.cmp.logdb
│ │ │ ├── da2_test.cmp_merge.kpt
│ │ │ ├── da2_test.cmp.rdb
│ │ │ ├── da2_test.cmp.tdb
│ │ │ ├── da2_test.db_info
│ │ │ ├── da2_test.eco.cdb
│ │ │ ├── da2_test.fit.qmsg
│ │ │ ├── da2_test_global_asgn_op.abo
│ │ │ ├── da2_test.hier_info
│ │ │ ├── da2_test.hif
│ │ │ ├── da2_test.lpc.html
│ │ │ ├── da2_test.lpc.rdb
│ │ │ ├── da2_test.lpc.txt
│ │ │ ├── da2_test.map_bb.cdb
│ │ │ ├── da2_test.map_bb.hdb
│ │ │ ├── da2_test.map_bb.logdb
│ │ │ ├── da2_test.map.bpm
│ │ │ ├── da2_test.map.cdb
│ │ │ ├── da2_test.map.ecobp
│ │ │ ├── da2_test.map.hdb
│ │ │ ├── da2_test.map.kpt
│ │ │ ├── da2_test.map.logdb
│ │ │ ├── da2_test.map.qmsg
│ │ │ ├── da2_test.pre_map.cdb
│ │ │ ├── da2_test.pre_map.hdb
│ │ │ ├── da2_test.rtlv.hdb
│ │ │ ├── da2_test.rtlv_sg.cdb
│ │ │ ├── da2_test.rtlv_sg_swap.cdb
│ │ │ ├── da2_test.sgdiff.cdb
│ │ │ ├── da2_test.sgdiff.hdb
│ │ │ ├── da2_test.sld_design_entry_dsc.sci
│ │ │ ├── da2_test.sld_design_entry.sci
│ │ │ ├── da2_test.syn_hier_info
│ │ │ ├── da2_test.tan.qmsg
│ │ │ ├── da2_test.tis_db_list.ddb
│ │ │ ├── da2_test.tmw_info
│ │ │ ├── prev_cmp_da2_test.asm.qmsg
│ │ │ ├── prev_cmp_da2_test.fit.qmsg
│ │ │ ├── prev_cmp_da2_test.map.qmsg
│ │ │ ├── prev_cmp_da2_test.qmsg
│ │ │ └── prev_cmp_da2_test.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── da2_test.root_partition.cmp.atm
│ │ │ │ ├── da2_test.root_partition.cmp.dfp
│ │ │ │ ├── da2_test.root_partition.cmp.hdbx
│ │ │ │ ├── da2_test.root_partition.cmp.kpt
│ │ │ │ ├── da2_test.root_partition.cmp.logdb
│ │ │ │ ├── da2_test.root_partition.cmp.rcf
│ │ │ │ ├── da2_test.root_partition.map.atm
│ │ │ │ ├── da2_test.root_partition.map.dpi
│ │ │ │ ├── da2_test.root_partition.map.hdbx
│ │ │ │ └── da2_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ └── 10-AD输入DA输出实验
│ ├── ad1_da1_test
│ │ ├── ad1_da1_test.asm.rpt
│ │ ├── ad1_da1_test.done
│ │ ├── ad1_da1_test.dpf
│ │ ├── ad1_da1_test.fit.rpt
│ │ ├── ad1_da1_test.fit.smsg
│ │ ├── ad1_da1_test.fit.summary
│ │ ├── ad1_da1_test.flow.rpt
│ │ ├── ad1_da1_test.map.rpt
│ │ ├── ad1_da1_test.map.summary
│ │ ├── ad1_da1_test.pin
│ │ ├── ad1_da1_test.pof
│ │ ├── ad1_da1_test.qpf
│ │ ├── ad1_da1_test.qsf
│ │ ├── ad1_da1_test.qws
│ │ ├── ad1_da1_test.sof
│ │ ├── ad1_da1_test.tan.rpt
│ │ ├── ad1_da1_test.tan.summary
│ │ ├── db
│ │ │ ├── ad1_da1_test.(0).cnf.cdb
│ │ │ ├── ad1_da1_test.(0).cnf.hdb
│ │ │ ├── ad1_da1_test.(1).cnf.cdb
│ │ │ ├── ad1_da1_test.(1).cnf.hdb
│ │ │ ├── ad1_da1_test.(2).cnf.cdb
│ │ │ ├── ad1_da1_test.(2).cnf.hdb
│ │ │ ├── ad1_da1_test.(3).cnf.cdb
│ │ │ ├── ad1_da1_test.(3).cnf.hdb
│ │ │ ├── ad1_da1_test.(4).cnf.cdb
│ │ │ ├── ad1_da1_test.(4).cnf.hdb
│ │ │ ├── ad1_da1_test.(5).cnf.cdb
│ │ │ ├── ad1_da1_test.(5).cnf.hdb
│ │ │ ├── ad1_da1_test.(6).cnf.cdb
│ │ │ ├── ad1_da1_test.(6).cnf.hdb
│ │ │ ├── ad1_da1_test.asm.qmsg
│ │ │ ├── ad1_da1_test.cbx.xml
│ │ │ ├── ad1_da1_test.cmp0.ddb
│ │ │ ├── ad1_da1_test.cmp.bpm
│ │ │ ├── ad1_da1_test.cmp.cdb
│ │ │ ├── ad1_da1_test.cmp.ecobp
│ │ │ ├── ad1_da1_test.cmp.hdb
│ │ │ ├── ad1_da1_test.cmp.kpt
│ │ │ ├── ad1_da1_test.cmp.logdb
│ │ │ ├── ad1_da1_test.cmp_merge.kpt
│ │ │ ├── ad1_da1_test.cmp.rdb
│ │ │ ├── ad1_da1_test.cmp.tdb
│ │ │ ├── ad1_da1_test.db_info
│ │ │ ├── ad1_da1_test.eco.cdb
│ │ │ ├── ad1_da1_test.fit.qmsg
│ │ │ ├── ad1_da1_test_global_asgn_op.abo
│ │ │ ├── ad1_da1_test.hier_info
│ │ │ ├── ad1_da1_test.hif
│ │ │ ├── ad1_da1_test.lpc.html
│ │ │ ├── ad1_da1_test.lpc.rdb
│ │ │ ├── ad1_da1_test.lpc.txt
│ │ │ ├── ad1_da1_test.map_bb.cdb
│ │ │ ├── ad1_da1_test.map_bb.hdb
│ │ │ ├── ad1_da1_test.map_bb.logdb
│ │ │ ├── ad1_da1_test.map.bpm
│ │ │ ├── ad1_da1_test.map.cdb
│ │ │ ├── ad1_da1_test.map.ecobp
│ │ │ ├── ad1_da1_test.map.hdb
│ │ │ ├── ad1_da1_test.map.kpt
│ │ │ ├── ad1_da1_test.map.logdb
│ │ │ ├── ad1_da1_test.map.qmsg
│ │ │ ├── ad1_da1_test.pre_map.cdb
│ │ │ ├── ad1_da1_test.pre_map.hdb
│ │ │ ├── ad1_da1_test.rtlv.hdb
│ │ │ ├── ad1_da1_test.rtlv_sg.cdb
│ │ │ ├── ad1_da1_test.rtlv_sg_swap.cdb
│ │ │ ├── ad1_da1_test.sgdiff.cdb
│ │ │ ├── ad1_da1_test.sgdiff.hdb
│ │ │ ├── ad1_da1_test.sld_design_entry_dsc.sci
│ │ │ ├── ad1_da1_test.sld_design_entry.sci
│ │ │ ├── ad1_da1_test.syn_hier_info
│ │ │ ├── ad1_da1_test.tan.qmsg
│ │ │ ├── ad1_da1_test.tis_db_list.ddb
│ │ │ ├── ad1_da1_test.tmw_info
│ │ │ ├── add_sub_und.tdf
│ │ │ ├── altsyncram_n831.tdf
│ │ │ ├── cmpr_k4c.tdf
│ │ │ ├── cntr_2df.tdf
│ │ │ ├── prev_cmp_ad1_da1_test.asm.qmsg
│ │ │ ├── prev_cmp_ad1_da1_test.fit.qmsg
│ │ │ ├── prev_cmp_ad1_da1_test.map.qmsg
│ │ │ ├── prev_cmp_ad1_da1_test.qmsg
│ │ │ ├── prev_cmp_ad1_da1_test.tan.qmsg
│ │ │ └── shift_taps_4ql.tdf
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── ad1_da1_test.root_partition.cmp.atm
│ │ │ │ ├── ad1_da1_test.root_partition.cmp.dfp
│ │ │ │ ├── ad1_da1_test.root_partition.cmp.hdbx
│ │ │ │ ├── ad1_da1_test.root_partition.cmp.kpt
│ │ │ │ ├── ad1_da1_test.root_partition.cmp.logdb
│ │ │ │ ├── ad1_da1_test.root_partition.cmp.rcf
│ │ │ │ ├── ad1_da1_test.root_partition.map.atm
│ │ │ │ ├── ad1_da1_test.root_partition.map.dpi
│ │ │ │ ├── ad1_da1_test.root_partition.map.hdbx
│ │ │ │ └── ad1_da1_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ └── ad2_da2_test
│ ├── ad2_da2_test.asm.rpt
│ ├── ad2_da2_test.done
│ ├── ad2_da2_test.fit.rpt
│ ├── ad2_da2_test.fit.smsg
│ ├── ad2_da2_test.fit.summary
│ ├── ad2_da2_test.flow.rpt
│ ├── ad2_da2_test.map.rpt
│ ├── ad2_da2_test.map.summary
│ ├── ad2_da2_test.pin
│ ├── ad2_da2_test.pof
│ ├── ad2_da2_test.qpf
│ ├── ad2_da2_test.qsf
│ ├── ad2_da2_test.qws
│ ├── ad2_da2_test.sof
│ ├── ad2_da2_test.tan.rpt
│ ├── ad2_da2_test.tan.summary
│ ├── db
│ │ ├── ad2_da2_test.(0).cnf.cdb
│ │ ├── ad2_da2_test.(0).cnf.hdb
│ │ ├── ad2_da2_test.(1).cnf.cdb
│ │ ├── ad2_da2_test.(1).cnf.hdb
│ │ ├── ad2_da2_test.(2).cnf.cdb
│ │ ├── ad2_da2_test.(2).cnf.hdb
│ │ ├── ad2_da2_test.(3).cnf.cdb
│ │ ├── ad2_da2_test.(3).cnf.hdb
│ │ ├── ad2_da2_test.(4).cnf.cdb
│ │ ├── ad2_da2_test.(4).cnf.hdb
│ │ ├── ad2_da2_test.(5).cnf.cdb
│ │ ├── ad2_da2_test.(5).cnf.hdb
│ │ ├── ad2_da2_test.(6).cnf.cdb
│ │ ├── ad2_da2_test.(6).cnf.hdb
│ │ ├── ad2_da2_test.asm.qmsg
│ │ ├── ad2_da2_test.cbx.xml
│ │ ├── ad2_da2_test.cmp0.ddb
│ │ ├── ad2_da2_test.cmp.bpm
│ │ ├── ad2_da2_test.cmp.cdb
│ │ ├── ad2_da2_test.cmp.ecobp
│ │ ├── ad2_da2_test.cmp.hdb
│ │ ├── ad2_da2_test.cmp.kpt
│ │ ├── ad2_da2_test.cmp.logdb
│ │ ├── ad2_da2_test.cmp_merge.kpt
│ │ ├── ad2_da2_test.cmp.rdb
│ │ ├── ad2_da2_test.cmp.tdb
│ │ ├── ad2_da2_test.db_info
│ │ ├── ad2_da2_test.eco.cdb
│ │ ├── ad2_da2_test.fit.qmsg
│ │ ├── ad2_da2_test_global_asgn_op.abo
│ │ ├── ad2_da2_test.hier_info
│ │ ├── ad2_da2_test.hif
│ │ ├── ad2_da2_test.lpc.html
│ │ ├── ad2_da2_test.lpc.rdb
│ │ ├── ad2_da2_test.lpc.txt
│ │ ├── ad2_da2_test.map_bb.cdb
│ │ ├── ad2_da2_test.map_bb.hdb
│ │ ├── ad2_da2_test.map_bb.logdb
│ │ ├── ad2_da2_test.map.bpm
│ │ ├── ad2_da2_test.map.cdb
│ │ ├── ad2_da2_test.map.ecobp
│ │ ├── ad2_da2_test.map.hdb
│ │ ├── ad2_da2_test.map.kpt
│ │ ├── ad2_da2_test.map.logdb
│ │ ├── ad2_da2_test.map.qmsg
│ │ ├── ad2_da2_test.pre_map.cdb
│ │ ├── ad2_da2_test.pre_map.hdb
│ │ ├── ad2_da2_test.rtlv.hdb
│ │ ├── ad2_da2_test.rtlv_sg.cdb
│ │ ├── ad2_da2_test.rtlv_sg_swap.cdb
│ │ ├── ad2_da2_test.sgdiff.cdb
│ │ ├── ad2_da2_test.sgdiff.hdb
│ │ ├── ad2_da2_test.sld_design_entry_dsc.sci
│ │ ├── ad2_da2_test.sld_design_entry.sci
│ │ ├── ad2_da2_test.syn_hier_info
│ │ ├── ad2_da2_test.tan.qmsg
│ │ ├── ad2_da2_test.tis_db_list.ddb
│ │ ├── ad2_da2_test.tmw_info
│ │ ├── add_sub_und.tdf
│ │ ├── altsyncram_n831.tdf
│ │ ├── cmpr_k4c.tdf
│ │ ├── cntr_2df.tdf
│ │ ├── prev_cmp_ad2_da2_test.asm.qmsg
│ │ ├── prev_cmp_ad2_da2_test.fit.qmsg
│ │ ├── prev_cmp_ad2_da2_test.map.qmsg
│ │ ├── prev_cmp_ad2_da2_test.qmsg
│ │ ├── prev_cmp_ad2_da2_test.tan.qmsg
│ │ └── shift_taps_4ql.tdf
│ ├── incremental_db
│ │ ├── compiled_partitions
│ │ │ ├── ad2_da2_test.root_partition.cmp.atm
│ │ │ ├── ad2_da2_test.root_partition.cmp.dfp
│ │ │ ├── ad2_da2_test.root_partition.cmp.hdbx
│ │ │ ├── ad2_da2_test.root_partition.cmp.kpt
│ │ │ ├── ad2_da2_test.root_partition.cmp.logdb
│ │ │ ├── ad2_da2_test.root_partition.cmp.rcf
│ │ │ ├── ad2_da2_test.root_partition.map.atm
│ │ │ ├── ad2_da2_test.root_partition.map.dpi
│ │ │ ├── ad2_da2_test.root_partition.map.hdbx
│ │ │ └── ad2_da2_test.root_partition.map.kpt
│ │ └── README
│ ├── topdesign.v
│ └── topdesign.v.bak
├── B-竞赛实验
│ ├── 01-简易数字频率计(1997年B题)
│ │ ├── pinlvji_demo
│ │ │ ├── db
│ │ │ │ ├── pinlvji_demo.(0).cnf.cdb
│ │ │ │ ├── pinlvji_demo.(0).cnf.hdb
│ │ │ │ ├── pinlvji_demo.asm.qmsg
│ │ │ │ ├── pinlvji_demo.cbx.xml
│ │ │ │ ├── pinlvji_demo.cmp0.ddb
│ │ │ │ ├── pinlvji_demo.cmp.bpm
│ │ │ │ ├── pinlvji_demo.cmp.cdb
│ │ │ │ ├── pinlvji_demo.cmp.ecobp
│ │ │ │ ├── pinlvji_demo.cmp.hdb
│ │ │ │ ├── pinlvji_demo.cmp.kpt
│ │ │ │ ├── pinlvji_demo.cmp.logdb
│ │ │ │ ├── pinlvji_demo.cmp_merge.kpt
│ │ │ │ ├── pinlvji_demo.cmp.rdb
│ │ │ │ ├── pinlvji_demo.cmp.tdb
│ │ │ │ ├── pinlvji_demo.db_info
│ │ │ │ ├── pinlvji_demo.eco.cdb
│ │ │ │ ├── pinlvji_demo.fit.qmsg
│ │ │ │ ├── pinlvji_demo_global_asgn_op.abo
│ │ │ │ ├── pinlvji_demo.hier_info
│ │ │ │ ├── pinlvji_demo.hif
│ │ │ │ ├── pinlvji_demo.lpc.html
│ │ │ │ ├── pinlvji_demo.lpc.rdb
│ │ │ │ ├── pinlvji_demo.lpc.txt
│ │ │ │ ├── pinlvji_demo.map_bb.cdb
│ │ │ │ ├── pinlvji_demo.map_bb.hdb
│ │ │ │ ├── pinlvji_demo.map_bb.logdb
│ │ │ │ ├── pinlvji_demo.map.bpm
│ │ │ │ ├── pinlvji_demo.map.cdb
│ │ │ │ ├── pinlvji_demo.map.ecobp
│ │ │ │ ├── pinlvji_demo.map.hdb
│ │ │ │ ├── pinlvji_demo.map.kpt
│ │ │ │ ├── pinlvji_demo.map.logdb
│ │ │ │ ├── pinlvji_demo.map.qmsg
│ │ │ │ ├── pinlvji_demo.pre_map.cdb
│ │ │ │ ├── pinlvji_demo.pre_map.hdb
│ │ │ │ ├── pinlvji_demo.rtlv.hdb
│ │ │ │ ├── pinlvji_demo.rtlv_sg.cdb
│ │ │ │ ├── pinlvji_demo.rtlv_sg_swap.cdb
│ │ │ │ ├── pinlvji_demo.sgdiff.cdb
│ │ │ │ ├── pinlvji_demo.sgdiff.hdb
│ │ │ │ ├── pinlvji_demo.sld_design_entry_dsc.sci
│ │ │ │ ├── pinlvji_demo.sld_design_entry.sci
│ │ │ │ ├── pinlvji_demo.smp_dump.txt
│ │ │ │ ├── pinlvji_demo.syn_hier_info
│ │ │ │ ├── pinlvji_demo.tan.qmsg
│ │ │ │ ├── pinlvji_demo.tis_db_list.ddb
│ │ │ │ ├── prev_cmp_pinlvji_demo.asm.qmsg
│ │ │ │ ├── prev_cmp_pinlvji_demo.fit.qmsg
│ │ │ │ ├── prev_cmp_pinlvji_demo.map.qmsg
│ │ │ │ ├── prev_cmp_pinlvji_demo.qmsg
│ │ │ │ └── prev_cmp_pinlvji_demo.tan.qmsg
│ │ │ ├── incremental_db
│ │ │ │ ├── compiled_partitions
│ │ │ │ │ ├── pinlvji_demo.root_partition.cmp.atm
│ │ │ │ │ ├── pinlvji_demo.root_partition.cmp.dfp
│ │ │ │ │ ├── pinlvji_demo.root_partition.cmp.hdbx
│ │ │ │ │ ├── pinlvji_demo.root_partition.cmp.kpt
│ │ │ │ │ ├── pinlvji_demo.root_partition.cmp.logdb
│ │ │ │ │ ├── pinlvji_demo.root_partition.cmp.rcf
│ │ │ │ │ ├── pinlvji_demo.root_partition.map.atm
│ │ │ │ │ ├── pinlvji_demo.root_partition.map.dpi
│ │ │ │ │ ├── pinlvji_demo.root_partition.map.hdbx
│ │ │ │ │ └── pinlvji_demo.root_partition.map.kpt
│ │ │ │ └── README
│ │ │ ├── pinlvji_demo.asm.rpt
│ │ │ ├── pinlvji_demo.done
│ │ │ ├── pinlvji_demo.dpf
│ │ │ ├── pinlvji_demo.fit.rpt
│ │ │ ├── pinlvji_demo.fit.smsg
│ │ │ ├── pinlvji_demo.fit.summary
│ │ │ ├── pinlvji_demo.flow.rpt
│ │ │ ├── pinlvji_demo.map.rpt
│ │ │ ├── pinlvji_demo.map.summary
│ │ │ ├── pinlvji_demo.pin
│ │ │ ├── pinlvji_demo.pof
│ │ │ ├── pinlvji_demo.qpf
│ │ │ ├── pinlvji_demo.qsf
│ │ │ ├── pinlvji_demo.qsf.bak
│ │ │ ├── pinlvji_demo.qws
│ │ │ ├── pinlvji_demo.sof
│ │ │ ├── pinlvji_demo.tan.rpt
│ │ │ ├── pinlvji_demo.tan.summary
│ │ │ ├── topdesign.v
│ │ │ └── topdesign.v.bak
│ │ └── readme.txt
│ ├── 02-数字有效值电压表(1999年B题)
│ │ ├── dianyabiao_demo
│ │ │ ├── db
│ │ │ │ ├── add_sub_i4h.tdf
│ │ │ │ ├── add_sub_n4h.tdf
│ │ │ │ ├── dianyabiao_demo.(0).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(0).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(10).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(10).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(11).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(11).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(12).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(12).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(13).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(13).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(14).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(14).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(15).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(15).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(16).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(16).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(17).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(17).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(18).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(18).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(19).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(19).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(1).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(1).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(20).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(20).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(21).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(21).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(2).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(2).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(3).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(3).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(4).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(4).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(5).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(5).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(6).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(6).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(7).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(7).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(8).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(8).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.(9).cnf.cdb
│ │ │ │ ├── dianyabiao_demo.(9).cnf.hdb
│ │ │ │ ├── dianyabiao_demo.analyze_file.qmsg
│ │ │ │ ├── dianyabiao_demo.asm.qmsg
│ │ │ │ ├── dianyabiao_demo.cbx.xml
│ │ │ │ ├── dianyabiao_demo.cmp0.ddb
│ │ │ │ ├── dianyabiao_demo.cmp.bpm
│ │ │ │ ├── dianyabiao_demo.cmp.cdb
│ │ │ │ ├── dianyabiao_demo.cmp.ecobp
│ │ │ │ ├── dianyabiao_demo.cmp.hdb
│ │ │ │ ├── dianyabiao_demo.cmp.kpt
│ │ │ │ ├── dianyabiao_demo.cmp.logdb
│ │ │ │ ├── dianyabiao_demo.cmp_merge.kpt
│ │ │ │ ├── dianyabiao_demo.cmp.rdb
│ │ │ │ ├── dianyabiao_demo.cmp.tdb
│ │ │ │ ├── dianyabiao_demo.db_info
│ │ │ │ ├── dianyabiao_demo.eco.cdb
│ │ │ │ ├── dianyabiao_demo.fit.qmsg
│ │ │ │ ├── dianyabiao_demo_global_asgn_op.abo
│ │ │ │ ├── dianyabiao_demo.hier_info
│ │ │ │ ├── dianyabiao_demo.hif
│ │ │ │ ├── dianyabiao_demo.lpc.html
│ │ │ │ ├── dianyabiao_demo.lpc.rdb
│ │ │ │ ├── dianyabiao_demo.lpc.txt
│ │ │ │ ├── dianyabiao_demo.map_bb.cdb
│ │ │ │ ├── dianyabiao_demo.map_bb.hdb
│ │ │ │ ├── dianyabiao_demo.map_bb.logdb
│ │ │ │ ├── dianyabiao_demo.map.bpm
│ │ │ │ ├── dianyabiao_demo.map.cdb
│ │ │ │ ├── dianyabiao_demo.map.ecobp
│ │ │ │ ├── dianyabiao_demo.map.hdb
│ │ │ │ ├── dianyabiao_demo.map.kpt
│ │ │ │ ├── dianyabiao_demo.map.logdb
│ │ │ │ ├── dianyabiao_demo.map.qmsg
│ │ │ │ ├── dianyabiao_demo.pre_map.cdb
│ │ │ │ ├── dianyabiao_demo.pre_map.hdb
│ │ │ │ ├── dianyabiao_demo.rtlv.hdb
│ │ │ │ ├── dianyabiao_demo.rtlv_sg.cdb
│ │ │ │ ├── dianyabiao_demo.rtlv_sg_swap.cdb
│ │ │ │ ├── dianyabiao_demo.sgdiff.cdb
│ │ │ │ ├── dianyabiao_demo.sgdiff.hdb
│ │ │ │ ├── dianyabiao_demo.sld_design_entry_dsc.sci
│ │ │ │ ├── dianyabiao_demo.sld_design_entry.sci
│ │ │ │ ├── dianyabiao_demo.smp_dump.txt
│ │ │ │ ├── dianyabiao_demo.syn_hier_info
│ │ │ │ ├── dianyabiao_demo.tan.qmsg
│ │ │ │ ├── dianyabiao_demo.tis_db_list.ddb
│ │ │ │ ├── dianyabiao_demo.tmw_info
│ │ │ │ ├── mult_fn01.tdf
│ │ │ │ ├── mult_kn01.tdf
│ │ │ │ ├── prev_cmp_dianyabiao_demo.asm.qmsg
│ │ │ │ ├── prev_cmp_dianyabiao_demo.fit.qmsg
│ │ │ │ ├── prev_cmp_dianyabiao_demo.map.qmsg
│ │ │ │ ├── prev_cmp_dianyabiao_demo.qmsg
│ │ │ │ └── prev_cmp_dianyabiao_demo.tan.qmsg
│ │ │ ├── dianyabiao_demo.asm.rpt
│ │ │ ├── dianyabiao_demo.done
│ │ │ ├── dianyabiao_demo.dpf
│ │ │ ├── dianyabiao_demo.fit.rpt
│ │ │ ├── dianyabiao_demo.fit.smsg
│ │ │ ├── dianyabiao_demo.fit.summary
│ │ │ ├── dianyabiao_demo.flow.rpt
│ │ │ ├── dianyabiao_demo.map.rpt
│ │ │ ├── dianyabiao_demo.map.summary
│ │ │ ├── dianyabiao_demo.pin
│ │ │ ├── dianyabiao_demo.pof
│ │ │ ├── dianyabiao_demo.qpf
│ │ │ ├── dianyabiao_demo.qsf
│ │ │ ├── dianyabiao_demo.qsf.bak
│ │ │ ├── dianyabiao_demo.qws
│ │ │ ├── dianyabiao_demo.sof
│ │ │ ├── dianyabiao_demo.tan.rpt
│ │ │ ├── dianyabiao_demo.tan.summary
│ │ │ ├── incremental_db
│ │ │ │ ├── compiled_partitions
│ │ │ │ │ ├── dianyabiao_demo.root_partition.cmp.atm
│ │ │ │ │ ├── dianyabiao_demo.root_partition.cmp.dfp
│ │ │ │ │ ├── dianyabiao_demo.root_partition.cmp.hdbx
│ │ │ │ │ ├── dianyabiao_demo.root_partition.cmp.kpt
│ │ │ │ │ ├── dianyabiao_demo.root_partition.cmp.logdb
│ │ │ │ │ ├── dianyabiao_demo.root_partition.cmp.rcf
│ │ │ │ │ ├── dianyabiao_demo.root_partition.map.atm
│ │ │ │ │ ├── dianyabiao_demo.root_partition.map.dpi
│ │ │ │ │ ├── dianyabiao_demo.root_partition.map.hdbx
│ │ │ │ │ └── dianyabiao_demo.root_partition.map.kpt
│ │ │ │ └── README
│ │ │ └── topdesign.v
│ │ └── readme.txt
│ ├── 03-移相信号发生器(2003年C题)
│ │ └── yixiangqi_demo
│ │ ├── db
│ │ │ ├── altsyncram_po21.tdf
│ │ │ ├── prev_cmp_zxb.asm.qmsg
│ │ │ ├── prev_cmp_zxb.fit.qmsg
│ │ │ ├── prev_cmp_zxb.map.qmsg
│ │ │ ├── prev_cmp_zxb.qmsg
│ │ │ ├── prev_cmp_zxb.tan.qmsg
│ │ │ ├── zxb.(0).cnf.cdb
│ │ │ ├── zxb.(0).cnf.hdb
│ │ │ ├── zxb.(1).cnf.cdb
│ │ │ ├── zxb.(1).cnf.hdb
│ │ │ ├── zxb.(2).cnf.cdb
│ │ │ ├── zxb.(2).cnf.hdb
│ │ │ ├── zxb.(3).cnf.cdb
│ │ │ ├── zxb.(3).cnf.hdb
│ │ │ ├── zxb.(4).cnf.cdb
│ │ │ ├── zxb.(4).cnf.hdb
│ │ │ ├── zxb.asm.qmsg
│ │ │ ├── zxb.cbx.xml
│ │ │ ├── zxb.cmp0.ddb
│ │ │ ├── zxb.cmp.cdb
│ │ │ ├── zxb.cmp.hdb
│ │ │ ├── zxb.cmp.kpt
│ │ │ ├── zxb.cmp.logdb
│ │ │ ├── zxb.cmp.rdb
│ │ │ ├── zxb.cmp.tdb
│ │ │ ├── zxb.db_info
│ │ │ ├── zxb.eco.cdb
│ │ │ ├── zxb.fit.qmsg
│ │ │ ├── zxb_global_asgn_op.abo
│ │ │ ├── zxb.hier_info
│ │ │ ├── zxb.hif
│ │ │ ├── zxb.lpc.html
│ │ │ ├── zxb.lpc.rdb
│ │ │ ├── zxb.lpc.txt
│ │ │ ├── zxb.map.cdb
│ │ │ ├── zxb.map.hdb
│ │ │ ├── zxb.map.logdb
│ │ │ ├── zxb.map.qmsg
│ │ │ ├── zxb.pre_map.cdb
│ │ │ ├── zxb.pre_map.hdb
│ │ │ ├── zxb.rtlv.hdb
│ │ │ ├── zxb.rtlv_sg.cdb
│ │ │ ├── zxb.rtlv_sg_swap.cdb
│ │ │ ├── zxb.sgdiff.cdb
│ │ │ ├── zxb.sgdiff.hdb
│ │ │ ├── zxb.sld_design_entry_dsc.sci
│ │ │ ├── zxb.sld_design_entry.sci
│ │ │ ├── zxb.syn_hier_info
│ │ │ ├── zxb.tan.qmsg
│ │ │ ├── zxb.tis_db_list.ddb
│ │ │ └── zxb.tmw_info
│ │ ├── dds_sin_bb.v
│ │ ├── dds_sin.cmp
│ │ ├── dds_sin.qip
│ │ ├── dds_sin.v
│ │ ├── dds_sin_wave0.jpg
│ │ ├── dds_sin_waveforms.html
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ └── zxb.root_partition.map.kpt
│ │ │ └── README
│ │ ├── sin.bsf
│ │ ├── sin.cmp
│ │ ├── sin.inc
│ │ ├── sin.mif
│ │ ├── topdesign.v
│ │ ├── topdesign.v.bak
│ │ ├── zxb.asm.rpt
│ │ ├── zxb_assignment_defaults.qdf
│ │ ├── zxb.cdf
│ │ ├── zxb.done
│ │ ├── zxb.fit.rpt
│ │ ├── zxb.fit.smsg
│ │ ├── zxb.fit.summary
│ │ ├── zxb.flow.rpt
│ │ ├── zxb.map.rpt
│ │ ├── zxb.map.summary
│ │ ├── zxb.pin
│ │ ├── zxb.pof
│ │ ├── zxb.qpf
│ │ ├── zxb.qsf
│ │ ├── zxb.qsf.bak
│ │ ├── zxb.qws
│ │ ├── zxb.sof
│ │ ├── zxb.tan.rpt
│ │ ├── zxb.tan.summary
│ │ └── zxb.vhd.bak
│ ├── 04-数字相位测量仪(2003年C题)
│ │ ├── readme.txt
│ │ └── xiangweiyi_demo
│ │ ├── db
│ │ │ ├── add_sub_h4h.tdf
│ │ │ ├── add_sub_i4h.tdf
│ │ │ ├── add_sub_k4h.tdf
│ │ │ ├── add_sub_l4h.tdf
│ │ │ ├── add_sub_m4h.tdf
│ │ │ ├── add_sub_r4h.tdf
│ │ │ ├── prev_cmp_xiangweiyi_demo.asm.qmsg
│ │ │ ├── prev_cmp_xiangweiyi_demo.fit.qmsg
│ │ │ ├── prev_cmp_xiangweiyi_demo.map.qmsg
│ │ │ ├── prev_cmp_xiangweiyi_demo.qmsg
│ │ │ ├── prev_cmp_xiangweiyi_demo.tan.qmsg
│ │ │ ├── xiangweiyi_demo.(0).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(0).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(10).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(10).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(11).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(11).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(12).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(12).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(13).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(13).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(14).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(14).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(15).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(15).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(16).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(16).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(17).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(17).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(18).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(18).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(19).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(19).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(1).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(1).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(20).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(20).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(21).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(21).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(22).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(22).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(23).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(23).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(24).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(24).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(25).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(25).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(26).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(26).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(27).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(27).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(28).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(28).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(29).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(29).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(2).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(2).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(30).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(30).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(31).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(31).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(32).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(32).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(33).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(33).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(34).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(34).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(35).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(35).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(36).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(36).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(37).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(37).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(38).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(38).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(39).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(39).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(3).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(3).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(40).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(40).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(41).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(41).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(42).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(42).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(43).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(43).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(44).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(44).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(45).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(45).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(46).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(46).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(47).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(47).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(48).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(48).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(49).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(49).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(4).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(4).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(50).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(50).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(51).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(51).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(52).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(52).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(53).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(53).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(54).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(54).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(55).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(55).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(56).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(56).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(57).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(57).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(58).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(58).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(5).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(5).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(6).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(6).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(7).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(7).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(8).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(8).cnf.hdb
│ │ │ ├── xiangweiyi_demo.(9).cnf.cdb
│ │ │ ├── xiangweiyi_demo.(9).cnf.hdb
│ │ │ ├── xiangweiyi_demo.asm.qmsg
│ │ │ ├── xiangweiyi_demo.cbx.xml
│ │ │ ├── xiangweiyi_demo.cmp0.ddb
│ │ │ ├── xiangweiyi_demo.cmp.bpm
│ │ │ ├── xiangweiyi_demo.cmp.cdb
│ │ │ ├── xiangweiyi_demo.cmp.ecobp
│ │ │ ├── xiangweiyi_demo.cmp.hdb
│ │ │ ├── xiangweiyi_demo.cmp.kpt
│ │ │ ├── xiangweiyi_demo.cmp.logdb
│ │ │ ├── xiangweiyi_demo.cmp_merge.kpt
│ │ │ ├── xiangweiyi_demo.cmp.rdb
│ │ │ ├── xiangweiyi_demo.cmp.tdb
│ │ │ ├── xiangweiyi_demo.db_info
│ │ │ ├── xiangweiyi_demo.eco.cdb
│ │ │ ├── xiangweiyi_demo.fit.qmsg
│ │ │ ├── xiangweiyi_demo_global_asgn_op.abo
│ │ │ ├── xiangweiyi_demo.hier_info
│ │ │ ├── xiangweiyi_demo.hif
│ │ │ ├── xiangweiyi_demo.lpc.html
│ │ │ ├── xiangweiyi_demo.lpc.rdb
│ │ │ ├── xiangweiyi_demo.lpc.txt
│ │ │ ├── xiangweiyi_demo.map_bb.cdb
│ │ │ ├── xiangweiyi_demo.map_bb.hdb
│ │ │ ├── xiangweiyi_demo.map_bb.logdb
│ │ │ ├── xiangweiyi_demo.map.bpm
│ │ │ ├── xiangweiyi_demo.map.cdb
│ │ │ ├── xiangweiyi_demo.map.ecobp
│ │ │ ├── xiangweiyi_demo.map.hdb
│ │ │ ├── xiangweiyi_demo.map.kpt
│ │ │ ├── xiangweiyi_demo.map.logdb
│ │ │ ├── xiangweiyi_demo.map.qmsg
│ │ │ ├── xiangweiyi_demo.pre_map.cdb
│ │ │ ├── xiangweiyi_demo.pre_map.hdb
│ │ │ ├── xiangweiyi_demo.rtlv.hdb
│ │ │ ├── xiangweiyi_demo.rtlv_sg.cdb
│ │ │ ├── xiangweiyi_demo.rtlv_sg_swap.cdb
│ │ │ ├── xiangweiyi_demo.sgdiff.cdb
│ │ │ ├── xiangweiyi_demo.sgdiff.hdb
│ │ │ ├── xiangweiyi_demo.sld_design_entry_dsc.sci
│ │ │ ├── xiangweiyi_demo.sld_design_entry.sci
│ │ │ ├── xiangweiyi_demo.smp_dump.txt
│ │ │ ├── xiangweiyi_demo.syn_hier_info
│ │ │ ├── xiangweiyi_demo.tan.qmsg
│ │ │ ├── xiangweiyi_demo.tis_db_list.ddb
│ │ │ └── xiangweiyi_demo.tmw_info
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── xiangweiyi_demo.root_partition.cmp.atm
│ │ │ │ ├── xiangweiyi_demo.root_partition.cmp.dfp
│ │ │ │ ├── xiangweiyi_demo.root_partition.cmp.hdbx
│ │ │ │ ├── xiangweiyi_demo.root_partition.cmp.kpt
│ │ │ │ ├── xiangweiyi_demo.root_partition.cmp.logdb
│ │ │ │ ├── xiangweiyi_demo.root_partition.cmp.rcf
│ │ │ │ ├── xiangweiyi_demo.root_partition.map.atm
│ │ │ │ ├── xiangweiyi_demo.root_partition.map.dpi
│ │ │ │ ├── xiangweiyi_demo.root_partition.map.hdbx
│ │ │ │ └── xiangweiyi_demo.root_partition.map.kpt
│ │ │ └── README
│ │ ├── topdesign.v
│ │ ├── topdesign.v.bak
│ │ ├── xiangweiyi_demo.asm.rpt
│ │ ├── xiangweiyi_demo.done
│ │ ├── xiangweiyi_demo.dpf
│ │ ├── xiangweiyi_demo.fit.rpt
│ │ ├── xiangweiyi_demo.fit.smsg
│ │ ├── xiangweiyi_demo.fit.summary
│ │ ├── xiangweiyi_demo.flow.rpt
│ │ ├── xiangweiyi_demo.map.rpt
│ │ ├── xiangweiyi_demo.map.summary
│ │ ├── xiangweiyi_demo.pin
│ │ ├── xiangweiyi_demo.pof
│ │ ├── xiangweiyi_demo.qpf
│ │ ├── xiangweiyi_demo.qsf
│ │ ├── xiangweiyi_demo.qsf.bak
│ │ ├── xiangweiyi_demo.qws
│ │ ├── xiangweiyi_demo.sof
│ │ ├── xiangweiyi_demo.tan.rpt
│ │ └── xiangweiyi_demo.tan.summary
│ ├── 05-简易逻辑分析仪(2003年D题)
│ │ └── luojiyi_demo
│ │ ├── db
│ │ │ ├── altsyncram_2jg1.tdf
│ │ │ ├── altsyncram_8mk1.tdf
│ │ │ ├── luojiyi_demo.(0).cnf.cdb
│ │ │ ├── luojiyi_demo.(0).cnf.hdb
│ │ │ ├── luojiyi_demo.(1).cnf.cdb
│ │ │ ├── luojiyi_demo.(1).cnf.hdb
│ │ │ ├── luojiyi_demo.(2).cnf.cdb
│ │ │ ├── luojiyi_demo.(2).cnf.hdb
│ │ │ ├── luojiyi_demo.(3).cnf.cdb
│ │ │ ├── luojiyi_demo.(3).cnf.hdb
│ │ │ ├── luojiyi_demo.(4).cnf.cdb
│ │ │ ├── luojiyi_demo.(4).cnf.hdb
│ │ │ ├── luojiyi_demo.(5).cnf.cdb
│ │ │ ├── luojiyi_demo.(5).cnf.hdb
│ │ │ ├── luojiyi_demo.(6).cnf.cdb
│ │ │ ├── luojiyi_demo.(6).cnf.hdb
│ │ │ ├── luojiyi_demo.asm.qmsg
│ │ │ ├── luojiyi_demo.cbx.xml
│ │ │ ├── luojiyi_demo.cmp0.ddb
│ │ │ ├── luojiyi_demo.cmp.bpm
│ │ │ ├── luojiyi_demo.cmp.cdb
│ │ │ ├── luojiyi_demo.cmp.ecobp
│ │ │ ├── luojiyi_demo.cmp.hdb
│ │ │ ├── luojiyi_demo.cmp.kpt
│ │ │ ├── luojiyi_demo.cmp.logdb
│ │ │ ├── luojiyi_demo.cmp_merge.kpt
│ │ │ ├── luojiyi_demo.cmp.rdb
│ │ │ ├── luojiyi_demo.cmp.tdb
│ │ │ ├── luojiyi_demo.db_info
│ │ │ ├── luojiyi_demo.eco.cdb
│ │ │ ├── luojiyi_demo.fit.qmsg
│ │ │ ├── luojiyi_demo_global_asgn_op.abo
│ │ │ ├── luojiyi_demo.hier_info
│ │ │ ├── luojiyi_demo.hif
│ │ │ ├── luojiyi_demo.lpc.html
│ │ │ ├── luojiyi_demo.lpc.rdb
│ │ │ ├── luojiyi_demo.lpc.txt
│ │ │ ├── luojiyi_demo.map_bb.cdb
│ │ │ ├── luojiyi_demo.map_bb.hdb
│ │ │ ├── luojiyi_demo.map_bb.logdb
│ │ │ ├── luojiyi_demo.map.bpm
│ │ │ ├── luojiyi_demo.map.cdb
│ │ │ ├── luojiyi_demo.map.ecobp
│ │ │ ├── luojiyi_demo.map.hdb
│ │ │ ├── luojiyi_demo.map.kpt
│ │ │ ├── luojiyi_demo.map.logdb
│ │ │ ├── luojiyi_demo.map.qmsg
│ │ │ ├── luojiyi_demo.pre_map.cdb
│ │ │ ├── luojiyi_demo.pre_map.hdb
│ │ │ ├── luojiyi_demo.rtlv.hdb
│ │ │ ├── luojiyi_demo.rtlv_sg.cdb
│ │ │ ├── luojiyi_demo.rtlv_sg_swap.cdb
│ │ │ ├── luojiyi_demo.sgdiff.cdb
│ │ │ ├── luojiyi_demo.sgdiff.hdb
│ │ │ ├── luojiyi_demo.sld_design_entry_dsc.sci
│ │ │ ├── luojiyi_demo.sld_design_entry.sci
│ │ │ ├── luojiyi_demo.syn_hier_info
│ │ │ ├── luojiyi_demo.tan.qmsg
│ │ │ ├── luojiyi_demo.tis_db_list.ddb
│ │ │ ├── luojiyi_demo.tmw_info
│ │ │ ├── prev_cmp_luojiyi_demo.asm.qmsg
│ │ │ ├── prev_cmp_luojiyi_demo.fit.qmsg
│ │ │ ├── prev_cmp_luojiyi_demo.map.qmsg
│ │ │ ├── prev_cmp_luojiyi_demo.qmsg
│ │ │ └── prev_cmp_luojiyi_demo.tan.qmsg
│ │ ├── dpram256x12_bb.v
│ │ ├── dpram256x12.cmp
│ │ ├── dpram256x12.qip
│ │ ├── dpram256x12.v
│ │ ├── dpram256x12.vhd
│ │ ├── dpram256x12_wave0.jpg
│ │ ├── dpram256x12_wave1.jpg
│ │ ├── dpram256x12_waveforms.html
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── luojiyi_demo.root_partition.cmp.atm
│ │ │ │ ├── luojiyi_demo.root_partition.cmp.dfp
│ │ │ │ ├── luojiyi_demo.root_partition.cmp.hdbx
│ │ │ │ ├── luojiyi_demo.root_partition.cmp.kpt
│ │ │ │ ├── luojiyi_demo.root_partition.cmp.logdb
│ │ │ │ ├── luojiyi_demo.root_partition.cmp.rcf
│ │ │ │ ├── luojiyi_demo.root_partition.map.atm
│ │ │ │ ├── luojiyi_demo.root_partition.map.dpi
│ │ │ │ ├── luojiyi_demo.root_partition.map.hdbx
│ │ │ │ └── luojiyi_demo.root_partition.map.kpt
│ │ │ └── README
│ │ ├── luojiyi_demo.asm.rpt
│ │ ├── luojiyi_demo.done
│ │ ├── luojiyi_demo.fit.rpt
│ │ ├── luojiyi_demo.fit.smsg
│ │ ├── luojiyi_demo.fit.summary
│ │ ├── luojiyi_demo.flow.rpt
│ │ ├── luojiyi_demo.map.rpt
│ │ ├── luojiyi_demo.map.summary
│ │ ├── luojiyi_demo.pin
│ │ ├── luojiyi_demo.pof
│ │ ├── luojiyi_demo.qpf
│ │ ├── luojiyi_demo.qsf
│ │ ├── luojiyi_demo.qws
│ │ ├── luojiyi_demo.sof
│ │ ├── luojiyi_demo.tan.rpt
│ │ ├── luojiyi_demo.tan.summary
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ ├── 06-正弦信号发生器(2005年A题)
│ │ ├── readme.txt
│ │ └── zhengxianbo_demo
│ │ ├── db
│ │ │ ├── altsyncram_po21.tdf
│ │ │ ├── prev_cmp_zxb.asm.qmsg
│ │ │ ├── prev_cmp_zxb.fit.qmsg
│ │ │ ├── prev_cmp_zxb.map.qmsg
│ │ │ ├── prev_cmp_zxb.qmsg
│ │ │ ├── prev_cmp_zxb.tan.qmsg
│ │ │ ├── zxb.(0).cnf.cdb
│ │ │ ├── zxb.(0).cnf.hdb
│ │ │ ├── zxb.(1).cnf.cdb
│ │ │ ├── zxb.(1).cnf.hdb
│ │ │ ├── zxb.(2).cnf.cdb
│ │ │ ├── zxb.(2).cnf.hdb
│ │ │ ├── zxb.(3).cnf.cdb
│ │ │ ├── zxb.(3).cnf.hdb
│ │ │ ├── zxb.asm.qmsg
│ │ │ ├── zxb.cbx.xml
│ │ │ ├── zxb.cmp.kpt
│ │ │ ├── zxb.cmp.rdb
│ │ │ ├── zxb.db_info
│ │ │ ├── zxb.eco.cdb
│ │ │ ├── zxb.fit.qmsg
│ │ │ ├── zxb_global_asgn_op.abo
│ │ │ ├── zxb.hier_info
│ │ │ ├── zxb.hif
│ │ │ ├── zxb.lpc.html
│ │ │ ├── zxb.lpc.rdb
│ │ │ ├── zxb.lpc.txt
│ │ │ ├── zxb.map.cdb
│ │ │ ├── zxb.map.hdb
│ │ │ ├── zxb.map.logdb
│ │ │ ├── zxb.map.qmsg
│ │ │ ├── zxb.pre_map.cdb
│ │ │ ├── zxb.pre_map.hdb
│ │ │ ├── zxb.rtlv.hdb
│ │ │ ├── zxb.rtlv_sg.cdb
│ │ │ ├── zxb.rtlv_sg_swap.cdb
│ │ │ ├── zxb.sgdiff.cdb
│ │ │ ├── zxb.sgdiff.hdb
│ │ │ ├── zxb.sld_design_entry_dsc.sci
│ │ │ ├── zxb.sld_design_entry.sci
│ │ │ ├── zxb.smp_dump.txt
│ │ │ ├── zxb.syn_hier_info
│ │ │ ├── zxb.tan.qmsg
│ │ │ ├── zxb.tis_db_list.ddb
│ │ │ └── zxb.tmw_info
│ │ ├── dds_sin_bb.v
│ │ ├── dds_sin.cmp
│ │ ├── dds_sin.qip
│ │ ├── dds_sin.v
│ │ ├── dds_sin_wave0.jpg
│ │ ├── dds_sin_waveforms.html
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ └── zxb.root_partition.map.kpt
│ │ │ └── README
│ │ ├── sin.bsf
│ │ ├── sin.cmp
│ │ ├── sin.inc
│ │ ├── sin.mif
│ │ ├── sin.v
│ │ ├── sin.v.bak
│ │ ├── zxb.asm.rpt
│ │ ├── zxb_assignment_defaults.qdf
│ │ ├── zxb.bsf
│ │ ├── zxb.cdf
│ │ ├── zxb.done
│ │ ├── zxb.fit.rpt
│ │ ├── zxb.fit.smsg
│ │ ├── zxb.fit.summary
│ │ ├── zxb.flow.rpt
│ │ ├── zxb.map.rpt
│ │ ├── zxb.map.summary
│ │ ├── zxb.pin
│ │ ├── zxb.pof
│ │ ├── zxb.qpf
│ │ ├── zxb.qsf
│ │ ├── zxb.qsf.bak
│ │ ├── zxb.qws
│ │ ├── zxb.sof
│ │ ├── zxb.tan.rpt
│ │ ├── zxb.tan.summary
│ │ └── zxb.vhd.bak
│ ├── 07-数字存储示波器(2007年C题)
│ │ └── shiboqi_demo
│ │ ├── db
│ │ │ ├── altsyncram_2jg1.tdf
│ │ │ ├── altsyncram_8mk1.tdf
│ │ │ ├── prev_cmp_shiboqi_demo.asm.qmsg
│ │ │ ├── prev_cmp_shiboqi_demo.fit.qmsg
│ │ │ ├── prev_cmp_shiboqi_demo.map.qmsg
│ │ │ ├── prev_cmp_shiboqi_demo.qmsg
│ │ │ ├── prev_cmp_shiboqi_demo.tan.qmsg
│ │ │ ├── shiboqi_demo.(0).cnf.cdb
│ │ │ ├── shiboqi_demo.(0).cnf.hdb
│ │ │ ├── shiboqi_demo.(1).cnf.cdb
│ │ │ ├── shiboqi_demo.(1).cnf.hdb
│ │ │ ├── shiboqi_demo.(2).cnf.cdb
│ │ │ ├── shiboqi_demo.(2).cnf.hdb
│ │ │ ├── shiboqi_demo.(3).cnf.cdb
│ │ │ ├── shiboqi_demo.(3).cnf.hdb
│ │ │ ├── shiboqi_demo.(4).cnf.cdb
│ │ │ ├── shiboqi_demo.(4).cnf.hdb
│ │ │ ├── shiboqi_demo.(5).cnf.cdb
│ │ │ ├── shiboqi_demo.(5).cnf.hdb
│ │ │ ├── shiboqi_demo.asm.qmsg
│ │ │ ├── shiboqi_demo.cbx.xml
│ │ │ ├── shiboqi_demo.cmp0.ddb
│ │ │ ├── shiboqi_demo.cmp.bpm
│ │ │ ├── shiboqi_demo.cmp.cdb
│ │ │ ├── shiboqi_demo.cmp.ecobp
│ │ │ ├── shiboqi_demo.cmp.hdb
│ │ │ ├── shiboqi_demo.cmp.kpt
│ │ │ ├── shiboqi_demo.cmp.logdb
│ │ │ ├── shiboqi_demo.cmp_merge.kpt
│ │ │ ├── shiboqi_demo.cmp.rdb
│ │ │ ├── shiboqi_demo.cmp.tdb
│ │ │ ├── shiboqi_demo.db_info
│ │ │ ├── shiboqi_demo.eco.cdb
│ │ │ ├── shiboqi_demo.fit.qmsg
│ │ │ ├── shiboqi_demo_global_asgn_op.abo
│ │ │ ├── shiboqi_demo.hier_info
│ │ │ ├── shiboqi_demo.hif
│ │ │ ├── shiboqi_demo.lpc.html
│ │ │ ├── shiboqi_demo.lpc.rdb
│ │ │ ├── shiboqi_demo.lpc.txt
│ │ │ ├── shiboqi_demo.map_bb.cdb
│ │ │ ├── shiboqi_demo.map_bb.hdb
│ │ │ ├── shiboqi_demo.map_bb.logdb
│ │ │ ├── shiboqi_demo.map.bpm
│ │ │ ├── shiboqi_demo.map.cdb
│ │ │ ├── shiboqi_demo.map.ecobp
│ │ │ ├── shiboqi_demo.map.hdb
│ │ │ ├── shiboqi_demo.map.kpt
│ │ │ ├── shiboqi_demo.map.logdb
│ │ │ ├── shiboqi_demo.map.qmsg
│ │ │ ├── shiboqi_demo.pre_map.cdb
│ │ │ ├── shiboqi_demo.pre_map.hdb
│ │ │ ├── shiboqi_demo.rtlv.hdb
│ │ │ ├── shiboqi_demo.rtlv_sg.cdb
│ │ │ ├── shiboqi_demo.rtlv_sg_swap.cdb
│ │ │ ├── shiboqi_demo.sgdiff.cdb
│ │ │ ├── shiboqi_demo.sgdiff.hdb
│ │ │ ├── shiboqi_demo.sld_design_entry_dsc.sci
│ │ │ ├── shiboqi_demo.sld_design_entry.sci
│ │ │ ├── shiboqi_demo.syn_hier_info
│ │ │ ├── shiboqi_demo.tan.qmsg
│ │ │ ├── shiboqi_demo.tis_db_list.ddb
│ │ │ └── shiboqi_demo.tmw_info
│ │ ├── dpram256x12_bb.v
│ │ ├── dpram256x12.cmp
│ │ ├── dpram256x12.qip
│ │ ├── dpram256x12.v
│ │ ├── dpram256x12_wave0.jpg
│ │ ├── dpram256x12_wave1.jpg
│ │ ├── dpram256x12_waveforms.html
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── shiboqi_demo.root_partition.cmp.atm
│ │ │ │ ├── shiboqi_demo.root_partition.cmp.dfp
│ │ │ │ ├── shiboqi_demo.root_partition.cmp.hdbx
│ │ │ │ ├── shiboqi_demo.root_partition.cmp.kpt
│ │ │ │ ├── shiboqi_demo.root_partition.cmp.logdb
│ │ │ │ ├── shiboqi_demo.root_partition.cmp.rcf
│ │ │ │ ├── shiboqi_demo.root_partition.map.atm
│ │ │ │ ├── shiboqi_demo.root_partition.map.dpi
│ │ │ │ ├── shiboqi_demo.root_partition.map.hdbx
│ │ │ │ └── shiboqi_demo.root_partition.map.kpt
│ │ │ └── README
│ │ ├── shiboqi_demo.asm.rpt
│ │ ├── shiboqi_demo.done
│ │ ├── shiboqi_demo.fit.rpt
│ │ ├── shiboqi_demo.fit.smsg
│ │ ├── shiboqi_demo.fit.summary
│ │ ├── shiboqi_demo.flow.rpt
│ │ ├── shiboqi_demo.map.rpt
│ │ ├── shiboqi_demo.map.summary
│ │ ├── shiboqi_demo.pin
│ │ ├── shiboqi_demo.pof
│ │ ├── shiboqi_demo.qpf
│ │ ├── shiboqi_demo.qsf
│ │ ├── shiboqi_demo.qws
│ │ ├── shiboqi_demo.sof
│ │ ├── shiboqi_demo.tan.rpt
│ │ ├── shiboqi_demo.tan.summary
│ │ ├── topdesign.v
│ │ └── topdesign.v.bak
│ └── 08-程控滤波器(2007年D题)
│ ├── ~$R滤波器设计.doc
│ ├── FIR滤波器设计.doc
│ ├── lvboqi_demo
│ │ ├── ad2_da2_test.asm.rpt
│ │ ├── ad2_da2_test.done
│ │ ├── ad2_da2_test.fit.rpt
│ │ ├── ad2_da2_test.fit.smsg
│ │ ├── ad2_da2_test.fit.summary
│ │ ├── ad2_da2_test.flow.rpt
│ │ ├── ad2_da2_test.map.rpt
│ │ ├── ad2_da2_test.map.summary
│ │ ├── ad2_da2_test.pin
│ │ ├── ad2_da2_test.pof
│ │ ├── ad2_da2_test.qpf
│ │ ├── ad2_da2_test.qsf
│ │ ├── ad2_da2_test.qws
│ │ ├── ad2_da2_test.sof
│ │ ├── ad2_da2_test.tan.rpt
│ │ ├── ad2_da2_test.tan.summary
│ │ ├── db
│ │ │ ├── ad2_da2_test.(0).cnf.cdb
│ │ │ ├── ad2_da2_test.(0).cnf.hdb
│ │ │ ├── ad2_da2_test.(10).cnf.cdb
│ │ │ ├── ad2_da2_test.(10).cnf.hdb
│ │ │ ├── ad2_da2_test.(11).cnf.cdb
│ │ │ ├── ad2_da2_test.(11).cnf.hdb
│ │ │ ├── ad2_da2_test.(12).cnf.cdb
│ │ │ ├── ad2_da2_test.(12).cnf.hdb
│ │ │ ├── ad2_da2_test.(13).cnf.cdb
│ │ │ ├── ad2_da2_test.(13).cnf.hdb
│ │ │ ├── ad2_da2_test.(14).cnf.cdb
│ │ │ ├── ad2_da2_test.(14).cnf.hdb
│ │ │ ├── ad2_da2_test.(15).cnf.cdb
│ │ │ ├── ad2_da2_test.(15).cnf.hdb
│ │ │ ├── ad2_da2_test.(16).cnf.cdb
│ │ │ ├── ad2_da2_test.(16).cnf.hdb
│ │ │ ├── ad2_da2_test.(17).cnf.cdb
│ │ │ ├── ad2_da2_test.(17).cnf.hdb
│ │ │ ├── ad2_da2_test.(18).cnf.cdb
│ │ │ ├── ad2_da2_test.(18).cnf.hdb
│ │ │ ├── ad2_da2_test.(19).cnf.cdb
│ │ │ ├── ad2_da2_test.(19).cnf.hdb
│ │ │ ├── ad2_da2_test.(1).cnf.cdb
│ │ │ ├── ad2_da2_test.(1).cnf.hdb
│ │ │ ├── ad2_da2_test.(20).cnf.cdb
│ │ │ ├── ad2_da2_test.(20).cnf.hdb
│ │ │ ├── ad2_da2_test.(21).cnf.cdb
│ │ │ ├── ad2_da2_test.(21).cnf.hdb
│ │ │ ├── ad2_da2_test.(22).cnf.cdb
│ │ │ ├── ad2_da2_test.(22).cnf.hdb
│ │ │ ├── ad2_da2_test.(23).cnf.cdb
│ │ │ ├── ad2_da2_test.(23).cnf.hdb
│ │ │ ├── ad2_da2_test.(24).cnf.cdb
│ │ │ ├── ad2_da2_test.(24).cnf.hdb
│ │ │ ├── ad2_da2_test.(25).cnf.cdb
│ │ │ ├── ad2_da2_test.(25).cnf.hdb
│ │ │ ├── ad2_da2_test.(26).cnf.cdb
│ │ │ ├── ad2_da2_test.(26).cnf.hdb
│ │ │ ├── ad2_da2_test.(27).cnf.cdb
│ │ │ ├── ad2_da2_test.(27).cnf.hdb
│ │ │ ├── ad2_da2_test.(28).cnf.cdb
│ │ │ ├── ad2_da2_test.(28).cnf.hdb
│ │ │ ├── ad2_da2_test.(29).cnf.cdb
│ │ │ ├── ad2_da2_test.(29).cnf.hdb
│ │ │ ├── ad2_da2_test.(2).cnf.cdb
│ │ │ ├── ad2_da2_test.(2).cnf.hdb
│ │ │ ├── ad2_da2_test.(30).cnf.cdb
│ │ │ ├── ad2_da2_test.(30).cnf.hdb
│ │ │ ├── ad2_da2_test.(31).cnf.cdb
│ │ │ ├── ad2_da2_test.(31).cnf.hdb
│ │ │ ├── ad2_da2_test.(32).cnf.cdb
│ │ │ ├── ad2_da2_test.(32).cnf.hdb
│ │ │ ├── ad2_da2_test.(33).cnf.cdb
│ │ │ ├── ad2_da2_test.(33).cnf.hdb
│ │ │ ├── ad2_da2_test.(34).cnf.cdb
│ │ │ ├── ad2_da2_test.(34).cnf.hdb
│ │ │ ├── ad2_da2_test.(35).cnf.cdb
│ │ │ ├── ad2_da2_test.(35).cnf.hdb
│ │ │ ├── ad2_da2_test.(36).cnf.cdb
│ │ │ ├── ad2_da2_test.(36).cnf.hdb
│ │ │ ├── ad2_da2_test.(37).cnf.cdb
│ │ │ ├── ad2_da2_test.(37).cnf.hdb
│ │ │ ├── ad2_da2_test.(38).cnf.cdb
│ │ │ ├── ad2_da2_test.(38).cnf.hdb
│ │ │ ├── ad2_da2_test.(39).cnf.cdb
│ │ │ ├── ad2_da2_test.(39).cnf.hdb
│ │ │ ├── ad2_da2_test.(3).cnf.cdb
│ │ │ ├── ad2_da2_test.(3).cnf.hdb
│ │ │ ├── ad2_da2_test.(40).cnf.cdb
│ │ │ ├── ad2_da2_test.(40).cnf.hdb
│ │ │ ├── ad2_da2_test.(41).cnf.cdb
│ │ │ ├── ad2_da2_test.(41).cnf.hdb
│ │ │ ├── ad2_da2_test.(42).cnf.cdb
│ │ │ ├── ad2_da2_test.(42).cnf.hdb
│ │ │ ├── ad2_da2_test.(43).cnf.cdb
│ │ │ ├── ad2_da2_test.(43).cnf.hdb
│ │ │ ├── ad2_da2_test.(44).cnf.cdb
│ │ │ ├── ad2_da2_test.(44).cnf.hdb
│ │ │ ├── ad2_da2_test.(45).cnf.cdb
│ │ │ ├── ad2_da2_test.(45).cnf.hdb
│ │ │ ├── ad2_da2_test.(46).cnf.cdb
│ │ │ ├── ad2_da2_test.(46).cnf.hdb
│ │ │ ├── ad2_da2_test.(47).cnf.cdb
│ │ │ ├── ad2_da2_test.(47).cnf.hdb
│ │ │ ├── ad2_da2_test.(48).cnf.cdb
│ │ │ ├── ad2_da2_test.(48).cnf.hdb
│ │ │ ├── ad2_da2_test.(49).cnf.cdb
│ │ │ ├── ad2_da2_test.(49).cnf.hdb
│ │ │ ├── ad2_da2_test.(4).cnf.cdb
│ │ │ ├── ad2_da2_test.(4).cnf.hdb
│ │ │ ├── ad2_da2_test.(50).cnf.cdb
│ │ │ ├── ad2_da2_test.(50).cnf.hdb
│ │ │ ├── ad2_da2_test.(51).cnf.cdb
│ │ │ ├── ad2_da2_test.(51).cnf.hdb
│ │ │ ├── ad2_da2_test.(52).cnf.cdb
│ │ │ ├── ad2_da2_test.(52).cnf.hdb
│ │ │ ├── ad2_da2_test.(53).cnf.cdb
│ │ │ ├── ad2_da2_test.(53).cnf.hdb
│ │ │ ├── ad2_da2_test.(54).cnf.cdb
│ │ │ ├── ad2_da2_test.(54).cnf.hdb
│ │ │ ├── ad2_da2_test.(55).cnf.cdb
│ │ │ ├── ad2_da2_test.(55).cnf.hdb
│ │ │ ├── ad2_da2_test.(56).cnf.cdb
│ │ │ ├── ad2_da2_test.(56).cnf.hdb
│ │ │ ├── ad2_da2_test.(57).cnf.cdb
│ │ │ ├── ad2_da2_test.(57).cnf.hdb
│ │ │ ├── ad2_da2_test.(58).cnf.cdb
│ │ │ ├── ad2_da2_test.(58).cnf.hdb
│ │ │ ├── ad2_da2_test.(59).cnf.cdb
│ │ │ ├── ad2_da2_test.(59).cnf.hdb
│ │ │ ├── ad2_da2_test.(5).cnf.cdb
│ │ │ ├── ad2_da2_test.(5).cnf.hdb
│ │ │ ├── ad2_da2_test.(60).cnf.cdb
│ │ │ ├── ad2_da2_test.(60).cnf.hdb
│ │ │ ├── ad2_da2_test.(61).cnf.cdb
│ │ │ ├── ad2_da2_test.(61).cnf.hdb
│ │ │ ├── ad2_da2_test.(62).cnf.cdb
│ │ │ ├── ad2_da2_test.(62).cnf.hdb
│ │ │ ├── ad2_da2_test.(63).cnf.cdb
│ │ │ ├── ad2_da2_test.(63).cnf.hdb
│ │ │ ├── ad2_da2_test.(64).cnf.cdb
│ │ │ ├── ad2_da2_test.(64).cnf.hdb
│ │ │ ├── ad2_da2_test.(65).cnf.cdb
│ │ │ ├── ad2_da2_test.(65).cnf.hdb
│ │ │ ├── ad2_da2_test.(66).cnf.cdb
│ │ │ ├── ad2_da2_test.(66).cnf.hdb
│ │ │ ├── ad2_da2_test.(6).cnf.cdb
│ │ │ ├── ad2_da2_test.(6).cnf.hdb
│ │ │ ├── ad2_da2_test.(7).cnf.cdb
│ │ │ ├── ad2_da2_test.(7).cnf.hdb
│ │ │ ├── ad2_da2_test.(8).cnf.cdb
│ │ │ ├── ad2_da2_test.(8).cnf.hdb
│ │ │ ├── ad2_da2_test.(9).cnf.cdb
│ │ │ ├── ad2_da2_test.(9).cnf.hdb
│ │ │ ├── ad2_da2_test.asm.qmsg
│ │ │ ├── ad2_da2_test.cbx.xml
│ │ │ ├── ad2_da2_test.cmp0.ddb
│ │ │ ├── ad2_da2_test.cmp.bpm
│ │ │ ├── ad2_da2_test.cmp.cdb
│ │ │ ├── ad2_da2_test.cmp.ecobp
│ │ │ ├── ad2_da2_test.cmp.hdb
│ │ │ ├── ad2_da2_test.cmp.kpt
│ │ │ ├── ad2_da2_test.cmp.logdb
│ │ │ ├── ad2_da2_test.cmp_merge.kpt
│ │ │ ├── ad2_da2_test.cmp.rdb
│ │ │ ├── ad2_da2_test.cmp.tdb
│ │ │ ├── ad2_da2_test.db_info
│ │ │ ├── ad2_da2_test.eco.cdb
│ │ │ ├── ad2_da2_test.fit.qmsg
│ │ │ ├── ad2_da2_test_global_asgn_op.abo
│ │ │ ├── ad2_da2_test.hier_info
│ │ │ ├── ad2_da2_test.hif
│ │ │ ├── ad2_da2_test.lpc.html
│ │ │ ├── ad2_da2_test.lpc.rdb
│ │ │ ├── ad2_da2_test.lpc.txt
│ │ │ ├── ad2_da2_test.map_bb.cdb
│ │ │ ├── ad2_da2_test.map_bb.hdb
│ │ │ ├── ad2_da2_test.map_bb.logdb
│ │ │ ├── ad2_da2_test.map.bpm
│ │ │ ├── ad2_da2_test.map.cdb
│ │ │ ├── ad2_da2_test.map.ecobp
│ │ │ ├── ad2_da2_test.map.hdb
│ │ │ ├── ad2_da2_test.map.kpt
│ │ │ ├── ad2_da2_test.map.logdb
│ │ │ ├── ad2_da2_test.map.qmsg
│ │ │ ├── ad2_da2_test.pre_map.cdb
│ │ │ ├── ad2_da2_test.pre_map.hdb
│ │ │ ├── ad2_da2_test.rtlv.hdb
│ │ │ ├── ad2_da2_test.rtlv_sg.cdb
│ │ │ ├── ad2_da2_test.rtlv_sg_swap.cdb
│ │ │ ├── ad2_da2_test.sgdiff.cdb
│ │ │ ├── ad2_da2_test.sgdiff.hdb
│ │ │ ├── ad2_da2_test.sld_design_entry_dsc.sci
│ │ │ ├── ad2_da2_test.sld_design_entry.sci
│ │ │ ├── ad2_da2_test.smp_dump.txt
│ │ │ ├── ad2_da2_test.syn_hier_info
│ │ │ ├── ad2_da2_test.tan.qmsg
│ │ │ ├── ad2_da2_test.tis_db_list.ddb
│ │ │ ├── ad2_da2_test.tmw_info
│ │ │ ├── add_sub_und.tdf
│ │ │ ├── altsyncram_a581.tdf
│ │ │ ├── altsyncram_f931.tdf
│ │ │ ├── altsyncram_n831.tdf
│ │ │ ├── altsyncram_u181.tdf
│ │ │ ├── cmpr_43g.tdf
│ │ │ ├── cmpr_k4c.tdf
│ │ │ ├── cntr_2df.tdf
│ │ │ ├── cntr_3df.tdf
│ │ │ ├── cntr_uue.tdf
│ │ │ ├── mux_ngc.tdf
│ │ │ ├── mux_qgc.tdf
│ │ │ ├── mux_rgc.tdf
│ │ │ ├── mux_ugc.tdf
│ │ │ ├── prev_cmp_ad2_da2_test.asm.qmsg
│ │ │ ├── prev_cmp_ad2_da2_test.fit.qmsg
│ │ │ ├── prev_cmp_ad2_da2_test.map.qmsg
│ │ │ ├── prev_cmp_ad2_da2_test.qmsg
│ │ │ ├── prev_cmp_ad2_da2_test.tan.qmsg
│ │ │ ├── shift_taps_4ql.tdf
│ │ │ ├── shift_taps_ddm.tdf
│ │ │ ├── shift_taps_hbm.tdf
│ │ │ ├── shift_taps_nbm.tdf
│ │ │ └── shift_taps_tbm.tdf
│ │ ├── fir_compiler-library
│ │ │ ├── accum.v
│ │ │ ├── addr_cnt_dn_poly.v
│ │ │ ├── addr_cnt_dn.v
│ │ │ ├── addr_cnt_up.v
│ │ │ ├── at_sink_mod_bin.v
│ │ │ ├── at_sink_mod_par.v
│ │ │ ├── at_sink_mod.v
│ │ │ ├── at_src_mod_par.v
│ │ │ ├── at_src_mod.v
│ │ │ ├── auk_dspip_avalon_streaming_block_sink_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_block_source_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_controller_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_controller_pe_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_monitor_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_sink_fir_90.ocp
│ │ │ ├── auk_dspip_avalon_streaming_sink_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_sink_model_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_source_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_source_from_monitor_fir_90.vhd
│ │ │ ├── auk_dspip_avalon_streaming_source_model_fir_90.vhd
│ │ │ ├── auk_dspip_delay_fir_90.vhd
│ │ │ ├── auk_dspip_fast_accumulator_fir_90.vhd
│ │ │ ├── auk_dspip_fastadd_fir_90.vhd
│ │ │ ├── auk_dspip_fastaddsub_fir_90.vhd
│ │ │ ├── auk_dspip_fifo_pfc_fir_90.vhd
│ │ │ ├── auk_dspip_fir_accumulator_fir_90.vhd
│ │ │ ├── auk_dspip_fir_adders_fir_90.vhd
│ │ │ ├── auk_dspip_fir_adder_tree_fir_90.vhd
│ │ │ ├── auk_dspip_fir_avalon_slave_write_fir_90.vhd
│ │ │ ├── auk_dspip_fir_coef_banks_fixed_fir_90.vhd
│ │ │ ├── auk_dspip_fir_data_memory_bank_fir_90.vhd
│ │ │ ├── auk_dspip_fir_dspblock_bank_fir_90.vhd
│ │ │ ├── auk_dspip_fir_dspblock_cascade_bank_fir_90.vhd
│ │ │ ├── auk_dspip_fir_lib_pkg_fir_90.vhd
│ │ │ ├── auk_dspip_fir_math_pkg_fir_90.vhd
│ │ │ ├── auk_dspip_fir_memory_simple_dual_fir_90.vhd
│ │ │ ├── auk_dspip_fir_memory_single_fir_90.vhd
│ │ │ ├── auk_dspip_fir_memory_true_dual_fir_90.vhd
│ │ │ ├── auk_dspip_fir_mult_bank_fir_90.vhd
│ │ │ ├── auk_dspip_fir_top_dec_half_sym_fir_90.ocp
│ │ │ ├── auk_dspip_fir_top_dec_half_sym_fir_90.vhd
│ │ │ ├── auk_dspip_fir_top_dec_sym_add_cas_fir_90.vhd
│ │ │ ├── auk_dspip_fir_top_dec_sym_cas_fir_90.ocp
│ │ │ ├── auk_dspip_fir_top_int_sym_fir_90.ocp
│ │ │ ├── auk_dspip_fir_top_int_sym_fir_90.vhd
│ │ │ ├── auk_dspip_fir_top_sin_sym_fir_90.ocp
│ │ │ ├── auk_dspip_fir_top_sin_sym_fir_90.vhd
│ │ │ ├── auk_dspip_lib_pkg_fir_90.vhd
│ │ │ ├── auk_dspip_math_pkg_fir_90.vhd
│ │ │ ├── auk_dspip_pfc_fir_90.vhd
│ │ │ ├── auk_dspip_pipelined_adder_fir_90.vhd
│ │ │ ├── auk_dspip_roundsat_fir_90.vhd
│ │ │ ├── auk_dspip_text_pkg_fir_90.vhd
│ │ │ ├── coef_in_conv.v
│ │ │ ├── data_cnt_dn_stat.v
│ │ │ ├── data_cnt_up.v
│ │ │ ├── data_sel_dec.v
│ │ │ ├── dat_mm_brg.v
│ │ │ ├── dat_store_c.v
│ │ │ ├── dat_store.v
│ │ │ ├── decoder_we_cen.v
│ │ │ ├── decoder_we.v
│ │ │ ├── delay_cen.v
│ │ │ ├── delay_mul_cen.v
│ │ │ ├── delay_mul.v
│ │ │ ├── delay_mux_mch_odd_mcv.v
│ │ │ ├── delay_mux_mch_odd.v
│ │ │ ├── delay_mux.v
│ │ │ ├── delay_trig_cen.v
│ │ │ ├── delay_trig.v
│ │ │ ├── delay.v
│ │ │ ├── eab_tdl_hc.v
│ │ │ ├── eab_tdl_strat_mram.v
│ │ │ ├── eab_tdl_strat.v
│ │ │ ├── fir_definitions_pkg_fir_90.vhd
│ │ │ ├── lc_store_cen.v
│ │ │ ├── lc_store.v
│ │ │ ├── lc_tdl_strat_cen.v
│ │ │ ├── lc_tdl_strat.v
│ │ │ ├── maccum_cen.v
│ │ │ ├── maccum.v
│ │ │ ├── mac_tl.ocp
│ │ │ ├── mac_tl.v
│ │ │ ├── mcv_ctrl_deci.v
│ │ │ ├── mcv_ctrl_nc.v
│ │ │ ├── mlu_dly1.v
│ │ │ ├── mlu_dly2.v
│ │ │ ├── mlu_inf_1reg_cen.v
│ │ │ ├── mlu_inf_1reg.v
│ │ │ ├── mlu_inf_2reg_cen.v
│ │ │ ├── mlu_inf_2reg.v
│ │ │ ├── mlu_nd_cen.v
│ │ │ ├── mlu_nd_lc.v
│ │ │ ├── mlu_nd.v
│ │ │ ├── mlu.v
│ │ │ ├── mr_acc_ctrl_cen_wr.v
│ │ │ ├── mr_acc_ctrl_wr.v
│ │ │ ├── mr_accum_wr.v
│ │ │ ├── mr_decoder_we_wr.v
│ │ │ ├── mr_del_coef_set.v
│ │ │ ├── mr_dnc_wr.v
│ │ │ ├── mr_lcdelay_wr.v
│ │ │ ├── mr_lcstore_wr.v
│ │ │ ├── mr_lrdy_wr.v
│ │ │ ├── mr_mux_2to1_cen_wr.v
│ │ │ ├── mr_mux_2to1_wr.v
│ │ │ ├── mr_ser_shift_wr.v
│ │ │ ├── mr_upc_reload_wr.v
│ │ │ ├── mr_upc_wr.v
│ │ │ ├── msft_data_reseq_mc.v
│ │ │ ├── msft_data_reseq.v
│ │ │ ├── msft_data.v
│ │ │ ├── msft_lt_128.v
│ │ │ ├── msft_lt_32.v
│ │ │ ├── msft_mcv.v
│ │ │ ├── msft_mem_coef.v
│ │ │ ├── msft_mem_hc.v
│ │ │ ├── msft_mem_mcoef.v
│ │ │ ├── msft_mem_reseq_hc.v
│ │ │ ├── msft_mem_reseq_mcycle.v
│ │ │ ├── msft_mem_reseq.v
│ │ │ ├── msft_mem.v
│ │ │ ├── msft_reseq_mc.v
│ │ │ ├── msft_scv.v
│ │ │ ├── msft.v
│ │ │ ├── mul_add.v
│ │ │ ├── mux_16_cen.v
│ │ │ ├── mux_16.v
│ │ │ ├── mux_2to1_cen.v
│ │ │ ├── mux_2to1_comb.v
│ │ │ ├── mux_2to1.v
│ │ │ ├── mux_nc.v
│ │ │ ├── para_tdl.v
│ │ │ ├── par_ctrl.v
│ │ │ ├── par_ld_ser_tdl_nc.v
│ │ │ ├── par_ld_ser_tdl_wr.v
│ │ │ ├── pll_fir.v
│ │ │ ├── poly_mac_ctrl_dec.v
│ │ │ ├── poly_mac_ctrl_int.v
│ │ │ ├── ram_2pt_mram_cen.v
│ │ │ ├── ram_2pt_var_cen_hc.v
│ │ │ ├── ram_2pt_var_cen.v
│ │ │ ├── ram_2pt_var.v
│ │ │ ├── ram_inf.v
│ │ │ ├── ram_lut_cen.v
│ │ │ ├── ram_lut.v
│ │ │ ├── rnd_dat.v
│ │ │ ├── rom_6_lut_r.v
│ │ │ ├── rom_6_lut.v
│ │ │ ├── rom_lut_cen.v
│ │ │ ├── rom_lut_r_cen.v
│ │ │ ├── rom_lut_r.v
│ │ │ ├── rom_lut.v
│ │ │ ├── rom_mset_lut_r_cen.v
│ │ │ ├── rom_mset_lut_r_cen_wr.v
│ │ │ ├── rom_mset_lut_r.v
│ │ │ ├── rom_mset_lut_r_wr.v
│ │ │ ├── rom_mset_lut.v
│ │ │ ├── sadd_c_cen.v
│ │ │ ├── sadd_cen.v
│ │ │ ├── sadd_c.v
│ │ │ ├── sadd_load.v
│ │ │ ├── sadd_lpm_cen.v
│ │ │ ├── sadd_lpm_reg_top_cen.v
│ │ │ ├── sadd_lpm.v
│ │ │ ├── sadd_reg_top_cen.v
│ │ │ ├── sadd_reg_top.v
│ │ │ ├── sadd_sub.v
│ │ │ ├── sadd.v
│ │ │ ├── sat_dat.v
│ │ │ ├── sc_add.v
│ │ │ ├── scale_accum_cen.v
│ │ │ ├── scale_accum.v
│ │ │ ├── scale_shft_comb_cen.v
│ │ │ ├── scale_shft_comb.v
│ │ │ ├── scv_ctrl_deci.v
│ │ │ ├── scv_ctrl.v
│ │ │ ├── ser_ctrl_cen.v
│ │ │ ├── ser_shft_cen.v
│ │ │ ├── ser_shft.v
│ │ │ ├── ser_shift.v
│ │ │ ├── sgn_ext.v
│ │ │ ├── shift_in.v
│ │ │ ├── shift_out.v
│ │ │ ├── slave2slave.v
│ │ │ ├── ssub_cen.v
│ │ │ ├── ssub_c.v
│ │ │ ├── ssub_lpm_cen.v
│ │ │ ├── ssub_lpm.v
│ │ │ ├── ssub.v
│ │ │ ├── sym_add_ser_cen.v
│ │ │ ├── sym_add_ser.v
│ │ │ ├── sym_sub_ser_cen.v
│ │ │ ├── tdl_da_lc.v
│ │ │ ├── trig_buf_l.v
│ │ │ ├── trig_buf_r.v
│ │ │ ├── trig_buf.v
│ │ │ ├── tsadd_c_cen.v
│ │ │ ├── tsadd_cen.v
│ │ │ ├── tsadd_c.v
│ │ │ ├── tsadd_lpm_cen.v
│ │ │ ├── tsadd_lpm_reg_top_cen.v
│ │ │ ├── tsadd_lpm.v
│ │ │ ├── tsadd_reg_top_cen.v
│ │ │ ├── tsadd.v
│ │ │ ├── u2ssub_cen.v
│ │ │ ├── u2ssub.v
│ │ │ ├── uadd_cen.v
│ │ │ ├── uadd.v
│ │ │ └── wr_en_gen.v
│ │ ├── incremental_db
│ │ │ ├── compiled_partitions
│ │ │ │ ├── ad2_da2_test.root_partition.cmp.atm
│ │ │ │ ├── ad2_da2_test.root_partition.cmp.cfm
│ │ │ │ ├── ad2_da2_test.root_partition.cmp.dfp
│ │ │ │ ├── ad2_da2_test.root_partition.cmp.hdbx
│ │ │ │ ├── ad2_da2_test.root_partition.cmp.kpt
│ │ │ │ ├── ad2_da2_test.root_partition.cmp.logdb
│ │ │ │ ├── ad2_da2_test.root_partition.cmp.rcf
│ │ │ │ ├── ad2_da2_test.root_partition.map.atm
│ │ │ │ ├── ad2_da2_test.root_partition.map.cfm
│ │ │ │ ├── ad2_da2_test.root_partition.map.dpi
│ │ │ │ ├── ad2_da2_test.root_partition.map.hdbx
│ │ │ │ └── ad2_da2_test.root_partition.map.kpt
│ │ │ └── README
│ │ ├── tb_test_fir.vhd
│ │ ├── test_fir_ast.vhd
│ │ ├── test_fir_bb.v
│ │ ├── test_fir.bsf
│ │ ├── test_fir_coef_int.txt
│ │ ├── test_fir_constraints.tcl
│ │ ├── test_fir.html
│ │ ├── test_fir_input.txt
│ │ ├── test_fir_mlab.m
│ │ ├── test_fir_model.m
│ │ ├── test_fir_msim.tcl
│ │ ├── test_fir_nativelink.tcl
│ │ ├── test_fir_param.txt
│ │ ├── test_fir.qip
│ │ ├── test_fir_silent_param.txt
│ │ ├── test_fir_st.v
│ │ ├── test_fir.v
│ │ ├── test_fir.vec
│ │ ├── topdesign.v
│ │ ├── topdesign.v.bak
│ │ └── velocity.log
│ └── readme.txt
└── 说明.txt
102 directories, 2196 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论