实例介绍
FPGA开发板Verilog例程(基础+进阶)入门到比较深入学习的都有了
【实例截图】
【核心代码】
FPGA开发板例程(基础进阶)
└── 大西瓜FPGA开发板例程(基础+进阶)
├── 开发板基础实验
│ └── 开发板基础实验
│ ├── 1602
│ │ ├── db
│ │ │ ├── my1602.(0).cnf.cdb
│ │ │ ├── my1602.(0).cnf.hdb
│ │ │ ├── my1602.asm.qmsg
│ │ │ ├── my1602.asm_labs.ddb
│ │ │ ├── my1602.cbx.xml
│ │ │ ├── my1602.cmp.bpm
│ │ │ ├── my1602.cmp.cdb
│ │ │ ├── my1602.cmp.ecobp
│ │ │ ├── my1602.cmp.hdb
│ │ │ ├── my1602.cmp.kpt
│ │ │ ├── my1602.cmp.logdb
│ │ │ ├── my1602.cmp.rdb
│ │ │ ├── my1602.cmp.tdb
│ │ │ ├── my1602.cmp0.ddb
│ │ │ ├── my1602.cmp2.ddb
│ │ │ ├── my1602.cmp_merge.kpt
│ │ │ ├── my1602.db_info
│ │ │ ├── my1602.eco.cdb
│ │ │ ├── my1602.fit.qmsg
│ │ │ ├── my1602.hier_info
│ │ │ ├── my1602.hif
│ │ │ ├── my1602.lpc.html
│ │ │ ├── my1602.lpc.rdb
│ │ │ ├── my1602.lpc.txt
│ │ │ ├── my1602.map.bpm
│ │ │ ├── my1602.map.cdb
│ │ │ ├── my1602.map.ecobp
│ │ │ ├── my1602.map.hdb
│ │ │ ├── my1602.map.kpt
│ │ │ ├── my1602.map.logdb
│ │ │ ├── my1602.map.qmsg
│ │ │ ├── my1602.map_bb.cdb
│ │ │ ├── my1602.map_bb.hdb
│ │ │ ├── my1602.map_bb.logdb
│ │ │ ├── my1602.pre_map.cdb
│ │ │ ├── my1602.pre_map.hdb
│ │ │ ├── my1602.rtlv.hdb
│ │ │ ├── my1602.rtlv_sg.cdb
│ │ │ ├── my1602.rtlv_sg_swap.cdb
│ │ │ ├── my1602.sgdiff.cdb
│ │ │ ├── my1602.sgdiff.hdb
│ │ │ ├── my1602.sld_design_entry.sci
│ │ │ ├── my1602.sld_design_entry_dsc.sci
│ │ │ ├── my1602.syn_hier_info
│ │ │ ├── my1602.tan.qmsg
│ │ │ ├── my1602.tis_db_list.ddb
│ │ │ ├── my1602_global_asgn_op.abo
│ │ │ ├── prev_cmp_my1602.asm.qmsg
│ │ │ ├── prev_cmp_my1602.fit.qmsg
│ │ │ ├── prev_cmp_my1602.map.qmsg
│ │ │ ├── prev_cmp_my1602.qmsg
│ │ │ └── prev_cmp_my1602.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── my1602.root_partition.cmp.atm
│ │ │ ├── my1602.root_partition.cmp.dfp
│ │ │ ├── my1602.root_partition.cmp.hdbx
│ │ │ ├── my1602.root_partition.cmp.kpt
│ │ │ ├── my1602.root_partition.cmp.logdb
│ │ │ ├── my1602.root_partition.cmp.rcf
│ │ │ ├── my1602.root_partition.map.atm
│ │ │ ├── my1602.root_partition.map.dpi
│ │ │ ├── my1602.root_partition.map.hdbx
│ │ │ └── my1602.root_partition.map.kpt
│ │ ├── my1602.asm.rpt
│ │ ├── my1602.cdf
│ │ ├── my1602.done
│ │ ├── my1602.dpf
│ │ ├── my1602.fit.rpt
│ │ ├── my1602.fit.smsg
│ │ ├── my1602.fit.summary
│ │ ├── my1602.flow.rpt
│ │ ├── my1602.map.rpt
│ │ ├── my1602.map.smsg
│ │ ├── my1602.map.summary
│ │ ├── my1602.pin
│ │ ├── my1602.pof
│ │ ├── my1602.qpf
│ │ ├── my1602.qsf
│ │ ├── my1602.qws
│ │ ├── my1602.sof
│ │ ├── my1602.tan.rpt
│ │ ├── my1602.tan.summary
│ │ ├── my1602.v
│ │ └── my1602.v.bak
│ ├── DDS与嵌入式逻辑分析仪的调用
│ │ ├── DDS.asm.rpt
│ │ ├── DDS.done
│ │ ├── DDS.dpf
│ │ ├── DDS.fit.rpt
│ │ ├── DDS.fit.smsg
│ │ ├── DDS.fit.summary
│ │ ├── DDS.flow.rpt
│ │ ├── DDS.jdi
│ │ ├── DDS.map.rpt
│ │ ├── DDS.map.summary
│ │ ├── DDS.pin
│ │ ├── DDS.pof
│ │ ├── DDS.qpf
│ │ ├── DDS.qsf
│ │ ├── DDS.qws
│ │ ├── DDS.sim.rpt
│ │ ├── DDS.sof
│ │ ├── DDS.tan.rpt
│ │ ├── DDS.tan.summary
│ │ ├── DDS.v
│ │ ├── DDS.v.bak
│ │ ├── DDS.vwf
│ │ ├── adder_32.v
│ │ ├── db
│ │ │ ├── DDS.(0).cnf.cdb
│ │ │ ├── DDS.(0).cnf.hdb
│ │ │ ├── DDS.(1).cnf.cdb
│ │ │ ├── DDS.(1).cnf.hdb
│ │ │ ├── DDS.(10).cnf.cdb
│ │ │ ├── DDS.(10).cnf.hdb
│ │ │ ├── DDS.(11).cnf.cdb
│ │ │ ├── DDS.(11).cnf.hdb
│ │ │ ├── DDS.(12).cnf.cdb
│ │ │ ├── DDS.(12).cnf.hdb
│ │ │ ├── DDS.(13).cnf.cdb
│ │ │ ├── DDS.(13).cnf.hdb
│ │ │ ├── DDS.(14).cnf.cdb
│ │ │ ├── DDS.(14).cnf.hdb
│ │ │ ├── DDS.(15).cnf.cdb
│ │ │ ├── DDS.(15).cnf.hdb
│ │ │ ├── DDS.(16).cnf.cdb
│ │ │ ├── DDS.(16).cnf.hdb
│ │ │ ├── DDS.(17).cnf.cdb
│ │ │ ├── DDS.(17).cnf.hdb
│ │ │ ├── DDS.(18).cnf.cdb
│ │ │ ├── DDS.(18).cnf.hdb
│ │ │ ├── DDS.(19).cnf.cdb
│ │ │ ├── DDS.(19).cnf.hdb
│ │ │ ├── DDS.(2).cnf.cdb
│ │ │ ├── DDS.(2).cnf.hdb
│ │ │ ├── DDS.(20).cnf.cdb
│ │ │ ├── DDS.(20).cnf.hdb
│ │ │ ├── DDS.(21).cnf.cdb
│ │ │ ├── DDS.(21).cnf.hdb
│ │ │ ├── DDS.(22).cnf.cdb
│ │ │ ├── DDS.(22).cnf.hdb
│ │ │ ├── DDS.(23).cnf.cdb
│ │ │ ├── DDS.(23).cnf.hdb
│ │ │ ├── DDS.(24).cnf.cdb
│ │ │ ├── DDS.(24).cnf.hdb
│ │ │ ├── DDS.(25).cnf.cdb
│ │ │ ├── DDS.(25).cnf.hdb
│ │ │ ├── DDS.(26).cnf.cdb
│ │ │ ├── DDS.(26).cnf.hdb
│ │ │ ├── DDS.(27).cnf.cdb
│ │ │ ├── DDS.(27).cnf.hdb
│ │ │ ├── DDS.(28).cnf.cdb
│ │ │ ├── DDS.(28).cnf.hdb
│ │ │ ├── DDS.(29).cnf.cdb
│ │ │ ├── DDS.(29).cnf.hdb
│ │ │ ├── DDS.(3).cnf.cdb
│ │ │ ├── DDS.(3).cnf.hdb
│ │ │ ├── DDS.(30).cnf.cdb
│ │ │ ├── DDS.(30).cnf.hdb
│ │ │ ├── DDS.(31).cnf.cdb
│ │ │ ├── DDS.(31).cnf.hdb
│ │ │ ├── DDS.(32).cnf.cdb
│ │ │ ├── DDS.(32).cnf.hdb
│ │ │ ├── DDS.(33).cnf.cdb
│ │ │ ├── DDS.(33).cnf.hdb
│ │ │ ├── DDS.(34).cnf.cdb
│ │ │ ├── DDS.(34).cnf.hdb
│ │ │ ├── DDS.(35).cnf.cdb
│ │ │ ├── DDS.(35).cnf.hdb
│ │ │ ├── DDS.(36).cnf.cdb
│ │ │ ├── DDS.(36).cnf.hdb
│ │ │ ├── DDS.(37).cnf.cdb
│ │ │ ├── DDS.(37).cnf.hdb
│ │ │ ├── DDS.(38).cnf.cdb
│ │ │ ├── DDS.(38).cnf.hdb
│ │ │ ├── DDS.(39).cnf.cdb
│ │ │ ├── DDS.(39).cnf.hdb
│ │ │ ├── DDS.(4).cnf.cdb
│ │ │ ├── DDS.(4).cnf.hdb
│ │ │ ├── DDS.(40).cnf.cdb
│ │ │ ├── DDS.(40).cnf.hdb
│ │ │ ├── DDS.(41).cnf.cdb
│ │ │ ├── DDS.(41).cnf.hdb
│ │ │ ├── DDS.(42).cnf.cdb
│ │ │ ├── DDS.(42).cnf.hdb
│ │ │ ├── DDS.(43).cnf.cdb
│ │ │ ├── DDS.(43).cnf.hdb
│ │ │ ├── DDS.(44).cnf.cdb
│ │ │ ├── DDS.(44).cnf.hdb
│ │ │ ├── DDS.(45).cnf.cdb
│ │ │ ├── DDS.(45).cnf.hdb
│ │ │ ├── DDS.(46).cnf.cdb
│ │ │ ├── DDS.(46).cnf.hdb
│ │ │ ├── DDS.(47).cnf.cdb
│ │ │ ├── DDS.(47).cnf.hdb
│ │ │ ├── DDS.(48).cnf.cdb
│ │ │ ├── DDS.(48).cnf.hdb
│ │ │ ├── DDS.(49).cnf.cdb
│ │ │ ├── DDS.(49).cnf.hdb
│ │ │ ├── DDS.(5).cnf.cdb
│ │ │ ├── DDS.(5).cnf.hdb
│ │ │ ├── DDS.(50).cnf.cdb
│ │ │ ├── DDS.(50).cnf.hdb
│ │ │ ├── DDS.(51).cnf.cdb
│ │ │ ├── DDS.(51).cnf.hdb
│ │ │ ├── DDS.(52).cnf.cdb
│ │ │ ├── DDS.(52).cnf.hdb
│ │ │ ├── DDS.(53).cnf.cdb
│ │ │ ├── DDS.(53).cnf.hdb
│ │ │ ├── DDS.(54).cnf.cdb
│ │ │ ├── DDS.(54).cnf.hdb
│ │ │ ├── DDS.(55).cnf.cdb
│ │ │ ├── DDS.(55).cnf.hdb
│ │ │ ├── DDS.(56).cnf.cdb
│ │ │ ├── DDS.(56).cnf.hdb
│ │ │ ├── DDS.(57).cnf.cdb
│ │ │ ├── DDS.(57).cnf.hdb
│ │ │ ├── DDS.(58).cnf.cdb
│ │ │ ├── DDS.(58).cnf.hdb
│ │ │ ├── DDS.(59).cnf.cdb
│ │ │ ├── DDS.(59).cnf.hdb
│ │ │ ├── DDS.(6).cnf.cdb
│ │ │ ├── DDS.(6).cnf.hdb
│ │ │ ├── DDS.(60).cnf.cdb
│ │ │ ├── DDS.(60).cnf.hdb
│ │ │ ├── DDS.(61).cnf.cdb
│ │ │ ├── DDS.(61).cnf.hdb
│ │ │ ├── DDS.(62).cnf.cdb
│ │ │ ├── DDS.(62).cnf.hdb
│ │ │ ├── DDS.(63).cnf.cdb
│ │ │ ├── DDS.(63).cnf.hdb
│ │ │ ├── DDS.(64).cnf.cdb
│ │ │ ├── DDS.(64).cnf.hdb
│ │ │ ├── DDS.(65).cnf.cdb
│ │ │ ├── DDS.(65).cnf.hdb
│ │ │ ├── DDS.(66).cnf.cdb
│ │ │ ├── DDS.(66).cnf.hdb
│ │ │ ├── DDS.(67).cnf.cdb
│ │ │ ├── DDS.(67).cnf.hdb
│ │ │ ├── DDS.(68).cnf.cdb
│ │ │ ├── DDS.(68).cnf.hdb
│ │ │ ├── DDS.(69).cnf.cdb
│ │ │ ├── DDS.(69).cnf.hdb
│ │ │ ├── DDS.(7).cnf.cdb
│ │ │ ├── DDS.(7).cnf.hdb
│ │ │ ├── DDS.(70).cnf.cdb
│ │ │ ├── DDS.(70).cnf.hdb
│ │ │ ├── DDS.(71).cnf.cdb
│ │ │ ├── DDS.(71).cnf.hdb
│ │ │ ├── DDS.(72).cnf.cdb
│ │ │ ├── DDS.(72).cnf.hdb
│ │ │ ├── DDS.(73).cnf.cdb
│ │ │ ├── DDS.(73).cnf.hdb
│ │ │ ├── DDS.(74).cnf.cdb
│ │ │ ├── DDS.(74).cnf.hdb
│ │ │ ├── DDS.(75).cnf.cdb
│ │ │ ├── DDS.(75).cnf.hdb
│ │ │ ├── DDS.(76).cnf.cdb
│ │ │ ├── DDS.(76).cnf.hdb
│ │ │ ├── DDS.(77).cnf.cdb
│ │ │ ├── DDS.(77).cnf.hdb
│ │ │ ├── DDS.(78).cnf.cdb
│ │ │ ├── DDS.(78).cnf.hdb
│ │ │ ├── DDS.(79).cnf.cdb
│ │ │ ├── DDS.(79).cnf.hdb
│ │ │ ├── DDS.(8).cnf.cdb
│ │ │ ├── DDS.(8).cnf.hdb
│ │ │ ├── DDS.(80).cnf.cdb
│ │ │ ├── DDS.(80).cnf.hdb
│ │ │ ├── DDS.(81).cnf.cdb
│ │ │ ├── DDS.(81).cnf.hdb
│ │ │ ├── DDS.(82).cnf.cdb
│ │ │ ├── DDS.(82).cnf.hdb
│ │ │ ├── DDS.(83).cnf.cdb
│ │ │ ├── DDS.(83).cnf.hdb
│ │ │ ├── DDS.(84).cnf.cdb
│ │ │ ├── DDS.(84).cnf.hdb
│ │ │ ├── DDS.(85).cnf.cdb
│ │ │ ├── DDS.(85).cnf.hdb
│ │ │ ├── DDS.(86).cnf.cdb
│ │ │ ├── DDS.(86).cnf.hdb
│ │ │ ├── DDS.(87).cnf.cdb
│ │ │ ├── DDS.(87).cnf.hdb
│ │ │ ├── DDS.(88).cnf.cdb
│ │ │ ├── DDS.(88).cnf.hdb
│ │ │ ├── DDS.(89).cnf.cdb
│ │ │ ├── DDS.(89).cnf.hdb
│ │ │ ├── DDS.(9).cnf.cdb
│ │ │ ├── DDS.(9).cnf.hdb
│ │ │ ├── DDS.(90).cnf.cdb
│ │ │ ├── DDS.(90).cnf.hdb
│ │ │ ├── DDS.(91).cnf.cdb
│ │ │ ├── DDS.(91).cnf.hdb
│ │ │ ├── DDS.(92).cnf.cdb
│ │ │ ├── DDS.(92).cnf.hdb
│ │ │ ├── DDS.(93).cnf.cdb
│ │ │ ├── DDS.(93).cnf.hdb
│ │ │ ├── DDS.(94).cnf.cdb
│ │ │ ├── DDS.(94).cnf.hdb
│ │ │ ├── DDS.(95).cnf.cdb
│ │ │ ├── DDS.(95).cnf.hdb
│ │ │ ├── DDS.(96).cnf.cdb
│ │ │ ├── DDS.(96).cnf.hdb
│ │ │ ├── DDS.(97).cnf.cdb
│ │ │ ├── DDS.(97).cnf.hdb
│ │ │ ├── DDS.asm.qmsg
│ │ │ ├── DDS.asm_labs.ddb
│ │ │ ├── DDS.cbx.xml
│ │ │ ├── DDS.cmp.bpm
│ │ │ ├── DDS.cmp.cdb
│ │ │ ├── DDS.cmp.ecobp
│ │ │ ├── DDS.cmp.hdb
│ │ │ ├── DDS.cmp.kpt
│ │ │ ├── DDS.cmp.logdb
│ │ │ ├── DDS.cmp.rdb
│ │ │ ├── DDS.cmp.tdb
│ │ │ ├── DDS.cmp0.ddb
│ │ │ ├── DDS.cmp2.ddb
│ │ │ ├── DDS.cmp_merge.kpt
│ │ │ ├── DDS.db_info
│ │ │ ├── DDS.eco.cdb
│ │ │ ├── DDS.eds_overflow
│ │ │ ├── DDS.fit.qmsg
│ │ │ ├── DDS.fnsim.hdb
│ │ │ ├── DDS.fnsim.qmsg
│ │ │ ├── DDS.hier_info
│ │ │ ├── DDS.hif
│ │ │ ├── DDS.lpc.html
│ │ │ ├── DDS.lpc.rdb
│ │ │ ├── DDS.lpc.txt
│ │ │ ├── DDS.map.bpm
│ │ │ ├── DDS.map.cdb
│ │ │ ├── DDS.map.ecobp
│ │ │ ├── DDS.map.hdb
│ │ │ ├── DDS.map.kpt
│ │ │ ├── DDS.map.logdb
│ │ │ ├── DDS.map.qmsg
│ │ │ ├── DDS.map_bb.cdb
│ │ │ ├── DDS.map_bb.hdb
│ │ │ ├── DDS.map_bb.logdb
│ │ │ ├── DDS.pre_map.cdb
│ │ │ ├── DDS.pre_map.hdb
│ │ │ ├── DDS.rtlv.hdb
│ │ │ ├── DDS.rtlv_sg.cdb
│ │ │ ├── DDS.rtlv_sg_swap.cdb
│ │ │ ├── DDS.sgdiff.cdb
│ │ │ ├── DDS.sgdiff.hdb
│ │ │ ├── DDS.sim.cvwf
│ │ │ ├── DDS.sim.hdb
│ │ │ ├── DDS.sim.qmsg
│ │ │ ├── DDS.sim.rdb
│ │ │ ├── DDS.simfam
│ │ │ ├── DDS.sld_design_entry.sci
│ │ │ ├── DDS.sld_design_entry_dsc.sci
│ │ │ ├── DDS.syn_hier_info
│ │ │ ├── DDS.tan.qmsg
│ │ │ ├── DDS.tis_db_list.ddb
│ │ │ ├── DDS_global_asgn_op.abo
│ │ │ ├── altsyncram_07p3.tdf
│ │ │ ├── altsyncram_cgq1.tdf
│ │ │ ├── altsyncram_g4p3.tdf
│ │ │ ├── altsyncram_hk71.tdf
│ │ │ ├── altsyncram_sdq1.tdf
│ │ │ ├── cmpr_5cc.tdf
│ │ │ ├── cmpr_8cc.tdf
│ │ │ ├── cmpr_9cc.tdf
│ │ │ ├── cntr_1ci.tdf
│ │ │ ├── cntr_gui.tdf
│ │ │ ├── cntr_m4j.tdf
│ │ │ ├── cntr_nbi.tdf
│ │ │ ├── cntr_qbi.tdf
│ │ │ ├── cntr_v1j.tdf
│ │ │ ├── decode_rqf.tdf
│ │ │ ├── mux_7oc.tdf
│ │ │ ├── mux_eoc.tdf
│ │ │ ├── prev_cmp_DDS.asm.qmsg
│ │ │ ├── prev_cmp_DDS.fit.qmsg
│ │ │ ├── prev_cmp_DDS.map.qmsg
│ │ │ ├── prev_cmp_DDS.qmsg
│ │ │ ├── prev_cmp_DDS.sim.qmsg
│ │ │ ├── prev_cmp_DDS.tan.qmsg
│ │ │ └── wed.wsf
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── DDS.autos_3e92b2e5d298f5cf757a393f7655ccd81.map.atm
│ │ │ ├── DDS.autos_3e92b2e5d298f5cf757a393f7655ccd81.map.hdbx
│ │ │ ├── DDS.autos_3e92b2e5d298f5cf757a393f7655ccd81.map.kpt
│ │ │ ├── DDS.autos_3e92b2e5d298f5cf757a393f7655ccd81.map.logdb
│ │ │ ├── DDS.root_partition.cmp.atm
│ │ │ ├── DDS.root_partition.cmp.dfp
│ │ │ ├── DDS.root_partition.cmp.hdbx
│ │ │ ├── DDS.root_partition.cmp.kpt
│ │ │ ├── DDS.root_partition.cmp.logdb
│ │ │ ├── DDS.root_partition.cmp.rcf
│ │ │ ├── DDS.root_partition.map.atm
│ │ │ ├── DDS.root_partition.map.dpi
│ │ │ ├── DDS.root_partition.map.hdbx
│ │ │ ├── DDS.root_partition.map.kpt
│ │ │ ├── DDS.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.atm
│ │ │ ├── DDS.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.dpi
│ │ │ ├── DDS.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.hdbx
│ │ │ ├── DDS.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.kpt
│ │ │ └── DDS.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.logdb
│ │ ├── reg32.v
│ │ ├── reg32.v.bak
│ │ ├── sin.mif
│ │ ├── sin_rom.inc
│ │ ├── sin_rom.qip
│ │ ├── sin_rom.v
│ │ ├── sin_rom_bb.v
│ │ ├── sin_rom_wave0.jpg
│ │ ├── sin_rom_waveforms.html
│ │ └── stp1.stp
│ ├── LED流水灯
│ │ ├── LED流水灯_移位方式
│ │ │ ├── db
│ │ │ │ ├── led.db_info
│ │ │ │ ├── led.sim.cvwf
│ │ │ │ ├── led_global_asgn_op.abo
│ │ │ │ ├── prev_cmp_led.asm.qmsg
│ │ │ │ ├── prev_cmp_led.fit.qmsg
│ │ │ │ ├── prev_cmp_led.map.qmsg
│ │ │ │ ├── prev_cmp_led.qmsg
│ │ │ │ ├── prev_cmp_led.sim.qmsg
│ │ │ │ ├── prev_cmp_led.tan.qmsg
│ │ │ │ └── wed.wsf
│ │ │ ├── incremental_db
│ │ │ │ ├── README
│ │ │ │ └── compiled_partitions
│ │ │ │ ├── led.root_partition.cmp.atm
│ │ │ │ ├── led.root_partition.cmp.dfp
│ │ │ │ ├── led.root_partition.cmp.hdbx
│ │ │ │ ├── led.root_partition.cmp.kpt
│ │ │ │ ├── led.root_partition.cmp.logdb
│ │ │ │ ├── led.root_partition.cmp.rcf
│ │ │ │ ├── led.root_partition.map.atm
│ │ │ │ ├── led.root_partition.map.dpi
│ │ │ │ ├── led.root_partition.map.hdbx
│ │ │ │ └── led.root_partition.map.kpt
│ │ │ ├── led.asm.rpt
│ │ │ ├── led.cdf
│ │ │ ├── led.done
│ │ │ ├── led.dpf
│ │ │ ├── led.fit.rpt
│ │ │ ├── led.fit.smsg
│ │ │ ├── led.fit.summary
│ │ │ ├── led.flow.rpt
│ │ │ ├── led.map.rpt
│ │ │ ├── led.map.summary
│ │ │ ├── led.pin
│ │ │ ├── led.pof
│ │ │ ├── led.qpf
│ │ │ ├── led.qsf
│ │ │ ├── led.qws
│ │ │ ├── led.sim.rpt
│ │ │ ├── led.sof
│ │ │ ├── led.tan.rpt
│ │ │ ├── led.tan.summary
│ │ │ ├── led.v
│ │ │ ├── led.v.bak
│ │ │ └── led.vwf
│ │ └── LED花样流水灯
│ │ ├── db
│ │ │ ├── led_water.(0).cnf.cdb
│ │ │ ├── led_water.(0).cnf.hdb
│ │ │ ├── led_water.asm.qmsg
│ │ │ ├── led_water.asm_labs.ddb
│ │ │ ├── led_water.cbx.xml
│ │ │ ├── led_water.cmp.bpm
│ │ │ ├── led_water.cmp.cdb
│ │ │ ├── led_water.cmp.ecobp
│ │ │ ├── led_water.cmp.hdb
│ │ │ ├── led_water.cmp.kpt
│ │ │ ├── led_water.cmp.logdb
│ │ │ ├── led_water.cmp.rdb
│ │ │ ├── led_water.cmp.tdb
│ │ │ ├── led_water.cmp0.ddb
│ │ │ ├── led_water.cmp2.ddb
│ │ │ ├── led_water.cmp_merge.kpt
│ │ │ ├── led_water.db_info
│ │ │ ├── led_water.eco.cdb
│ │ │ ├── led_water.eda.qmsg
│ │ │ ├── led_water.fit.qmsg
│ │ │ ├── led_water.hier_info
│ │ │ ├── led_water.hif
│ │ │ ├── led_water.lpc.html
│ │ │ ├── led_water.lpc.rdb
│ │ │ ├── led_water.lpc.txt
│ │ │ ├── led_water.map.bpm
│ │ │ ├── led_water.map.cdb
│ │ │ ├── led_water.map.ecobp
│ │ │ ├── led_water.map.hdb
│ │ │ ├── led_water.map.kpt
│ │ │ ├── led_water.map.logdb
│ │ │ ├── led_water.map.qmsg
│ │ │ ├── led_water.map_bb.cdb
│ │ │ ├── led_water.map_bb.hdb
│ │ │ ├── led_water.map_bb.logdb
│ │ │ ├── led_water.pre_map.cdb
│ │ │ ├── led_water.pre_map.hdb
│ │ │ ├── led_water.rom0_led_water_6101e582.hdl.mif
│ │ │ ├── led_water.rpp.qmsg
│ │ │ ├── led_water.rtlv.hdb
│ │ │ ├── led_water.rtlv_sg.cdb
│ │ │ ├── led_water.rtlv_sg_swap.cdb
│ │ │ ├── led_water.sgate.rvd
│ │ │ ├── led_water.sgate_sm.rvd
│ │ │ ├── led_water.sgdiff.cdb
│ │ │ ├── led_water.sgdiff.hdb
│ │ │ ├── led_water.sld_design_entry.sci
│ │ │ ├── led_water.sld_design_entry_dsc.sci
│ │ │ ├── led_water.syn_hier_info
│ │ │ ├── led_water.tan.qmsg
│ │ │ ├── led_water.tis_db_list.ddb
│ │ │ ├── led_water.tmw_info
│ │ │ ├── led_water_global_asgn_op.abo
│ │ │ ├── prev_cmp_led_water.asm.qmsg
│ │ │ ├── prev_cmp_led_water.eda.qmsg
│ │ │ ├── prev_cmp_led_water.fit.qmsg
│ │ │ ├── prev_cmp_led_water.map.qmsg
│ │ │ ├── prev_cmp_led_water.qmsg
│ │ │ └── prev_cmp_led_water.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── led_water.root_partition.cmp.atm
│ │ │ ├── led_water.root_partition.cmp.dfp
│ │ │ ├── led_water.root_partition.cmp.hdbx
│ │ │ ├── led_water.root_partition.cmp.kpt
│ │ │ ├── led_water.root_partition.cmp.logdb
│ │ │ ├── led_water.root_partition.cmp.rcf
│ │ │ ├── led_water.root_partition.map.atm
│ │ │ ├── led_water.root_partition.map.dpi
│ │ │ ├── led_water.root_partition.map.hdbx
│ │ │ └── led_water.root_partition.map.kpt
│ │ ├── led_water.asm.rpt
│ │ ├── led_water.cdf
│ │ ├── led_water.done
│ │ ├── led_water.dpf
│ │ ├── led_water.eda.rpt
│ │ ├── led_water.fit.rpt
│ │ ├── led_water.fit.smsg
│ │ ├── led_water.fit.summary
│ │ ├── led_water.flow.rpt
│ │ ├── led_water.map.rpt
│ │ ├── led_water.map.summary
│ │ ├── led_water.pin
│ │ ├── led_water.pof
│ │ ├── led_water.qpf
│ │ ├── led_water.qsf
│ │ ├── led_water.qws
│ │ ├── led_water.sof
│ │ ├── led_water.tan.rpt
│ │ ├── led_water.tan.summary
│ │ ├── led_water.v
│ │ └── led_water.v.bak
│ ├── PWM控制灯的亮暗
│ │ ├── db
│ │ │ ├── prev_cmp_pwm.asm.qmsg
│ │ │ ├── prev_cmp_pwm.fit.qmsg
│ │ │ ├── prev_cmp_pwm.map.qmsg
│ │ │ ├── prev_cmp_pwm.qmsg
│ │ │ ├── prev_cmp_pwm.tan.qmsg
│ │ │ ├── pwm.(0).cnf.cdb
│ │ │ ├── pwm.(0).cnf.hdb
│ │ │ ├── pwm.asm.qmsg
│ │ │ ├── pwm.asm_labs.ddb
│ │ │ ├── pwm.cbx.xml
│ │ │ ├── pwm.cmp.bpm
│ │ │ ├── pwm.cmp.cdb
│ │ │ ├── pwm.cmp.ecobp
│ │ │ ├── pwm.cmp.hdb
│ │ │ ├── pwm.cmp.kpt
│ │ │ ├── pwm.cmp.logdb
│ │ │ ├── pwm.cmp.rdb
│ │ │ ├── pwm.cmp.tdb
│ │ │ ├── pwm.cmp0.ddb
│ │ │ ├── pwm.cmp2.ddb
│ │ │ ├── pwm.cmp_merge.kpt
│ │ │ ├── pwm.db_info
│ │ │ ├── pwm.eco.cdb
│ │ │ ├── pwm.fit.qmsg
│ │ │ ├── pwm.hier_info
│ │ │ ├── pwm.hif
│ │ │ ├── pwm.lpc.html
│ │ │ ├── pwm.lpc.rdb
│ │ │ ├── pwm.lpc.txt
│ │ │ ├── pwm.map.bpm
│ │ │ ├── pwm.map.cdb
│ │ │ ├── pwm.map.ecobp
│ │ │ ├── pwm.map.hdb
│ │ │ ├── pwm.map.kpt
│ │ │ ├── pwm.map.logdb
│ │ │ ├── pwm.map.qmsg
│ │ │ ├── pwm.map_bb.cdb
│ │ │ ├── pwm.map_bb.hdb
│ │ │ ├── pwm.map_bb.logdb
│ │ │ ├── pwm.pre_map.cdb
│ │ │ ├── pwm.pre_map.hdb
│ │ │ ├── pwm.rpp.qmsg
│ │ │ ├── pwm.rtlv.hdb
│ │ │ ├── pwm.rtlv_sg.cdb
│ │ │ ├── pwm.rtlv_sg_swap.cdb
│ │ │ ├── pwm.sgate.rvd
│ │ │ ├── pwm.sgate_sm.rvd
│ │ │ ├── pwm.sgdiff.cdb
│ │ │ ├── pwm.sgdiff.hdb
│ │ │ ├── pwm.sld_design_entry.sci
│ │ │ ├── pwm.sld_design_entry_dsc.sci
│ │ │ ├── pwm.smp_dump.txt
│ │ │ ├── pwm.syn_hier_info
│ │ │ ├── pwm.tan.qmsg
│ │ │ ├── pwm.tis_db_list.ddb
│ │ │ └── pwm_global_asgn_op.abo
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── pwm.root_partition.cmp.atm
│ │ │ ├── pwm.root_partition.cmp.dfp
│ │ │ ├── pwm.root_partition.cmp.hdbx
│ │ │ ├── pwm.root_partition.cmp.kpt
│ │ │ ├── pwm.root_partition.cmp.logdb
│ │ │ ├── pwm.root_partition.cmp.rcf
│ │ │ ├── pwm.root_partition.map.atm
│ │ │ ├── pwm.root_partition.map.dpi
│ │ │ ├── pwm.root_partition.map.hdbx
│ │ │ └── pwm.root_partition.map.kpt
│ │ ├── pwm.asm.rpt
│ │ ├── pwm.done
│ │ ├── pwm.dpf
│ │ ├── pwm.fit.rpt
│ │ ├── pwm.fit.smsg
│ │ ├── pwm.fit.summary
│ │ ├── pwm.flow.rpt
│ │ ├── pwm.map.rpt
│ │ ├── pwm.map.smsg
│ │ ├── pwm.map.summary
│ │ ├── pwm.pin
│ │ ├── pwm.pof
│ │ ├── pwm.qpf
│ │ ├── pwm.qsf
│ │ ├── pwm.qws
│ │ ├── pwm.sof
│ │ ├── pwm.tan.rpt
│ │ ├── pwm.tan.summary
│ │ ├── pwm.v
│ │ └── pwm.v.bak
│ ├── 串口通信
│ │ ├── db
│ │ │ ├── prev_cmp_uart.asm.qmsg
│ │ │ ├── prev_cmp_uart.fit.qmsg
│ │ │ ├── prev_cmp_uart.map.qmsg
│ │ │ ├── prev_cmp_uart.qmsg
│ │ │ ├── prev_cmp_uart.tan.qmsg
│ │ │ ├── uart.(0).cnf.cdb
│ │ │ ├── uart.(0).cnf.hdb
│ │ │ ├── uart.asm.qmsg
│ │ │ ├── uart.asm_labs.ddb
│ │ │ ├── uart.cbx.xml
│ │ │ ├── uart.cmp.bpm
│ │ │ ├── uart.cmp.cdb
│ │ │ ├── uart.cmp.ecobp
│ │ │ ├── uart.cmp.hdb
│ │ │ ├── uart.cmp.kpt
│ │ │ ├── uart.cmp.logdb
│ │ │ ├── uart.cmp.rdb
│ │ │ ├── uart.cmp.tdb
│ │ │ ├── uart.cmp0.ddb
│ │ │ ├── uart.cmp2.ddb
│ │ │ ├── uart.cmp_merge.kpt
│ │ │ ├── uart.db_info
│ │ │ ├── uart.eco.cdb
│ │ │ ├── uart.fit.qmsg
│ │ │ ├── uart.hier_info
│ │ │ ├── uart.hif
│ │ │ ├── uart.lpc.html
│ │ │ ├── uart.lpc.rdb
│ │ │ ├── uart.lpc.txt
│ │ │ ├── uart.map.bpm
│ │ │ ├── uart.map.cdb
│ │ │ ├── uart.map.ecobp
│ │ │ ├── uart.map.hdb
│ │ │ ├── uart.map.kpt
│ │ │ ├── uart.map.logdb
│ │ │ ├── uart.map.qmsg
│ │ │ ├── uart.map_bb.cdb
│ │ │ ├── uart.map_bb.hdb
│ │ │ ├── uart.map_bb.logdb
│ │ │ ├── uart.pre_map.cdb
│ │ │ ├── uart.pre_map.hdb
│ │ │ ├── uart.rtlv.hdb
│ │ │ ├── uart.rtlv_sg.cdb
│ │ │ ├── uart.rtlv_sg_swap.cdb
│ │ │ ├── uart.sgdiff.cdb
│ │ │ ├── uart.sgdiff.hdb
│ │ │ ├── uart.sld_design_entry.sci
│ │ │ ├── uart.sld_design_entry_dsc.sci
│ │ │ ├── uart.syn_hier_info
│ │ │ ├── uart.tan.qmsg
│ │ │ ├── uart.tis_db_list.ddb
│ │ │ └── uart_global_asgn_op.abo
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── uart.root_partition.cmp.atm
│ │ │ ├── uart.root_partition.cmp.dfp
│ │ │ ├── uart.root_partition.cmp.hdbx
│ │ │ ├── uart.root_partition.cmp.kpt
│ │ │ ├── uart.root_partition.cmp.logdb
│ │ │ ├── uart.root_partition.cmp.rcf
│ │ │ ├── uart.root_partition.map.atm
│ │ │ ├── uart.root_partition.map.dpi
│ │ │ ├── uart.root_partition.map.hdbx
│ │ │ └── uart.root_partition.map.kpt
│ │ ├── uart.asm.rpt
│ │ ├── uart.cdf
│ │ ├── uart.done
│ │ ├── uart.dpf
│ │ ├── uart.fit.rpt
│ │ ├── uart.fit.smsg
│ │ ├── uart.fit.summary
│ │ ├── uart.flow.rpt
│ │ ├── uart.map.rpt
│ │ ├── uart.map.summary
│ │ ├── uart.pin
│ │ ├── uart.pof
│ │ ├── uart.qpf
│ │ ├── uart.qsf
│ │ ├── uart.qws
│ │ ├── uart.sof
│ │ ├── uart.tan.rpt
│ │ ├── uart.tan.summary
│ │ ├── uart.v
│ │ ├── uart.v.bak
│ │ └── 串口调试助手V2.1.exe
│ ├── 按键消抖
│ │ ├── 状态机消抖
│ │ │ ├── db
│ │ │ │ ├── key.(0).cnf.cdb
│ │ │ │ ├── key.(0).cnf.hdb
│ │ │ │ ├── key.asm.qmsg
│ │ │ │ ├── key.asm_labs.ddb
│ │ │ │ ├── key.cbx.xml
│ │ │ │ ├── key.cmp.bpm
│ │ │ │ ├── key.cmp.cdb
│ │ │ │ ├── key.cmp.ecobp
│ │ │ │ ├── key.cmp.hdb
│ │ │ │ ├── key.cmp.kpt
│ │ │ │ ├── key.cmp.logdb
│ │ │ │ ├── key.cmp.rdb
│ │ │ │ ├── key.cmp.tdb
│ │ │ │ ├── key.cmp0.ddb
│ │ │ │ ├── key.cmp2.ddb
│ │ │ │ ├── key.cmp_merge.kpt
│ │ │ │ ├── key.db_info
│ │ │ │ ├── key.eco.cdb
│ │ │ │ ├── key.fit.qmsg
│ │ │ │ ├── key.hier_info
│ │ │ │ ├── key.hif
│ │ │ │ ├── key.lpc.html
│ │ │ │ ├── key.lpc.rdb
│ │ │ │ ├── key.lpc.txt
│ │ │ │ ├── key.map.bpm
│ │ │ │ ├── key.map.cdb
│ │ │ │ ├── key.map.ecobp
│ │ │ │ ├── key.map.hdb
│ │ │ │ ├── key.map.kpt
│ │ │ │ ├── key.map.logdb
│ │ │ │ ├── key.map.qmsg
│ │ │ │ ├── key.map_bb.cdb
│ │ │ │ ├── key.map_bb.hdb
│ │ │ │ ├── key.map_bb.logdb
│ │ │ │ ├── key.pre_map.cdb
│ │ │ │ ├── key.pre_map.hdb
│ │ │ │ ├── key.rtlv.hdb
│ │ │ │ ├── key.rtlv_sg.cdb
│ │ │ │ ├── key.rtlv_sg_swap.cdb
│ │ │ │ ├── key.sgdiff.cdb
│ │ │ │ ├── key.sgdiff.hdb
│ │ │ │ ├── key.sld_design_entry.sci
│ │ │ │ ├── key.sld_design_entry_dsc.sci
│ │ │ │ ├── key.smp_dump.txt
│ │ │ │ ├── key.syn_hier_info
│ │ │ │ ├── key.tan.qmsg
│ │ │ │ ├── key.tis_db_list.ddb
│ │ │ │ ├── key.tmw_info
│ │ │ │ ├── key_global_asgn_op.abo
│ │ │ │ ├── prev_cmp_key.asm.qmsg
│ │ │ │ ├── prev_cmp_key.fit.qmsg
│ │ │ │ ├── prev_cmp_key.map.qmsg
│ │ │ │ ├── prev_cmp_key.qmsg
│ │ │ │ └── prev_cmp_key.tan.qmsg
│ │ │ ├── incremental_db
│ │ │ │ ├── README
│ │ │ │ └── compiled_partitions
│ │ │ │ ├── key.root_partition.cmp.atm
│ │ │ │ ├── key.root_partition.cmp.dfp
│ │ │ │ ├── key.root_partition.cmp.hdbx
│ │ │ │ ├── key.root_partition.cmp.kpt
│ │ │ │ ├── key.root_partition.cmp.logdb
│ │ │ │ ├── key.root_partition.cmp.rcf
│ │ │ │ ├── key.root_partition.map.atm
│ │ │ │ ├── key.root_partition.map.dpi
│ │ │ │ ├── key.root_partition.map.hdbx
│ │ │ │ └── key.root_partition.map.kpt
│ │ │ ├── key.asm.rpt
│ │ │ ├── key.done
│ │ │ ├── key.dpf
│ │ │ ├── key.fit.rpt
│ │ │ ├── key.fit.smsg
│ │ │ ├── key.fit.summary
│ │ │ ├── key.flow.rpt
│ │ │ ├── key.map.rpt
│ │ │ ├── key.map.summary
│ │ │ ├── key.pin
│ │ │ ├── key.pof
│ │ │ ├── key.qpf
│ │ │ ├── key.qsf
│ │ │ ├── key.qws
│ │ │ ├── key.sof
│ │ │ ├── key.tan.rpt
│ │ │ ├── key.tan.summary
│ │ │ ├── key.v
│ │ │ └── key.v.bak
│ │ └── 计数器消抖
│ │ ├── db
│ │ │ ├── key.(0).cnf.cdb
│ │ │ ├── key.(0).cnf.hdb
│ │ │ ├── key.asm.qmsg
│ │ │ ├── key.asm_labs.ddb
│ │ │ ├── key.cbx.xml
│ │ │ ├── key.cmp.bpm
│ │ │ ├── key.cmp.cdb
│ │ │ ├── key.cmp.ecobp
│ │ │ ├── key.cmp.hdb
│ │ │ ├── key.cmp.kpt
│ │ │ ├── key.cmp.logdb
│ │ │ ├── key.cmp.rdb
│ │ │ ├── key.cmp.tdb
│ │ │ ├── key.cmp0.ddb
│ │ │ ├── key.cmp2.ddb
│ │ │ ├── key.cmp_merge.kpt
│ │ │ ├── key.db_info
│ │ │ ├── key.eco.cdb
│ │ │ ├── key.fit.qmsg
│ │ │ ├── key.hier_info
│ │ │ ├── key.hif
│ │ │ ├── key.lpc.html
│ │ │ ├── key.lpc.rdb
│ │ │ ├── key.lpc.txt
│ │ │ ├── key.map.bpm
│ │ │ ├── key.map.cdb
│ │ │ ├── key.map.ecobp
│ │ │ ├── key.map.hdb
│ │ │ ├── key.map.kpt
│ │ │ ├── key.map.logdb
│ │ │ ├── key.map.qmsg
│ │ │ ├── key.map_bb.cdb
│ │ │ ├── key.map_bb.hdb
│ │ │ ├── key.map_bb.logdb
│ │ │ ├── key.pre_map.cdb
│ │ │ ├── key.pre_map.hdb
│ │ │ ├── key.rtlv.hdb
│ │ │ ├── key.rtlv_sg.cdb
│ │ │ ├── key.rtlv_sg_swap.cdb
│ │ │ ├── key.sgdiff.cdb
│ │ │ ├── key.sgdiff.hdb
│ │ │ ├── key.sld_design_entry.sci
│ │ │ ├── key.sld_design_entry_dsc.sci
│ │ │ ├── key.syn_hier_info
│ │ │ ├── key.tan.qmsg
│ │ │ ├── key.tis_db_list.ddb
│ │ │ ├── key.tmw_info
│ │ │ ├── key_global_asgn_op.abo
│ │ │ ├── prev_cmp_key.asm.qmsg
│ │ │ ├── prev_cmp_key.fit.qmsg
│ │ │ ├── prev_cmp_key.map.qmsg
│ │ │ ├── prev_cmp_key.qmsg
│ │ │ └── prev_cmp_key.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── key.root_partition.cmp.atm
│ │ │ ├── key.root_partition.cmp.dfp
│ │ │ ├── key.root_partition.cmp.hdbx
│ │ │ ├── key.root_partition.cmp.kpt
│ │ │ ├── key.root_partition.cmp.logdb
│ │ │ ├── key.root_partition.cmp.rcf
│ │ │ ├── key.root_partition.map.atm
│ │ │ ├── key.root_partition.map.dpi
│ │ │ ├── key.root_partition.map.hdbx
│ │ │ └── key.root_partition.map.kpt
│ │ ├── key.asm.rpt
│ │ ├── key.done
│ │ ├── key.dpf
│ │ ├── key.fit.rpt
│ │ ├── key.fit.smsg
│ │ ├── key.fit.summary
│ │ ├── key.flow.rpt
│ │ ├── key.map.rpt
│ │ ├── key.map.summary
│ │ ├── key.pin
│ │ ├── key.pof
│ │ ├── key.qpf
│ │ ├── key.qsf
│ │ ├── key.qws
│ │ ├── key.sof
│ │ ├── key.tan.rpt
│ │ ├── key.tan.summary
│ │ ├── key.v
│ │ └── key.v.bak
│ ├── 按键计数器
│ │ ├── db
│ │ │ ├── key_counter.(0).cnf.cdb
│ │ │ ├── key_counter.(0).cnf.hdb
│ │ │ ├── key_counter.asm.qmsg
│ │ │ ├── key_counter.asm_labs.ddb
│ │ │ ├── key_counter.cbx.xml
│ │ │ ├── key_counter.cmp.bpm
│ │ │ ├── key_counter.cmp.cdb
│ │ │ ├── key_counter.cmp.ecobp
│ │ │ ├── key_counter.cmp.hdb
│ │ │ ├── key_counter.cmp.kpt
│ │ │ ├── key_counter.cmp.logdb
│ │ │ ├── key_counter.cmp.rdb
│ │ │ ├── key_counter.cmp.tdb
│ │ │ ├── key_counter.cmp0.ddb
│ │ │ ├── key_counter.cmp2.ddb
│ │ │ ├── key_counter.cmp_merge.kpt
│ │ │ ├── key_counter.db_info
│ │ │ ├── key_counter.eco.cdb
│ │ │ ├── key_counter.fit.qmsg
│ │ │ ├── key_counter.hier_info
│ │ │ ├── key_counter.hif
│ │ │ ├── key_counter.lpc.html
│ │ │ ├── key_counter.lpc.rdb
│ │ │ ├── key_counter.lpc.txt
│ │ │ ├── key_counter.map.bpm
│ │ │ ├── key_counter.map.cdb
│ │ │ ├── key_counter.map.ecobp
│ │ │ ├── key_counter.map.hdb
│ │ │ ├── key_counter.map.kpt
│ │ │ ├── key_counter.map.logdb
│ │ │ ├── key_counter.map.qmsg
│ │ │ ├── key_counter.map_bb.cdb
│ │ │ ├── key_counter.map_bb.hdb
│ │ │ ├── key_counter.map_bb.logdb
│ │ │ ├── key_counter.pre_map.cdb
│ │ │ ├── key_counter.pre_map.hdb
│ │ │ ├── key_counter.rtlv.hdb
│ │ │ ├── key_counter.rtlv_sg.cdb
│ │ │ ├── key_counter.rtlv_sg_swap.cdb
│ │ │ ├── key_counter.sgdiff.cdb
│ │ │ ├── key_counter.sgdiff.hdb
│ │ │ ├── key_counter.sld_design_entry.sci
│ │ │ ├── key_counter.sld_design_entry_dsc.sci
│ │ │ ├── key_counter.smp_dump.txt
│ │ │ ├── key_counter.syn_hier_info
│ │ │ ├── key_counter.tan.qmsg
│ │ │ ├── key_counter.tis_db_list.ddb
│ │ │ ├── key_counter_global_asgn_op.abo
│ │ │ ├── prev_cmp_key_counter.asm.qmsg
│ │ │ ├── prev_cmp_key_counter.fit.qmsg
│ │ │ ├── prev_cmp_key_counter.map.qmsg
│ │ │ ├── prev_cmp_key_counter.qmsg
│ │ │ └── prev_cmp_key_counter.tan.qmsg
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── key_counter.root_partition.cmp.atm
│ │ │ ├── key_counter.root_partition.cmp.dfp
│ │ │ ├── key_counter.root_partition.cmp.hdbx
│ │ │ ├── key_counter.root_partition.cmp.kpt
│ │ │ ├── key_counter.root_partition.cmp.logdb
│ │ │ ├── key_counter.root_partition.cmp.rcf
│ │ │ ├── key_counter.root_partition.map.atm
│ │ │ ├── key_counter.root_partition.map.dpi
│ │ │ ├── key_counter.root_partition.map.hdbx
│ │ │ └── key_counter.root_partition.map.kpt
│ │ ├── key_counter.asm.rpt
│ │ ├── key_counter.done
│ │ ├── key_counter.dpf
│ │ ├── key_counter.fit.rpt
│ │ ├── key_counter.fit.smsg
│ │ ├── key_counter.fit.summary
│ │ ├── key_counter.flow.rpt
│ │ ├── key_counter.map.rpt
│ │ ├── key_counter.map.smsg
│ │ ├── key_counter.map.summary
│ │ ├── key_counter.pin
│ │ ├── key_counter.pof
│ │ ├── key_counter.qpf
│ │ ├── key_counter.qsf
│ │ ├── key_counter.qws
│ │ ├── key_counter.sof
│ │ ├── key_counter.tan.rpt
│ │ ├── key_counter.tan.summary
│ │ ├── key_counter.v
│ │ └── key_counter.v.bak
│ ├── 蜂鸣器唱歌
│ │ ├── db
│ │ │ ├── prev_cmp_song.map.qmsg
│ │ │ ├── prev_cmp_song.qmsg
│ │ │ ├── song.(0).cnf.cdb
│ │ │ ├── song.(0).cnf.hdb
│ │ │ ├── song.asm.qmsg
│ │ │ ├── song.asm_labs.ddb
│ │ │ ├── song.cbx.xml
│ │ │ ├── song.cmp.bpm
│ │ │ ├── song.cmp.cdb
│ │ │ ├── song.cmp.ecobp
│ │ │ ├── song.cmp.hdb
│ │ │ ├── song.cmp.kpt
│ │ │ ├── song.cmp.logdb
│ │ │ ├── song.cmp.rdb
│ │ │ ├── song.cmp.tdb
│ │ │ ├── song.cmp0.ddb
│ │ │ ├── song.cmp2.ddb
│ │ │ ├── song.cmp_merge.kpt
│ │ │ ├── song.db_info
│ │ │ ├── song.eco.cdb
│ │ │ ├── song.fit.qmsg
│ │ │ ├── song.hier_info
│ │ │ ├── song.hif
│ │ │ ├── song.lpc.html
│ │ │ ├── song.lpc.rdb
│ │ │ ├── song.lpc.txt
│ │ │ ├── song.map.bpm
│ │ │ ├── song.map.cdb
│ │ │ ├── song.map.ecobp
│ │ │ ├── song.map.hdb
│ │ │ ├── song.map.kpt
│ │ │ ├── song.map.logdb
│ │ │ ├── song.map.qmsg
│ │ │ ├── song.map_bb.cdb
│ │ │ ├── song.map_bb.hdb
│ │ │ ├── song.map_bb.logdb
│ │ │ ├── song.pre_map.cdb
│ │ │ ├── song.pre_map.hdb
│ │ │ ├── song.rtlv.hdb
│ │ │ ├── song.rtlv_sg.cdb
│ │ │ ├── song.rtlv_sg_swap.cdb
│ │ │ ├── song.sgdiff.cdb
│ │ │ ├── song.sgdiff.hdb
│ │ │ ├── song.sld_design_entry.sci
│ │ │ ├── song.sld_design_entry_dsc.sci
│ │ │ ├── song.syn_hier_info
│ │ │ ├── song.tan.qmsg
│ │ │ ├── song.tis_db_list.ddb
│ │ │ ├── song.tmw_info
│ │ │ └── song_global_asgn_op.abo
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── song.root_partition.cmp.atm
│ │ │ ├── song.root_partition.cmp.dfp
│ │ │ ├── song.root_partition.cmp.hdbx
│ │ │ ├── song.root_partition.cmp.kpt
│ │ │ ├── song.root_partition.cmp.logdb
│ │ │ ├── song.root_partition.cmp.rcf
│ │ │ ├── song.root_partition.map.atm
│ │ │ ├── song.root_partition.map.dpi
│ │ │ ├── song.root_partition.map.hdbx
│ │ │ └── song.root_partition.map.kpt
│ │ ├── song.asm.rpt
│ │ ├── song.done
│ │ ├── song.dpf
│ │ ├── song.fit.rpt
│ │ ├── song.fit.smsg
│ │ ├── song.fit.summary
│ │ ├── song.flow.rpt
│ │ ├── song.map.rpt
│ │ ├── song.map.summary
│ │ ├── song.pin
│ │ ├── song.pof
│ │ ├── song.qpf
│ │ ├── song.qsf
│ │ ├── song.qws
│ │ ├── song.sof
│ │ ├── song.tan.rpt
│ │ ├── song.tan.summary
│ │ ├── song.v
│ │ └── song.v.bak
│ ├── 测頻计的设计
│ │ ├── db
│ │ │ ├── prev_cmp_test_f.qmsg
│ │ │ ├── prev_cmp_text_f.asm.qmsg
│ │ │ ├── prev_cmp_text_f.fit.qmsg
│ │ │ ├── prev_cmp_text_f.map.qmsg
│ │ │ ├── prev_cmp_text_f.tan.qmsg
│ │ │ ├── test_f.db_info
│ │ │ ├── test_f.eco.cdb
│ │ │ ├── test_f.sld_design_entry.sci
│ │ │ ├── text_f.(0).cnf.cdb
│ │ │ ├── text_f.(0).cnf.hdb
│ │ │ ├── text_f.asm.qmsg
│ │ │ ├── text_f.asm_labs.ddb
│ │ │ ├── text_f.cbx.xml
│ │ │ ├── text_f.cmp.bpm
│ │ │ ├── text_f.cmp.cdb
│ │ │ ├── text_f.cmp.ecobp
│ │ │ ├── text_f.cmp.hdb
│ │ │ ├── text_f.cmp.kpt
│ │ │ ├── text_f.cmp.logdb
│ │ │ ├── text_f.cmp.rdb
│ │ │ ├── text_f.cmp.tdb
│ │ │ ├── text_f.cmp0.ddb
│ │ │ ├── text_f.cmp2.ddb
│ │ │ ├── text_f.cmp_merge.kpt
│ │ │ ├── text_f.db_info
│ │ │ ├── text_f.eco.cdb
│ │ │ ├── text_f.fit.qmsg
│ │ │ ├── text_f.hier_info
│ │ │ ├── text_f.hif
│ │ │ ├── text_f.lpc.html
│ │ │ ├── text_f.lpc.rdb
│ │ │ ├── text_f.lpc.txt
│ │ │ ├── text_f.map.bpm
│ │ │ ├── text_f.map.cdb
│ │ │ ├── text_f.map.ecobp
│ │ │ ├── text_f.map.hdb
│ │ │ ├── text_f.map.kpt
│ │ │ ├── text_f.map.logdb
│ │ │ ├── text_f.map.qmsg
│ │ │ ├── text_f.map_bb.cdb
│ │ │ ├── text_f.map_bb.hdb
│ │ │ ├── text_f.map_bb.logdb
│ │ │ ├── text_f.pre_map.cdb
│ │ │ ├── text_f.pre_map.hdb
│ │ │ ├── text_f.rpp.qmsg
│ │ │ ├── text_f.rtlv.hdb
│ │ │ ├── text_f.rtlv_sg.cdb
│ │ │ ├── text_f.rtlv_sg_swap.cdb
│ │ │ ├── text_f.sgate.rvd
│ │ │ ├── text_f.sgate_sm.rvd
│ │ │ ├── text_f.sgdiff.cdb
│ │ │ ├── text_f.sgdiff.hdb
│ │ │ ├── text_f.sld_design_entry.sci
│ │ │ ├── text_f.sld_design_entry_dsc.sci
│ │ │ ├── text_f.syn_hier_info
│ │ │ ├── text_f.tan.qmsg
│ │ │ ├── text_f.tis_db_list.ddb
│ │ │ ├── text_f.tmw_info
│ │ │ └── text_f_global_asgn_op.abo
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── text_f.root_partition.cmp.atm
│ │ │ ├── text_f.root_partition.cmp.dfp
│ │ │ ├── text_f.root_partition.cmp.hdbx
│ │ │ ├── text_f.root_partition.cmp.kpt
│ │ │ ├── text_f.root_partition.cmp.logdb
│ │ │ ├── text_f.root_partition.cmp.rcf
│ │ │ ├── text_f.root_partition.map.atm
│ │ │ ├── text_f.root_partition.map.dpi
│ │ │ ├── text_f.root_partition.map.hdbx
│ │ │ └── text_f.root_partition.map.kpt
│ │ ├── test_f.qpf
│ │ ├── test_f.qsf
│ │ ├── test_f.qws
│ │ ├── test_f.v
│ │ ├── test_f.v.bak
│ │ ├── text_f.asm.rpt
│ │ ├── text_f.done
│ │ ├── text_f.dpf
│ │ ├── text_f.fit.rpt
│ │ ├── text_f.fit.smsg
│ │ ├── text_f.fit.summary
│ │ ├── text_f.flow.rpt
│ │ ├── text_f.map.rpt
│ │ ├── text_f.map.smsg
│ │ ├── text_f.map.summary
│ │ ├── text_f.pin
│ │ ├── text_f.pof
│ │ ├── text_f.qsf
│ │ ├── text_f.sof
│ │ ├── text_f.tan.rpt
│ │ └── text_f.tan.summary
│ ├── 时钟数码管显示
│ │ ├── db
│ │ │ ├── prev_cmp_time_clock.asm.qmsg
│ │ │ ├── prev_cmp_time_clock.fit.qmsg
│ │ │ ├── prev_cmp_time_clock.map.qmsg
│ │ │ ├── prev_cmp_time_clock.qmsg
│ │ │ ├── prev_cmp_time_clock.tan.qmsg
│ │ │ ├── time_clock.(0).cnf.cdb
│ │ │ ├── time_clock.(0).cnf.hdb
│ │ │ ├── time_clock.asm.qmsg
│ │ │ ├── time_clock.asm_labs.ddb
│ │ │ ├── time_clock.cbx.xml
│ │ │ ├── time_clock.cmp.bpm
│ │ │ ├── time_clock.cmp.cdb
│ │ │ ├── time_clock.cmp.ecobp
│ │ │ ├── time_clock.cmp.hdb
│ │ │ ├── time_clock.cmp.kpt
│ │ │ ├── time_clock.cmp.logdb
│ │ │ ├── time_clock.cmp.rdb
│ │ │ ├── time_clock.cmp.tdb
│ │ │ ├── time_clock.cmp0.ddb
│ │ │ ├── time_clock.cmp2.ddb
│ │ │ ├── time_clock.cmp_merge.kpt
│ │ │ ├── time_clock.db_info
│ │ │ ├── time_clock.eco.cdb
│ │ │ ├── time_clock.fit.qmsg
│ │ │ ├── time_clock.hier_info
│ │ │ ├── time_clock.hif
│ │ │ ├── time_clock.lpc.html
│ │ │ ├── time_clock.lpc.rdb
│ │ │ ├── time_clock.lpc.txt
│ │ │ ├── time_clock.map.bpm
│ │ │ ├── time_clock.map.cdb
│ │ │ ├── time_clock.map.ecobp
│ │ │ ├── time_clock.map.hdb
│ │ │ ├── time_clock.map.kpt
│ │ │ ├── time_clock.map.logdb
│ │ │ ├── time_clock.map.qmsg
│ │ │ ├── time_clock.map_bb.cdb
│ │ │ ├── time_clock.map_bb.hdb
│ │ │ ├── time_clock.map_bb.logdb
│ │ │ ├── time_clock.pre_map.cdb
│ │ │ ├── time_clock.pre_map.hdb
│ │ │ ├── time_clock.rtlv.hdb
│ │ │ ├── time_clock.rtlv_sg.cdb
│ │ │ ├── time_clock.rtlv_sg_swap.cdb
│ │ │ ├── time_clock.sgdiff.cdb
│ │ │ ├── time_clock.sgdiff.hdb
│ │ │ ├── time_clock.sld_design_entry.sci
│ │ │ ├── time_clock.sld_design_entry_dsc.sci
│ │ │ ├── time_clock.syn_hier_info
│ │ │ ├── time_clock.tan.qmsg
│ │ │ ├── time_clock.tis_db_list.ddb
│ │ │ ├── time_clock.tmw_info
│ │ │ └── time_clock_global_asgn_op.abo
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── time_clock.root_partition.cmp.atm
│ │ │ ├── time_clock.root_partition.cmp.dfp
│ │ │ ├── time_clock.root_partition.cmp.hdbx
│ │ │ ├── time_clock.root_partition.cmp.kpt
│ │ │ ├── time_clock.root_partition.cmp.logdb
│ │ │ ├── time_clock.root_partition.cmp.rcf
│ │ │ ├── time_clock.root_partition.map.atm
│ │ │ ├── time_clock.root_partition.map.dpi
│ │ │ ├── time_clock.root_partition.map.hdbx
│ │ │ └── time_clock.root_partition.map.kpt
│ │ ├── time.v
│ │ ├── time_clock.asm.rpt
│ │ ├── time_clock.done
│ │ ├── time_clock.dpf
│ │ ├── time_clock.fit.rpt
│ │ ├── time_clock.fit.smsg
│ │ ├── time_clock.fit.summary
│ │ ├── time_clock.flow.rpt
│ │ ├── time_clock.map.rpt
│ │ ├── time_clock.map.smsg
│ │ ├── time_clock.map.summary
│ │ ├── time_clock.pin
│ │ ├── time_clock.pof
│ │ ├── time_clock.qpf
│ │ ├── time_clock.qsf
│ │ ├── time_clock.qws
│ │ ├── time_clock.sof
│ │ ├── time_clock.tan.rpt
│ │ ├── time_clock.tan.summary
│ │ ├── time_clock.v
│ │ └── time_clock.v.bak
│ ├── 秒表数码管显示
│ │ ├── db
│ │ │ ├── prev_cmp_second.asm.qmsg
│ │ │ ├── prev_cmp_second.eda.qmsg
│ │ │ ├── prev_cmp_second.fit.qmsg
│ │ │ ├── prev_cmp_second.map.qmsg
│ │ │ ├── prev_cmp_second.qmsg
│ │ │ ├── prev_cmp_second.tan.qmsg
│ │ │ ├── second.(0).cnf.cdb
│ │ │ ├── second.(0).cnf.hdb
│ │ │ ├── second.asm.qmsg
│ │ │ ├── second.asm_labs.ddb
│ │ │ ├── second.cbx.xml
│ │ │ ├── second.cmp.bpm
│ │ │ ├── second.cmp.cdb
│ │ │ ├── second.cmp.ecobp
│ │ │ ├── second.cmp.hdb
│ │ │ ├── second.cmp.kpt
│ │ │ ├── second.cmp.logdb
│ │ │ ├── second.cmp.rdb
│ │ │ ├── second.cmp.tdb
│ │ │ ├── second.cmp0.ddb
│ │ │ ├── second.cmp2.ddb
│ │ │ ├── second.cmp_merge.kpt
│ │ │ ├── second.db_info
│ │ │ ├── second.eco.cdb
│ │ │ ├── second.eda.qmsg
│ │ │ ├── second.fit.qmsg
│ │ │ ├── second.hier_info
│ │ │ ├── second.hif
│ │ │ ├── second.lpc.html
│ │ │ ├── second.lpc.rdb
│ │ │ ├── second.lpc.txt
│ │ │ ├── second.map.bpm
│ │ │ ├── second.map.cdb
│ │ │ ├── second.map.ecobp
│ │ │ ├── second.map.hdb
│ │ │ ├── second.map.kpt
│ │ │ ├── second.map.logdb
│ │ │ ├── second.map.qmsg
│ │ │ ├── second.map_bb.cdb
│ │ │ ├── second.map_bb.hdb
│ │ │ ├── second.map_bb.logdb
│ │ │ ├── second.pre_map.cdb
│ │ │ ├── second.pre_map.hdb
│ │ │ ├── second.rtlv.hdb
│ │ │ ├── second.rtlv_sg.cdb
│ │ │ ├── second.rtlv_sg_swap.cdb
│ │ │ ├── second.sgdiff.cdb
│ │ │ ├── second.sgdiff.hdb
│ │ │ ├── second.sld_design_entry.sci
│ │ │ ├── second.sld_design_entry_dsc.sci
│ │ │ ├── second.syn_hier_info
│ │ │ ├── second.tan.qmsg
│ │ │ ├── second.tis_db_list.ddb
│ │ │ ├── second.tmw_info
│ │ │ └── second_global_asgn_op.abo
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── second.root_partition.cmp.atm
│ │ │ ├── second.root_partition.cmp.dfp
│ │ │ ├── second.root_partition.cmp.hdbx
│ │ │ ├── second.root_partition.cmp.kpt
│ │ │ ├── second.root_partition.cmp.logdb
│ │ │ ├── second.root_partition.cmp.rcf
│ │ │ ├── second.root_partition.map.atm
│ │ │ ├── second.root_partition.map.dpi
│ │ │ ├── second.root_partition.map.hdbx
│ │ │ └── second.root_partition.map.kpt
│ │ ├── second.asm.rpt
│ │ ├── second.cdf
│ │ ├── second.done
│ │ ├── second.dpf
│ │ ├── second.eda.rpt
│ │ ├── second.fit.rpt
│ │ ├── second.fit.smsg
│ │ ├── second.fit.summary
│ │ ├── second.flow.rpt
│ │ ├── second.map.rpt
│ │ ├── second.map.smsg
│ │ ├── second.map.summary
│ │ ├── second.pin
│ │ ├── second.pof
│ │ ├── second.qpf
│ │ ├── second.qsf
│ │ ├── second.qws
│ │ ├── second.sof
│ │ ├── second.tan.rpt
│ │ ├── second.tan.summary
│ │ ├── second.v
│ │ ├── second.v.bak
│ │ └── simulation
│ │ └── modelsim
│ │ ├── second.sft
│ │ ├── second.vo
│ │ ├── second_modelsim.xrf
│ │ └── second_v.sdo
│ └── 数码管的动态显示
│ ├── db
│ │ ├── prev_cmp_seg.asm.qmsg
│ │ ├── prev_cmp_seg.eda.qmsg
│ │ ├── prev_cmp_seg.fit.qmsg
│ │ ├── prev_cmp_seg.map.qmsg
│ │ ├── prev_cmp_seg.qmsg
│ │ ├── prev_cmp_seg.tan.qmsg
│ │ ├── seg.(0).cnf.cdb
│ │ ├── seg.(0).cnf.hdb
│ │ ├── seg.asm.qmsg
│ │ ├── seg.asm_labs.ddb
│ │ ├── seg.cbx.xml
│ │ ├── seg.cmp.bpm
│ │ ├── seg.cmp.cdb
│ │ ├── seg.cmp.ecobp
│ │ ├── seg.cmp.hdb
│ │ ├── seg.cmp.kpt
│ │ ├── seg.cmp.logdb
│ │ ├── seg.cmp.rdb
│ │ ├── seg.cmp.tdb
│ │ ├── seg.cmp0.ddb
│ │ ├── seg.cmp2.ddb
│ │ ├── seg.cmp_merge.kpt
│ │ ├── seg.db_info
│ │ ├── seg.eco.cdb
│ │ ├── seg.eda.qmsg
│ │ ├── seg.fit.qmsg
│ │ ├── seg.hier_info
│ │ ├── seg.hif
│ │ ├── seg.lpc.html
│ │ ├── seg.lpc.rdb
│ │ ├── seg.lpc.txt
│ │ ├── seg.map.bpm
│ │ ├── seg.map.cdb
│ │ ├── seg.map.ecobp
│ │ ├── seg.map.hdb
│ │ ├── seg.map.kpt
│ │ ├── seg.map.logdb
│ │ ├── seg.map.qmsg
│ │ ├── seg.map_bb.cdb
│ │ ├── seg.map_bb.hdb
│ │ ├── seg.map_bb.logdb
│ │ ├── seg.pre_map.cdb
│ │ ├── seg.pre_map.hdb
│ │ ├── seg.rtlv.hdb
│ │ ├── seg.rtlv_sg.cdb
│ │ ├── seg.rtlv_sg_swap.cdb
│ │ ├── seg.sgdiff.cdb
│ │ ├── seg.sgdiff.hdb
│ │ ├── seg.sld_design_entry.sci
│ │ ├── seg.sld_design_entry_dsc.sci
│ │ ├── seg.syn_hier_info
│ │ ├── seg.tan.qmsg
│ │ ├── seg.tis_db_list.ddb
│ │ └── seg_global_asgn_op.abo
│ ├── example_1.txt
│ ├── incremental_db
│ │ ├── README
│ │ └── compiled_partitions
│ │ ├── seg.root_partition.cmp.atm
│ │ ├── seg.root_partition.cmp.dfp
│ │ ├── seg.root_partition.cmp.hdbx
│ │ ├── seg.root_partition.cmp.kpt
│ │ ├── seg.root_partition.cmp.logdb
│ │ ├── seg.root_partition.cmp.rcf
│ │ ├── seg.root_partition.map.atm
│ │ ├── seg.root_partition.map.dpi
│ │ ├── seg.root_partition.map.hdbx
│ │ └── seg.root_partition.map.kpt
│ ├── seg.asm.rpt
│ ├── seg.cdf
│ ├── seg.done
│ ├── seg.dpf
│ ├── seg.eda.rpt
│ ├── seg.fit.rpt
│ ├── seg.fit.smsg
│ ├── seg.fit.summary
│ ├── seg.flow.rpt
│ ├── seg.map.rpt
│ ├── seg.map.summary
│ ├── seg.pin
│ ├── seg.pof
│ ├── seg.qpf
│ ├── seg.qsf
│ ├── seg.qws
│ ├── seg.sof
│ ├── seg.tan.rpt
│ ├── seg.tan.summary
│ ├── seg.v
│ ├── seg.v.bak
│ └── simulation
│ └── modelsim
│ ├── seg.sft
│ ├── seg.vo
│ ├── seg_modelsim.xrf
│ └── seg_v.sdo
└── 开发板进阶实验
└── 开发板进阶实验
├── AD_TLC549采集模拟信号
│ ├── ADC_TLC549.asm.rpt
│ ├── ADC_TLC549.done
│ ├── ADC_TLC549.dpf
│ ├── ADC_TLC549.fit.rpt
│ ├── ADC_TLC549.fit.smsg
│ ├── ADC_TLC549.fit.summary
│ ├── ADC_TLC549.flow.rpt
│ ├── ADC_TLC549.map.rpt
│ ├── ADC_TLC549.map.summary
│ ├── ADC_TLC549.pin
│ ├── ADC_TLC549.pof
│ ├── ADC_TLC549.qpf
│ ├── ADC_TLC549.qsf
│ ├── ADC_TLC549.qws
│ ├── ADC_TLC549.sof
│ ├── ADC_TLC549.tan.rpt
│ ├── ADC_TLC549.tan.summary
│ ├── ADC_TLC549.v
│ ├── ADC_TLC549.v.bak
│ ├── db
│ │ ├── ADC_TLC549.(0).cnf.cdb
│ │ ├── ADC_TLC549.(0).cnf.hdb
│ │ ├── ADC_TLC549.(1).cnf.cdb
│ │ ├── ADC_TLC549.(1).cnf.hdb
│ │ ├── ADC_TLC549.(10).cnf.cdb
│ │ ├── ADC_TLC549.(10).cnf.hdb
│ │ ├── ADC_TLC549.(11).cnf.cdb
│ │ ├── ADC_TLC549.(11).cnf.hdb
│ │ ├── ADC_TLC549.(12).cnf.cdb
│ │ ├── ADC_TLC549.(12).cnf.hdb
│ │ ├── ADC_TLC549.(13).cnf.cdb
│ │ ├── ADC_TLC549.(13).cnf.hdb
│ │ ├── ADC_TLC549.(14).cnf.cdb
│ │ ├── ADC_TLC549.(14).cnf.hdb
│ │ ├── ADC_TLC549.(15).cnf.cdb
│ │ ├── ADC_TLC549.(15).cnf.hdb
│ │ ├── ADC_TLC549.(16).cnf.cdb
│ │ ├── ADC_TLC549.(16).cnf.hdb
│ │ ├── ADC_TLC549.(17).cnf.cdb
│ │ ├── ADC_TLC549.(17).cnf.hdb
│ │ ├── ADC_TLC549.(18).cnf.cdb
│ │ ├── ADC_TLC549.(18).cnf.hdb
│ │ ├── ADC_TLC549.(19).cnf.cdb
│ │ ├── ADC_TLC549.(19).cnf.hdb
│ │ ├── ADC_TLC549.(2).cnf.cdb
│ │ ├── ADC_TLC549.(2).cnf.hdb
│ │ ├── ADC_TLC549.(20).cnf.cdb
│ │ ├── ADC_TLC549.(20).cnf.hdb
│ │ ├── ADC_TLC549.(3).cnf.cdb
│ │ ├── ADC_TLC549.(3).cnf.hdb
│ │ ├── ADC_TLC549.(4).cnf.cdb
│ │ ├── ADC_TLC549.(4).cnf.hdb
│ │ ├── ADC_TLC549.(5).cnf.cdb
│ │ ├── ADC_TLC549.(5).cnf.hdb
│ │ ├── ADC_TLC549.(6).cnf.cdb
│ │ ├── ADC_TLC549.(6).cnf.hdb
│ │ ├── ADC_TLC549.(7).cnf.cdb
│ │ ├── ADC_TLC549.(7).cnf.hdb
│ │ ├── ADC_TLC549.(8).cnf.cdb
│ │ ├── ADC_TLC549.(8).cnf.hdb
│ │ ├── ADC_TLC549.(9).cnf.cdb
│ │ ├── ADC_TLC549.(9).cnf.hdb
│ │ ├── ADC_TLC549.asm.qmsg
│ │ ├── ADC_TLC549.asm_labs.ddb
│ │ ├── ADC_TLC549.cbx.xml
│ │ ├── ADC_TLC549.cmp.bpm
│ │ ├── ADC_TLC549.cmp.cdb
│ │ ├── ADC_TLC549.cmp.ecobp
│ │ ├── ADC_TLC549.cmp.hdb
│ │ ├── ADC_TLC549.cmp.kpt
│ │ ├── ADC_TLC549.cmp.logdb
│ │ ├── ADC_TLC549.cmp.rdb
│ │ ├── ADC_TLC549.cmp.tdb
│ │ ├── ADC_TLC549.cmp0.ddb
│ │ ├── ADC_TLC549.cmp2.ddb
│ │ ├── ADC_TLC549.cmp_merge.kpt
│ │ ├── ADC_TLC549.db_info
│ │ ├── ADC_TLC549.eco.cdb
│ │ ├── ADC_TLC549.fit.qmsg
│ │ ├── ADC_TLC549.hier_info
│ │ ├── ADC_TLC549.hif
│ │ ├── ADC_TLC549.lpc.html
│ │ ├── ADC_TLC549.lpc.rdb
│ │ ├── ADC_TLC549.lpc.txt
│ │ ├── ADC_TLC549.map.bpm
│ │ ├── ADC_TLC549.map.cdb
│ │ ├── ADC_TLC549.map.ecobp
│ │ ├── ADC_TLC549.map.hdb
│ │ ├── ADC_TLC549.map.kpt
│ │ ├── ADC_TLC549.map.logdb
│ │ ├── ADC_TLC549.map.qmsg
│ │ ├── ADC_TLC549.map_bb.cdb
│ │ ├── ADC_TLC549.map_bb.hdb
│ │ ├── ADC_TLC549.map_bb.logdb
│ │ ├── ADC_TLC549.pre_map.cdb
│ │ ├── ADC_TLC549.pre_map.hdb
│ │ ├── ADC_TLC549.rtlv.hdb
│ │ ├── ADC_TLC549.rtlv_sg.cdb
│ │ ├── ADC_TLC549.rtlv_sg_swap.cdb
│ │ ├── ADC_TLC549.sgdiff.cdb
│ │ ├── ADC_TLC549.sgdiff.hdb
│ │ ├── ADC_TLC549.sld_design_entry.sci
│ │ ├── ADC_TLC549.sld_design_entry_dsc.sci
│ │ ├── ADC_TLC549.smp_dump.txt
│ │ ├── ADC_TLC549.syn_hier_info
│ │ ├── ADC_TLC549.tan.qmsg
│ │ ├── ADC_TLC549.tis_db_list.ddb
│ │ ├── ADC_TLC549.tmw_info
│ │ ├── ADC_TLC549_global_asgn_op.abo
│ │ ├── add_sub_lkc.tdf
│ │ ├── add_sub_mkc.tdf
│ │ ├── alt_u_div_i5f.tdf
│ │ ├── alt_u_div_o2f.tdf
│ │ ├── alt_u_div_q5f.tdf
│ │ ├── alt_u_div_u2f.tdf
│ │ ├── lpm_divide_2gm.tdf
│ │ ├── lpm_divide_hem.tdf
│ │ ├── lpm_divide_k6m.tdf
│ │ ├── lpm_divide_kem.tdf
│ │ ├── lpm_divide_ufm.tdf
│ │ ├── prev_cmp_ADC_TLC549.asm.qmsg
│ │ ├── prev_cmp_ADC_TLC549.fit.qmsg
│ │ ├── prev_cmp_ADC_TLC549.map.qmsg
│ │ ├── prev_cmp_ADC_TLC549.qmsg
│ │ ├── prev_cmp_ADC_TLC549.tan.qmsg
│ │ ├── sign_div_unsign_8nh.tdf
│ │ ├── sign_div_unsign_cnh.tdf
│ │ ├── sign_div_unsign_rlh.tdf
│ │ └── sign_div_unsign_ulh.tdf
│ └── incremental_db
│ ├── README
│ └── compiled_partitions
│ ├── ADC_TLC549.root_partition.cmp.atm
│ ├── ADC_TLC549.root_partition.cmp.dfp
│ ├── ADC_TLC549.root_partition.cmp.hdbx
│ ├── ADC_TLC549.root_partition.cmp.kpt
│ ├── ADC_TLC549.root_partition.cmp.logdb
│ ├── ADC_TLC549.root_partition.cmp.rcf
│ ├── ADC_TLC549.root_partition.map.atm
│ ├── ADC_TLC549.root_partition.map.dpi
│ ├── ADC_TLC549.root_partition.map.hdbx
│ └── ADC_TLC549.root_partition.map.kpt
├── DA_TLC5615(10位)驱动输出
│ ├── DA_TLC5615_呼吸灯
│ │ ├── TLC5615.asm.rpt
│ │ ├── TLC5615.done
│ │ ├── TLC5615.dpf
│ │ ├── TLC5615.fit.rpt
│ │ ├── TLC5615.fit.smsg
│ │ ├── TLC5615.fit.summary
│ │ ├── TLC5615.flow.rpt
│ │ ├── TLC5615.map.rpt
│ │ ├── TLC5615.map.summary
│ │ ├── TLC5615.pin
│ │ ├── TLC5615.pof
│ │ ├── TLC5615.qpf
│ │ ├── TLC5615.qsf
│ │ ├── TLC5615.qws
│ │ ├── TLC5615.sof
│ │ ├── TLC5615.tan.rpt
│ │ ├── TLC5615.tan.summary
│ │ ├── TLC5615.v
│ │ ├── TLC5615.v.bak
│ │ ├── db
│ │ │ ├── TLC5615.(0).cnf.cdb
│ │ │ ├── TLC5615.(0).cnf.hdb
│ │ │ ├── TLC5615.asm.qmsg
│ │ │ ├── TLC5615.asm_labs.ddb
│ │ │ ├── TLC5615.cbx.xml
│ │ │ ├── TLC5615.cmp.bpm
│ │ │ ├── TLC5615.cmp.cdb
│ │ │ ├── TLC5615.cmp.ecobp
│ │ │ ├── TLC5615.cmp.hdb
│ │ │ ├── TLC5615.cmp.kpt
│ │ │ ├── TLC5615.cmp.logdb
│ │ │ ├── TLC5615.cmp.rdb
│ │ │ ├── TLC5615.cmp.tdb
│ │ │ ├── TLC5615.cmp0.ddb
│ │ │ ├── TLC5615.cmp2.ddb
│ │ │ ├── TLC5615.cmp_merge.kpt
│ │ │ ├── TLC5615.db_info
│ │ │ ├── TLC5615.eco.cdb
│ │ │ ├── TLC5615.fit.qmsg
│ │ │ ├── TLC5615.hier_info
│ │ │ ├── TLC5615.hif
│ │ │ ├── TLC5615.lpc.html
│ │ │ ├── TLC5615.lpc.rdb
│ │ │ ├── TLC5615.lpc.txt
│ │ │ ├── TLC5615.map.bpm
│ │ │ ├── TLC5615.map.cdb
│ │ │ ├── TLC5615.map.ecobp
│ │ │ ├── TLC5615.map.hdb
│ │ │ ├── TLC5615.map.kpt
│ │ │ ├── TLC5615.map.logdb
│ │ │ ├── TLC5615.map.qmsg
│ │ │ ├── TLC5615.map_bb.cdb
│ │ │ ├── TLC5615.map_bb.hdb
│ │ │ ├── TLC5615.map_bb.logdb
│ │ │ ├── TLC5615.pre_map.cdb
│ │ │ ├── TLC5615.pre_map.hdb
│ │ │ ├── TLC5615.rtlv.hdb
│ │ │ ├── TLC5615.rtlv_sg.cdb
│ │ │ ├── TLC5615.rtlv_sg_swap.cdb
│ │ │ ├── TLC5615.sgdiff.cdb
│ │ │ ├── TLC5615.sgdiff.hdb
│ │ │ ├── TLC5615.sld_design_entry.sci
│ │ │ ├── TLC5615.sld_design_entry_dsc.sci
│ │ │ ├── TLC5615.syn_hier_info
│ │ │ ├── TLC5615.tan.qmsg
│ │ │ ├── TLC5615.tis_db_list.ddb
│ │ │ ├── TLC5615.tmw_info
│ │ │ ├── TLC5615_global_asgn_op.abo
│ │ │ ├── prev_cmp_TLC5615.asm.qmsg
│ │ │ ├── prev_cmp_TLC5615.fit.qmsg
│ │ │ ├── prev_cmp_TLC5615.map.qmsg
│ │ │ ├── prev_cmp_TLC5615.qmsg
│ │ │ └── prev_cmp_TLC5615.tan.qmsg
│ │ └── incremental_db
│ │ ├── README
│ │ └── compiled_partitions
│ │ ├── TLC5615.root_partition.cmp.atm
│ │ ├── TLC5615.root_partition.cmp.dfp
│ │ ├── TLC5615.root_partition.cmp.hdbx
│ │ ├── TLC5615.root_partition.cmp.kpt
│ │ ├── TLC5615.root_partition.cmp.logdb
│ │ ├── TLC5615.root_partition.cmp.rcf
│ │ ├── TLC5615.root_partition.map.atm
│ │ ├── TLC5615.root_partition.map.dpi
│ │ ├── TLC5615.root_partition.map.hdbx
│ │ └── TLC5615.root_partition.map.kpt
│ └── DA_TLC5615s数码管显示电压
│ ├── ADC_TLC549.bsf
│ ├── ADC_TLC549.v
│ ├── Block1.bdf
│ ├── TLC5615_display.asm.rpt
│ ├── TLC5615_display.bsf
│ ├── TLC5615_display.done
│ ├── TLC5615_display.dpf
│ ├── TLC5615_display.fit.rpt
│ ├── TLC5615_display.fit.smsg
│ ├── TLC5615_display.fit.summary
│ ├── TLC5615_display.flow.rpt
│ ├── TLC5615_display.map.rpt
│ ├── TLC5615_display.map.summary
│ ├── TLC5615_display.pin
│ ├── TLC5615_display.pof
│ ├── TLC5615_display.qpf
│ ├── TLC5615_display.qsf
│ ├── TLC5615_display.qws
│ ├── TLC5615_display.sof
│ ├── TLC5615_display.tan.rpt
│ ├── TLC5615_display.tan.summary
│ ├── TLC5615_display.v
│ ├── TLC5615_display.v.bak
│ ├── db
│ │ ├── TLC5615_display.(0).cnf.cdb
│ │ ├── TLC5615_display.(0).cnf.hdb
│ │ ├── TLC5615_display.(1).cnf.cdb
│ │ ├── TLC5615_display.(1).cnf.hdb
│ │ ├── TLC5615_display.(10).cnf.cdb
│ │ ├── TLC5615_display.(10).cnf.hdb
│ │ ├── TLC5615_display.(11).cnf.cdb
│ │ ├── TLC5615_display.(11).cnf.hdb
│ │ ├── TLC5615_display.(12).cnf.cdb
│ │ ├── TLC5615_display.(12).cnf.hdb
│ │ ├── TLC5615_display.(13).cnf.cdb
│ │ ├── TLC5615_display.(13).cnf.hdb
│ │ ├── TLC5615_display.(14).cnf.cdb
│ │ ├── TLC5615_display.(14).cnf.hdb
│ │ ├── TLC5615_display.(15).cnf.cdb
│ │ ├── TLC5615_display.(15).cnf.hdb
│ │ ├── TLC5615_display.(16).cnf.cdb
│ │ ├── TLC5615_display.(16).cnf.hdb
│ │ ├── TLC5615_display.(17).cnf.cdb
│ │ ├── TLC5615_display.(17).cnf.hdb
│ │ ├── TLC5615_display.(18).cnf.cdb
│ │ ├── TLC5615_display.(18).cnf.hdb
│ │ ├── TLC5615_display.(19).cnf.cdb
│ │ ├── TLC5615_display.(19).cnf.hdb
│ │ ├── TLC5615_display.(2).cnf.cdb
│ │ ├── TLC5615_display.(2).cnf.hdb
│ │ ├── TLC5615_display.(20).cnf.cdb
│ │ ├── TLC5615_display.(20).cnf.hdb
│ │ ├── TLC5615_display.(21).cnf.cdb
│ │ ├── TLC5615_display.(21).cnf.hdb
│ │ ├── TLC5615_display.(22).cnf.cdb
│ │ ├── TLC5615_display.(22).cnf.hdb
│ │ ├── TLC5615_display.(3).cnf.cdb
│ │ ├── TLC5615_display.(3).cnf.hdb
│ │ ├── TLC5615_display.(4).cnf.cdb
│ │ ├── TLC5615_display.(4).cnf.hdb
│ │ ├── TLC5615_display.(5).cnf.cdb
│ │ ├── TLC5615_display.(5).cnf.hdb
│ │ ├── TLC5615_display.(6).cnf.cdb
│ │ ├── TLC5615_display.(6).cnf.hdb
│ │ ├── TLC5615_display.(7).cnf.cdb
│ │ ├── TLC5615_display.(7).cnf.hdb
│ │ ├── TLC5615_display.(8).cnf.cdb
│ │ ├── TLC5615_display.(8).cnf.hdb
│ │ ├── TLC5615_display.(9).cnf.cdb
│ │ ├── TLC5615_display.(9).cnf.hdb
│ │ ├── TLC5615_display.asm.qmsg
│ │ ├── TLC5615_display.asm_labs.ddb
│ │ ├── TLC5615_display.cbx.xml
│ │ ├── TLC5615_display.cmp.bpm
│ │ ├── TLC5615_display.cmp.cdb
│ │ ├── TLC5615_display.cmp.ecobp
│ │ ├── TLC5615_display.cmp.hdb
│ │ ├── TLC5615_display.cmp.kpt
│ │ ├── TLC5615_display.cmp.logdb
│ │ ├── TLC5615_display.cmp.rdb
│ │ ├── TLC5615_display.cmp.tdb
│ │ ├── TLC5615_display.cmp0.ddb
│ │ ├── TLC5615_display.cmp2.ddb
│ │ ├── TLC5615_display.cmp_merge.kpt
│ │ ├── TLC5615_display.db_info
│ │ ├── TLC5615_display.eco.cdb
│ │ ├── TLC5615_display.fit.qmsg
│ │ ├── TLC5615_display.hier_info
│ │ ├── TLC5615_display.hif
│ │ ├── TLC5615_display.lpc.html
│ │ ├── TLC5615_display.lpc.rdb
│ │ ├── TLC5615_display.lpc.txt
│ │ ├── TLC5615_display.map.bpm
│ │ ├── TLC5615_display.map.cdb
│ │ ├── TLC5615_display.map.ecobp
│ │ ├── TLC5615_display.map.hdb
│ │ ├── TLC5615_display.map.kpt
│ │ ├── TLC5615_display.map.logdb
│ │ ├── TLC5615_display.map.qmsg
│ │ ├── TLC5615_display.map_bb.cdb
│ │ ├── TLC5615_display.map_bb.hdb
│ │ ├── TLC5615_display.map_bb.logdb
│ │ ├── TLC5615_display.pre_map.cdb
│ │ ├── TLC5615_display.pre_map.hdb
│ │ ├── TLC5615_display.rtlv.hdb
│ │ ├── TLC5615_display.rtlv_sg.cdb
│ │ ├── TLC5615_display.rtlv_sg_swap.cdb
│ │ ├── TLC5615_display.sgdiff.cdb
│ │ ├── TLC5615_display.sgdiff.hdb
│ │ ├── TLC5615_display.sld_design_entry.sci
│ │ ├── TLC5615_display.sld_design_entry_dsc.sci
│ │ ├── TLC5615_display.smp_dump.txt
│ │ ├── TLC5615_display.syn_hier_info
│ │ ├── TLC5615_display.tan.qmsg
│ │ ├── TLC5615_display.tis_db_list.ddb
│ │ ├── TLC5615_display.tmw_info
│ │ ├── TLC5615_display_global_asgn_op.abo
│ │ ├── add_sub_lkc.tdf
│ │ ├── add_sub_mkc.tdf
│ │ ├── alt_u_div_i5f.tdf
│ │ ├── alt_u_div_o2f.tdf
│ │ ├── alt_u_div_q5f.tdf
│ │ ├── alt_u_div_u2f.tdf
│ │ ├── lpm_divide_2gm.tdf
│ │ ├── lpm_divide_hem.tdf
│ │ ├── lpm_divide_k6m.tdf
│ │ ├── lpm_divide_kem.tdf
│ │ ├── lpm_divide_ufm.tdf
│ │ ├── prev_cmp_TLC5615_display.asm.qmsg
│ │ ├── prev_cmp_TLC5615_display.fit.qmsg
│ │ ├── prev_cmp_TLC5615_display.map.qmsg
│ │ ├── prev_cmp_TLC5615_display.qmsg
│ │ ├── prev_cmp_TLC5615_display.tan.qmsg
│ │ ├── sign_div_unsign_8nh.tdf
│ │ ├── sign_div_unsign_cnh.tdf
│ │ ├── sign_div_unsign_rlh.tdf
│ │ └── sign_div_unsign_ulh.tdf
│ └── incremental_db
│ ├── README
│ └── compiled_partitions
│ ├── TLC5615_display.root_partition.cmp.atm
│ ├── TLC5615_display.root_partition.cmp.dfp
│ ├── TLC5615_display.root_partition.cmp.hdbx
│ ├── TLC5615_display.root_partition.cmp.kpt
│ ├── TLC5615_display.root_partition.cmp.logdb
│ ├── TLC5615_display.root_partition.cmp.rcf
│ ├── TLC5615_display.root_partition.map.atm
│ ├── TLC5615_display.root_partition.map.dpi
│ ├── TLC5615_display.root_partition.map.hdbx
│ └── TLC5615_display.root_partition.map.kpt
├── IIC读写与串口PC显示
│ └── IIC
│ └── IIC
│ ├── Block1.bdf
│ ├── db
│ │ ├── iic_com.(0).cnf.cdb
│ │ ├── iic_com.(0).cnf.hdb
│ │ ├── iic_com.(1).cnf.cdb
│ │ ├── iic_com.(1).cnf.hdb
│ │ ├── iic_com.(2).cnf.cdb
│ │ ├── iic_com.(2).cnf.hdb
│ │ ├── iic_com.(3).cnf.cdb
│ │ ├── iic_com.(3).cnf.hdb
│ │ ├── iic_com.asm.qmsg
│ │ ├── iic_com.asm_labs.ddb
│ │ ├── iic_com.cbx.xml
│ │ ├── iic_com.cmp.bpm
│ │ ├── iic_com.cmp.cdb
│ │ ├── iic_com.cmp.ecobp
│ │ ├── iic_com.cmp.hdb
│ │ ├── iic_com.cmp.kpt
│ │ ├── iic_com.cmp.logdb
│ │ ├── iic_com.cmp.rdb
│ │ ├── iic_com.cmp.tdb
│ │ ├── iic_com.cmp0.ddb
│ │ ├── iic_com.cmp2.ddb
│ │ ├── iic_com.cmp_merge.kpt
│ │ ├── iic_com.db_info
│ │ ├── iic_com.eco.cdb
│ │ ├── iic_com.fit.qmsg
│ │ ├── iic_com.hier_info
│ │ ├── iic_com.hif
│ │ ├── iic_com.lpc.html
│ │ ├── iic_com.lpc.rdb
│ │ ├── iic_com.lpc.txt
│ │ ├── iic_com.map.bpm
│ │ ├── iic_com.map.cdb
│ │ ├── iic_com.map.ecobp
│ │ ├── iic_com.map.hdb
│ │ ├── iic_com.map.kpt
│ │ ├── iic_com.map.logdb
│ │ ├── iic_com.map.qmsg
│ │ ├── iic_com.map_bb.cdb
│ │ ├── iic_com.map_bb.hdb
│ │ ├── iic_com.map_bb.logdb
│ │ ├── iic_com.pre_map.cdb
│ │ ├── iic_com.pre_map.hdb
│ │ ├── iic_com.rpp.qmsg
│ │ ├── iic_com.rtlv.hdb
│ │ ├── iic_com.rtlv_sg.cdb
│ │ ├── iic_com.rtlv_sg_swap.cdb
│ │ ├── iic_com.sgate.rvd
│ │ ├── iic_com.sgate_sm.rvd
│ │ ├── iic_com.sgdiff.cdb
│ │ ├── iic_com.sgdiff.hdb
│ │ ├── iic_com.sld_design_entry.sci
│ │ ├── iic_com.sld_design_entry_dsc.sci
│ │ ├── iic_com.smp_dump.txt
│ │ ├── iic_com.syn_hier_info
│ │ ├── iic_com.tan.qmsg
│ │ ├── iic_com.tis_db_list.ddb
│ │ ├── iic_com.tmw_info
│ │ ├── iic_com_global_asgn_op.abo
│ │ ├── prev_cmp_iic_com.asm.qmsg
│ │ ├── prev_cmp_iic_com.fit.qmsg
│ │ ├── prev_cmp_iic_com.map.qmsg
│ │ ├── prev_cmp_iic_com.qmsg
│ │ └── prev_cmp_iic_com.tan.qmsg
│ ├── iic_com.asm.rpt
│ ├── iic_com.bsf
│ ├── iic_com.done
│ ├── iic_com.dpf
│ ├── iic_com.fit.rpt
│ ├── iic_com.fit.smsg
│ ├── iic_com.fit.summary
│ ├── iic_com.flow.rpt
│ ├── iic_com.map.rpt
│ ├── iic_com.map.smsg
│ ├── iic_com.map.summary
│ ├── iic_com.pin
│ ├── iic_com.pof
│ ├── iic_com.qpf
│ ├── iic_com.qsf
│ ├── iic_com.qws
│ ├── iic_com.sof
│ ├── iic_com.tan.rpt
│ ├── iic_com.tan.summary
│ ├── iic_com.v
│ ├── iic_com.v.bak
│ ├── incremental_db
│ │ ├── README
│ │ └── compiled_partitions
│ │ ├── iic_com.root_partition.cmp.atm
│ │ ├── iic_com.root_partition.cmp.dfp
│ │ ├── iic_com.root_partition.cmp.hdbx
│ │ ├── iic_com.root_partition.cmp.kpt
│ │ ├── iic_com.root_partition.cmp.logdb
│ │ ├── iic_com.root_partition.cmp.rcf
│ │ ├── iic_com.root_partition.map.atm
│ │ ├── iic_com.root_partition.map.dpi
│ │ ├── iic_com.root_partition.map.hdbx
│ │ └── iic_com.root_partition.map.kpt
│ ├── speed_select.bsf
│ ├── speed_select.v
│ ├── speed_select.v.bak
│ ├── uart_txd.bsf
│ ├── uart_txd.v
│ └── uart_txd.v.bak
├── PS2接口驱动
│ ├── 程序
│ │ ├── db
│ │ │ ├── prev_cmp_ps2scan.asm.qmsg
│ │ │ ├── prev_cmp_ps2scan.fit.qmsg
│ │ │ ├── prev_cmp_ps2scan.map.qmsg
│ │ │ ├── prev_cmp_ps2scan.qmsg
│ │ │ ├── prev_cmp_ps2scan.tan.qmsg
│ │ │ ├── ps2scan.(0).cnf.cdb
│ │ │ ├── ps2scan.(0).cnf.hdb
│ │ │ ├── ps2scan.(1).cnf.cdb
│ │ │ ├── ps2scan.(1).cnf.hdb
│ │ │ ├── ps2scan.(2).cnf.cdb
│ │ │ ├── ps2scan.(2).cnf.hdb
│ │ │ ├── ps2scan.(3).cnf.cdb
│ │ │ ├── ps2scan.(3).cnf.hdb
│ │ │ ├── ps2scan.asm.qmsg
│ │ │ ├── ps2scan.asm_labs.ddb
│ │ │ ├── ps2scan.cbx.xml
│ │ │ ├── ps2scan.cmp.bpm
│ │ │ ├── ps2scan.cmp.cdb
│ │ │ ├── ps2scan.cmp.ecobp
│ │ │ ├── ps2scan.cmp.hdb
│ │ │ ├── ps2scan.cmp.kpt
│ │ │ ├── ps2scan.cmp.logdb
│ │ │ ├── ps2scan.cmp.rdb
│ │ │ ├── ps2scan.cmp.tdb
│ │ │ ├── ps2scan.cmp0.ddb
│ │ │ ├── ps2scan.cmp2.ddb
│ │ │ ├── ps2scan.cmp_merge.kpt
│ │ │ ├── ps2scan.db_info
│ │ │ ├── ps2scan.eco.cdb
│ │ │ ├── ps2scan.fit.qmsg
│ │ │ ├── ps2scan.hier_info
│ │ │ ├── ps2scan.hif
│ │ │ ├── ps2scan.lpc.html
│ │ │ ├── ps2scan.lpc.rdb
│ │ │ ├── ps2scan.lpc.txt
│ │ │ ├── ps2scan.map.bpm
│ │ │ ├── ps2scan.map.cdb
│ │ │ ├── ps2scan.map.ecobp
│ │ │ ├── ps2scan.map.hdb
│ │ │ ├── ps2scan.map.kpt
│ │ │ ├── ps2scan.map.logdb
│ │ │ ├── ps2scan.map.qmsg
│ │ │ ├── ps2scan.map_bb.cdb
│ │ │ ├── ps2scan.map_bb.hdb
│ │ │ ├── ps2scan.map_bb.logdb
│ │ │ ├── ps2scan.pre_map.cdb
│ │ │ ├── ps2scan.pre_map.hdb
│ │ │ ├── ps2scan.rtlv.hdb
│ │ │ ├── ps2scan.rtlv_sg.cdb
│ │ │ ├── ps2scan.rtlv_sg_swap.cdb
│ │ │ ├── ps2scan.sgdiff.cdb
│ │ │ ├── ps2scan.sgdiff.hdb
│ │ │ ├── ps2scan.sld_design_entry.sci
│ │ │ ├── ps2scan.sld_design_entry_dsc.sci
│ │ │ ├── ps2scan.syn_hier_info
│ │ │ ├── ps2scan.tan.qmsg
│ │ │ ├── ps2scan.tis_db_list.ddb
│ │ │ ├── ps2scan.tmw_info
│ │ │ └── ps2scan_global_asgn_op.abo
│ │ ├── incremental_db
│ │ │ ├── README
│ │ │ └── compiled_partitions
│ │ │ ├── ps2scan.root_partition.cmp.atm
│ │ │ ├── ps2scan.root_partition.cmp.dfp
│ │ │ ├── ps2scan.root_partition.cmp.hdbx
│ │ │ ├── ps2scan.root_partition.cmp.kpt
│ │ │ ├── ps2scan.root_partition.cmp.logdb
│ │ │ ├── ps2scan.root_partition.cmp.rcf
│ │ │ ├── ps2scan.root_partition.map.atm
│ │ │ ├── ps2scan.root_partition.map.dpi
│ │ │ ├── ps2scan.root_partition.map.hdbx
│ │ │ └── ps2scan.root_partition.map.kpt
│ │ ├── ps2.bdf
│ │ ├── ps2scan.asm.rpt
│ │ ├── ps2scan.bsf
│ │ ├── ps2scan.done
│ │ ├── ps2scan.dpf
│ │ ├── ps2scan.fit.rpt
│ │ ├── ps2scan.fit.smsg
│ │ ├── ps2scan.fit.summary
│ │ ├── ps2scan.flow.rpt
│ │ ├── ps2scan.map.rpt
│ │ ├── ps2scan.map.summary
│ │ ├── ps2scan.pin
│ │ ├── ps2scan.pof
│ │ ├── ps2scan.qpf
│ │ ├── ps2scan.qsf
│ │ ├── ps2scan.qws
│ │ ├── ps2scan.sof
│ │ ├── ps2scan.tan.rpt
│ │ ├── ps2scan.tan.summary
│ │ ├── ps2scan.v
│ │ ├── ps2scan.v.bak
│ │ ├── speed_select.bsf
│ │ ├── speed_select.v
│ │ ├── speed_select.v.bak
│ │ ├── uart_txd.bsf
│ │ ├── uart_txd.v
│ │ └── uart_txd.v.bak
│ └── 文档资料
│ ├── 键盘ASCII码.pdf
│ ├── 键盘扫描码表.pdf
│ └── 键盘各键对应的ASCII码值.pdf
├── 基于DDS的DA正弦波输出
│ └── 基于DDS的DA正弦波输出
│ ├── DDS.v
│ ├── DDS.v.bak
│ ├── DDS_sin.asm.rpt
│ ├── DDS_sin.done
│ ├── DDS_sin.dpf
│ ├── DDS_sin.fit.rpt
│ ├── DDS_sin.fit.smsg
│ ├── DDS_sin.fit.summary
│ ├── DDS_sin.flow.rpt
│ ├── DDS_sin.jdi
│ ├── DDS_sin.map.rpt
│ ├── DDS_sin.map.summary
│ ├── DDS_sin.pin
│ ├── DDS_sin.pof
│ ├── DDS_sin.qpf
│ ├── DDS_sin.qsf
│ ├── DDS_sin.qws
│ ├── DDS_sin.sof
│ ├── DDS_sin.tan.rpt
│ ├── DDS_sin.tan.summary
│ ├── DDS_sin.v
│ ├── DDS_sin.v.bak
│ ├── TLC615.v
│ ├── TLC615.v.bak
│ ├── adder_32.v
│ ├── db
│ │ ├── DDS_sin.(0).cnf.cdb
│ │ ├── DDS_sin.(0).cnf.hdb
│ │ ├── DDS_sin.(1).cnf.cdb
│ │ ├── DDS_sin.(1).cnf.hdb
│ │ ├── DDS_sin.(10).cnf.cdb
│ │ ├── DDS_sin.(10).cnf.hdb
│ │ ├── DDS_sin.(11).cnf.cdb
│ │ ├── DDS_sin.(11).cnf.hdb
│ │ ├── DDS_sin.(12).cnf.cdb
│ │ ├── DDS_sin.(12).cnf.hdb
│ │ ├── DDS_sin.(13).cnf.cdb
│ │ ├── DDS_sin.(13).cnf.hdb
│ │ ├── DDS_sin.(14).cnf.cdb
│ │ ├── DDS_sin.(14).cnf.hdb
│ │ ├── DDS_sin.(15).cnf.cdb
│ │ ├── DDS_sin.(15).cnf.hdb
│ │ ├── DDS_sin.(2).cnf.cdb
│ │ ├── DDS_sin.(2).cnf.hdb
│ │ ├── DDS_sin.(3).cnf.cdb
│ │ ├── DDS_sin.(3).cnf.hdb
│ │ ├── DDS_sin.(4).cnf.cdb
│ │ ├── DDS_sin.(4).cnf.hdb
│ │ ├── DDS_sin.(5).cnf.cdb
│ │ ├── DDS_sin.(5).cnf.hdb
│ │ ├── DDS_sin.(6).cnf.cdb
│ │ ├── DDS_sin.(6).cnf.hdb
│ │ ├── DDS_sin.(7).cnf.cdb
│ │ ├── DDS_sin.(7).cnf.hdb
│ │ ├── DDS_sin.(8).cnf.cdb
│ │ ├── DDS_sin.(8).cnf.hdb
│ │ ├── DDS_sin.(9).cnf.cdb
│ │ ├── DDS_sin.(9).cnf.hdb
│ │ ├── DDS_sin.asm.qmsg
│ │ ├── DDS_sin.asm_labs.ddb
│ │ ├── DDS_sin.cbx.xml
│ │ ├── DDS_sin.cmp.bpm
│ │ ├── DDS_sin.cmp.cdb
│ │ ├── DDS_sin.cmp.ecobp
│ │ ├── DDS_sin.cmp.hdb
│ │ ├── DDS_sin.cmp.kpt
│ │ ├── DDS_sin.cmp.logdb
│ │ ├── DDS_sin.cmp.rdb
│ │ ├── DDS_sin.cmp.tdb
│ │ ├── DDS_sin.cmp0.ddb
│ │ ├── DDS_sin.cmp2.ddb
│ │ ├── DDS_sin.cmp_merge.kpt
│ │ ├── DDS_sin.db_info
│ │ ├── DDS_sin.eco.cdb
│ │ ├── DDS_sin.fit.qmsg
│ │ ├── DDS_sin.hier_info
│ │ ├── DDS_sin.hif
│ │ ├── DDS_sin.lpc.html
│ │ ├── DDS_sin.lpc.rdb
│ │ ├── DDS_sin.lpc.txt
│ │ ├── DDS_sin.map.bpm
│ │ ├── DDS_sin.map.cdb
│ │ ├── DDS_sin.map.ecobp
│ │ ├── DDS_sin.map.hdb
│ │ ├── DDS_sin.map.kpt
│ │ ├── DDS_sin.map.logdb
│ │ ├── DDS_sin.map.qmsg
│ │ ├── DDS_sin.map_bb.cdb
│ │ ├── DDS_sin.map_bb.hdb
│ │ ├── DDS_sin.map_bb.logdb
│ │ ├── DDS_sin.pre_map.cdb
│ │ ├── DDS_sin.pre_map.hdb
│ │ ├── DDS_sin.rtlv.hdb
│ │ ├── DDS_sin.rtlv_sg.cdb
│ │ ├── DDS_sin.rtlv_sg_swap.cdb
│ │ ├── DDS_sin.sgdiff.cdb
│ │ ├── DDS_sin.sgdiff.hdb
│ │ ├── DDS_sin.sld_design_entry.sci
│ │ ├── DDS_sin.sld_design_entry_dsc.sci
│ │ ├── DDS_sin.syn_hier_info
│ │ ├── DDS_sin.tan.qmsg
│ │ ├── DDS_sin.tis_db_list.ddb
│ │ ├── DDS_sin.tmw_info
│ │ ├── DDS_sin_global_asgn_op.abo
│ │ ├── altsyncram_7u82.tdf
│ │ ├── altsyncram_9i91.tdf
│ │ ├── altsyncram_hk71.tdf
│ │ ├── prev_cmp_DDS_sin.asm.qmsg
│ │ ├── prev_cmp_DDS_sin.fit.qmsg
│ │ ├── prev_cmp_DDS_sin.map.qmsg
│ │ ├── prev_cmp_DDS_sin.qmsg
│ │ └── prev_cmp_DDS_sin.tan.qmsg
│ ├── incremental_db
│ │ ├── README
│ │ └── compiled_partitions
│ │ ├── DDS_sin.root_partition.cmp.atm
│ │ ├── DDS_sin.root_partition.cmp.dfp
│ │ ├── DDS_sin.root_partition.cmp.hdbx
│ │ ├── DDS_sin.root_partition.cmp.kpt
│ │ ├── DDS_sin.root_partition.cmp.logdb
│ │ ├── DDS_sin.root_partition.cmp.rcf
│ │ ├── DDS_sin.root_partition.map.atm
│ │ ├── DDS_sin.root_partition.map.dpi
│ │ ├── DDS_sin.root_partition.map.hdbx
│ │ ├── DDS_sin.root_partition.map.kpt
│ │ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.atm
│ │ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.dpi
│ │ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.hdbx
│ │ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.kpt
│ │ └── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.logdb
│ ├── reg32.v
│ ├── sin.mif
│ ├── sin_rom.cmp
│ ├── sin_rom.inc
│ ├── sin_rom.qip
│ ├── sin_rom.v
│ ├── sin_rom_bb.v
│ ├── sin_rom_wave0.jpg
│ └── sin_rom_waveforms.html
└── 任意波形频率、相位、幅值可调输出
├── DDS.v
├── DDS.v.bak
├── DDS_sin.asm.rpt
├── DDS_sin.cdf
├── DDS_sin.done
├── DDS_sin.dpf
├── DDS_sin.fit.rpt
├── DDS_sin.fit.smsg
├── DDS_sin.fit.summary
├── DDS_sin.flow.rpt
├── DDS_sin.jdi
├── DDS_sin.map.rpt
├── DDS_sin.map.summary
├── DDS_sin.merge.rpt
├── DDS_sin.pin
├── DDS_sin.pof
├── DDS_sin.qpf
├── DDS_sin.qsf
├── DDS_sin.qws
├── DDS_sin.sof
├── DDS_sin.tan.rpt
├── DDS_sin.tan.summary
├── DDS_sin.v.bak
├── DDS_top.v
├── DDS_top.v.bak
├── TLC615.v
├── TLC615.v.bak
├── adder_10.v
├── adder_32.v
├── adder_32.v.bak
├── db
│ ├── DDS_sin.(0).cnf.cdb
│ ├── DDS_sin.(0).cnf.hdb
│ ├── DDS_sin.(1).cnf.cdb
│ ├── DDS_sin.(1).cnf.hdb
│ ├── DDS_sin.(10).cnf.cdb
│ ├── DDS_sin.(10).cnf.hdb
│ ├── DDS_sin.(11).cnf.cdb
│ ├── DDS_sin.(11).cnf.hdb
│ ├── DDS_sin.(12).cnf.cdb
│ ├── DDS_sin.(12).cnf.hdb
│ ├── DDS_sin.(13).cnf.cdb
│ ├── DDS_sin.(13).cnf.hdb
│ ├── DDS_sin.(14).cnf.cdb
│ ├── DDS_sin.(14).cnf.hdb
│ ├── DDS_sin.(15).cnf.cdb
│ ├── DDS_sin.(15).cnf.hdb
│ ├── DDS_sin.(16).cnf.cdb
│ ├── DDS_sin.(16).cnf.hdb
│ ├── DDS_sin.(17).cnf.cdb
│ ├── DDS_sin.(17).cnf.hdb
│ ├── DDS_sin.(18).cnf.cdb
│ ├── DDS_sin.(18).cnf.hdb
│ ├── DDS_sin.(19).cnf.cdb
│ ├── DDS_sin.(19).cnf.hdb
│ ├── DDS_sin.(2).cnf.cdb
│ ├── DDS_sin.(2).cnf.hdb
│ ├── DDS_sin.(20).cnf.cdb
│ ├── DDS_sin.(20).cnf.hdb
│ ├── DDS_sin.(21).cnf.cdb
│ ├── DDS_sin.(21).cnf.hdb
│ ├── DDS_sin.(22).cnf.cdb
│ ├── DDS_sin.(22).cnf.hdb
│ ├── DDS_sin.(23).cnf.cdb
│ ├── DDS_sin.(23).cnf.hdb
│ ├── DDS_sin.(24).cnf.cdb
│ ├── DDS_sin.(24).cnf.hdb
│ ├── DDS_sin.(25).cnf.cdb
│ ├── DDS_sin.(25).cnf.hdb
│ ├── DDS_sin.(26).cnf.cdb
│ ├── DDS_sin.(26).cnf.hdb
│ ├── DDS_sin.(27).cnf.cdb
│ ├── DDS_sin.(27).cnf.hdb
│ ├── DDS_sin.(28).cnf.cdb
│ ├── DDS_sin.(28).cnf.hdb
│ ├── DDS_sin.(29).cnf.cdb
│ ├── DDS_sin.(29).cnf.hdb
│ ├── DDS_sin.(3).cnf.cdb
│ ├── DDS_sin.(3).cnf.hdb
│ ├── DDS_sin.(30).cnf.cdb
│ ├── DDS_sin.(30).cnf.hdb
│ ├── DDS_sin.(31).cnf.cdb
│ ├── DDS_sin.(31).cnf.hdb
│ ├── DDS_sin.(32).cnf.cdb
│ ├── DDS_sin.(32).cnf.hdb
│ ├── DDS_sin.(33).cnf.cdb
│ ├── DDS_sin.(33).cnf.hdb
│ ├── DDS_sin.(34).cnf.cdb
│ ├── DDS_sin.(34).cnf.hdb
│ ├── DDS_sin.(35).cnf.cdb
│ ├── DDS_sin.(35).cnf.hdb
│ ├── DDS_sin.(36).cnf.cdb
│ ├── DDS_sin.(36).cnf.hdb
│ ├── DDS_sin.(37).cnf.cdb
│ ├── DDS_sin.(37).cnf.hdb
│ ├── DDS_sin.(38).cnf.cdb
│ ├── DDS_sin.(38).cnf.hdb
│ ├── DDS_sin.(39).cnf.cdb
│ ├── DDS_sin.(39).cnf.hdb
│ ├── DDS_sin.(4).cnf.cdb
│ ├── DDS_sin.(4).cnf.hdb
│ ├── DDS_sin.(40).cnf.cdb
│ ├── DDS_sin.(40).cnf.hdb
│ ├── DDS_sin.(41).cnf.cdb
│ ├── DDS_sin.(41).cnf.hdb
│ ├── DDS_sin.(42).cnf.cdb
│ ├── DDS_sin.(42).cnf.hdb
│ ├── DDS_sin.(43).cnf.cdb
│ ├── DDS_sin.(43).cnf.hdb
│ ├── DDS_sin.(44).cnf.cdb
│ ├── DDS_sin.(44).cnf.hdb
│ ├── DDS_sin.(45).cnf.cdb
│ ├── DDS_sin.(45).cnf.hdb
│ ├── DDS_sin.(46).cnf.cdb
│ ├── DDS_sin.(46).cnf.hdb
│ ├── DDS_sin.(47).cnf.cdb
│ ├── DDS_sin.(47).cnf.hdb
│ ├── DDS_sin.(48).cnf.cdb
│ ├── DDS_sin.(48).cnf.hdb
│ ├── DDS_sin.(49).cnf.cdb
│ ├── DDS_sin.(49).cnf.hdb
│ ├── DDS_sin.(5).cnf.cdb
│ ├── DDS_sin.(5).cnf.hdb
│ ├── DDS_sin.(50).cnf.cdb
│ ├── DDS_sin.(50).cnf.hdb
│ ├── DDS_sin.(51).cnf.cdb
│ ├── DDS_sin.(51).cnf.hdb
│ ├── DDS_sin.(52).cnf.cdb
│ ├── DDS_sin.(52).cnf.hdb
│ ├── DDS_sin.(53).cnf.cdb
│ ├── DDS_sin.(53).cnf.hdb
│ ├── DDS_sin.(54).cnf.cdb
│ ├── DDS_sin.(54).cnf.hdb
│ ├── DDS_sin.(55).cnf.cdb
│ ├── DDS_sin.(55).cnf.hdb
│ ├── DDS_sin.(56).cnf.cdb
│ ├── DDS_sin.(56).cnf.hdb
│ ├── DDS_sin.(6).cnf.cdb
│ ├── DDS_sin.(6).cnf.hdb
│ ├── DDS_sin.(7).cnf.cdb
│ ├── DDS_sin.(7).cnf.hdb
│ ├── DDS_sin.(8).cnf.cdb
│ ├── DDS_sin.(8).cnf.hdb
│ ├── DDS_sin.(9).cnf.cdb
│ ├── DDS_sin.(9).cnf.hdb
│ ├── DDS_sin.ace_cmp.bpm
│ ├── DDS_sin.ace_cmp.cdb
│ ├── DDS_sin.ace_cmp.ecobp
│ ├── DDS_sin.ace_cmp.hdb
│ ├── DDS_sin.analyze_file.qmsg
│ ├── DDS_sin.asm.qmsg
│ ├── DDS_sin.asm_labs.ddb
│ ├── DDS_sin.cbx.xml
│ ├── DDS_sin.cmp.bpm
│ ├── DDS_sin.cmp.cdb
│ ├── DDS_sin.cmp.ecobp
│ ├── DDS_sin.cmp.hdb
│ ├── DDS_sin.cmp.kpt
│ ├── DDS_sin.cmp.logdb
│ ├── DDS_sin.cmp.rdb
│ ├── DDS_sin.cmp.tdb
│ ├── DDS_sin.cmp0.ddb
│ ├── DDS_sin.cmp2.ddb
│ ├── DDS_sin.cmp_merge.kpt
│ ├── DDS_sin.db_info
│ ├── DDS_sin.eco.cdb
│ ├── DDS_sin.fit.qmsg
│ ├── DDS_sin.hier_info
│ ├── DDS_sin.hif
│ ├── DDS_sin.lpc.html
│ ├── DDS_sin.lpc.rdb
│ ├── DDS_sin.lpc.txt
│ ├── DDS_sin.map.bpm
│ ├── DDS_sin.map.cdb
│ ├── DDS_sin.map.ecobp
│ ├── DDS_sin.map.hdb
│ ├── DDS_sin.map.kpt
│ ├── DDS_sin.map.logdb
│ ├── DDS_sin.map.qmsg
│ ├── DDS_sin.map_bb.cdb
│ ├── DDS_sin.map_bb.hdb
│ ├── DDS_sin.map_bb.logdb
│ ├── DDS_sin.merge.qmsg
│ ├── DDS_sin.pre_map.cdb
│ ├── DDS_sin.pre_map.hdb
│ ├── DDS_sin.rpp.qmsg
│ ├── DDS_sin.rtlv.hdb
│ ├── DDS_sin.rtlv_sg.cdb
│ ├── DDS_sin.rtlv_sg_swap.cdb
│ ├── DDS_sin.sgate.rvd
│ ├── DDS_sin.sgate_sm.rvd
│ ├── DDS_sin.sgdiff.cdb
│ ├── DDS_sin.sgdiff.hdb
│ ├── DDS_sin.sld_design_entry.sci
│ ├── DDS_sin.sld_design_entry_dsc.sci
│ ├── DDS_sin.smp_dump.txt
│ ├── DDS_sin.syn_hier_info
│ ├── DDS_sin.tan.qmsg
│ ├── DDS_sin.tis_db_list.ddb
│ ├── DDS_sin.tmw_info
│ ├── DDS_sin_global_asgn_op.abo
│ ├── add_sub_lkc.tdf
│ ├── add_sub_mkc.tdf
│ ├── alt_u_div_a2f.tdf
│ ├── alt_u_div_i2f.tdf
│ ├── alt_u_div_k2f.tdf
│ ├── alt_u_div_o2f.tdf
│ ├── altsyncram_3281.tdf
│ ├── altsyncram_7u82.tdf
│ ├── altsyncram_9i91.tdf
│ ├── altsyncram_d281.tdf
│ ├── altsyncram_hk71.tdf
│ ├── altsyncram_v181.tdf
│ ├── lpm_divide_aem.tdf
│ ├── lpm_divide_eem.tdf
│ ├── lpm_divide_fem.tdf
│ ├── lpm_divide_hem.tdf
│ ├── mult_6v01.tdf
│ ├── mult_gt01.tdf
│ ├── prev_cmp_DDS_sin.asm.qmsg
│ ├── prev_cmp_DDS_sin.fit.qmsg
│ ├── prev_cmp_DDS_sin.map.qmsg
│ ├── prev_cmp_DDS_sin.merge.qmsg
│ ├── prev_cmp_DDS_sin.qmsg
│ ├── prev_cmp_DDS_sin.tan.qmsg
│ ├── sign_div_unsign_klh.tdf
│ ├── sign_div_unsign_olh.tdf
│ ├── sign_div_unsign_plh.tdf
│ └── sign_div_unsign_rlh.tdf
├── incremental_db
│ ├── README
│ └── compiled_partitions
│ ├── DDS_sin.root_partition.cmp.atm
│ ├── DDS_sin.root_partition.cmp.dfp
│ ├── DDS_sin.root_partition.cmp.hdbx
│ ├── DDS_sin.root_partition.cmp.kpt
│ ├── DDS_sin.root_partition.cmp.logdb
│ ├── DDS_sin.root_partition.cmp.rcf
│ ├── DDS_sin.root_partition.map.atm
│ ├── DDS_sin.root_partition.map.dpi
│ ├── DDS_sin.root_partition.map.hdbx
│ ├── DDS_sin.root_partition.map.kpt
│ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.atm
│ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.dpi
│ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.hdbx
│ ├── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.kpt
│ └── DDS_sin.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.logdb
├── key.v
├── key.v.bak
├── key_coding.v
├── key_coding.v.bak
├── reg32.v
├── reg_10.v
├── saw_rom.inc
├── saw_rom.mif
├── saw_rom.qip
├── saw_rom.v
├── saw_rom_bb.v
├── saw_rom_wave0.jpg
├── saw_rom_waveforms.html
├── serv_req_info.txt
├── sin.mif
├── sin_rom.cmp
├── sin_rom.inc
├── sin_rom.qip
├── sin_rom.v
├── sin_rom_bb.v
├── sin_rom_wave0.jpg
├── sin_rom_waveforms.html
├── squ_rom.inc
├── squ_rom.mif
├── squ_rom.qip
├── squ_rom.v
├── squ_rom_bb.v
├── squ_rom_wave0.jpg
├── squ_rom_waveforms.html
├── tri_rom.inc
├── tri_rom.mif
├── tri_rom.qip
├── tri_rom.v
├── tri_rom_bb.v
├── tri_rom_wave0.jpg
├── tri_rom_waveforms.html
└── 频率控制字.xlsx
101 directories, 2393 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论