实例介绍
基于FPGA用VHDL语言设计的四位共阴数码管显示驱动电路设计
【实例截图】
【核心代码】
上机十二四位共阴数码管显示驱动电路设计(已验证)
└── 上机十二 四位共阴数码管显示驱动电路设计(已验证)
├── 12小时时钟利用四位数码管驱动电路显示
│ ├── BCD60counter.bsf
│ ├── BCD60counter.vhd
│ ├── Block1.asm.rpt
│ ├── Block1_assignment_defaults.qdf
│ ├── Block1_description.txt
│ ├── Block1.done
│ ├── Block1.dpf
│ ├── Block1.fit.rpt
│ ├── Block1.fit.smsg
│ ├── Block1.fit.summary
│ ├── Block1.flow.rpt
│ ├── Block1.hexout
│ ├── Block1.map.rpt
│ ├── Block1.map.summary
│ ├── Block1.pin
│ ├── Block1.pof
│ ├── Block1.qsf
│ ├── Block1.qws
│ ├── Block1.sof
│ ├── Block1.tan.rpt
│ ├── Block1.tan.summary
│ ├── cnt4_v.bsf
│ ├── cnt4_v.vhd
│ ├── cnt60_display.bdf
│ ├── cnt60_display.qpf
│ ├── cnt60_display.qws
│ ├── counter_12.bsf
│ ├── counter_12.vhd
│ ├── db
│ │ ├── Block1.(0).cnf.cdb
│ │ ├── Block1.(0).cnf.hdb
│ │ ├── Block1.(1).cnf.cdb
│ │ ├── Block1.(1).cnf.hdb
│ │ ├── Block1.(2).cnf.cdb
│ │ ├── Block1.(2).cnf.hdb
│ │ ├── Block1.(3).cnf.cdb
│ │ ├── Block1.(3).cnf.hdb
│ │ ├── Block1.(4).cnf.cdb
│ │ ├── Block1.(4).cnf.hdb
│ │ ├── Block1.(5).cnf.cdb
│ │ ├── Block1.(5).cnf.hdb
│ │ ├── Block1.(6).cnf.cdb
│ │ ├── Block1.(6).cnf.hdb
│ │ ├── Block1.(7).cnf.cdb
│ │ ├── Block1.(7).cnf.hdb
│ │ ├── Block1.asm.qmsg
│ │ ├── Block1.cbx.xml
│ │ ├── Block1.cmp0.ddb
│ │ ├── Block1.cmp.cdb
│ │ ├── Block1.cmp.hdb
│ │ ├── Block1.cmp.kpt
│ │ ├── Block1.cmp.logdb
│ │ ├── Block1.cmp.rdb
│ │ ├── Block1.cmp.tdb
│ │ ├── Block1.db_info
│ │ ├── Block1.dbp
│ │ ├── Block1.eco.cdb
│ │ ├── Block1.fit.qmsg
│ │ ├── Block1.hier_info
│ │ ├── Block1.hif
│ │ ├── Block1.map.cdb
│ │ ├── Block1.map.hdb
│ │ ├── Block1.map.logdb
│ │ ├── Block1.map.qmsg
│ │ ├── Block1.pre_map.cdb
│ │ ├── Block1.pre_map.hdb
│ │ ├── Block1.psp
│ │ ├── Block1.pss
│ │ ├── Block1.rtlv.hdb
│ │ ├── Block1.rtlv_sg.cdb
│ │ ├── Block1.rtlv_sg_swap.cdb
│ │ ├── Block1.sgdiff.cdb
│ │ ├── Block1.sgdiff.hdb
│ │ ├── Block1.signalprobe.cdb
│ │ ├── Block1.sld_design_entry_dsc.sci
│ │ ├── Block1.sld_design_entry.sci
│ │ ├── Block1.syn_hier_info
│ │ ├── Block1.tan.qmsg
│ │ ├── prev_cmp_Block1.asm.qmsg
│ │ ├── prev_cmp_Block1.fit.qmsg
│ │ ├── prev_cmp_Block1.map.qmsg
│ │ ├── prev_cmp_Block1.tan.qmsg
│ │ └── prev_cmp_cnt60_display.qmsg
│ ├── decode2_4V.bsf
│ ├── decode2_4v.vhd
│ ├── decode2_4v.vhd.bak
│ ├── fen_pin.bsf
│ ├── fen_pin.vhd
│ ├── mul16_4v.bsf
│ ├── mul16_4v.vhd
│ ├── Seven_v.bsf
│ ├── Seven_v.vhd
│ ├── Seven_v.vhd.bak
│ ├── Sxq16_g.bdf
│ └── Sxq16_g.bsf
├── 60进制计数器模块.jpg
├── 七段译码器
│ ├── db
│ │ ├── Seven_v.(0).cnf.cdb
│ │ ├── Seven_v.(0).cnf.hdb
│ │ ├── Seven_v.asm.qmsg
│ │ ├── Seven_v.cbx.xml
│ │ ├── Seven_v.cmp0.ddb
│ │ ├── Seven_v.cmp.cdb
│ │ ├── Seven_v.cmp.hdb
│ │ ├── Seven_v.cmp.kpt
│ │ ├── Seven_v.cmp.logdb
│ │ ├── Seven_v.cmp.rdb
│ │ ├── Seven_v.cmp.tdb
│ │ ├── Seven_v.db_info
│ │ ├── Seven_v.dbp
│ │ ├── Seven_v.eco.cdb
│ │ ├── Seven_v.fit.qmsg
│ │ ├── Seven_v.hier_info
│ │ ├── Seven_v.hif
│ │ ├── Seven_v.map.cdb
│ │ ├── Seven_v.map.hdb
│ │ ├── Seven_v.map.logdb
│ │ ├── Seven_v.map.qmsg
│ │ ├── Seven_v.pre_map.cdb
│ │ ├── Seven_v.pre_map.hdb
│ │ ├── Seven_v.psp
│ │ ├── Seven_v.pss
│ │ ├── Seven_v.rtlv.hdb
│ │ ├── Seven_v.rtlv_sg.cdb
│ │ ├── Seven_v.rtlv_sg_swap.cdb
│ │ ├── Seven_v.sgdiff.cdb
│ │ ├── Seven_v.sgdiff.hdb
│ │ ├── Seven_v.signalprobe.cdb
│ │ ├── Seven_v.sld_design_entry_dsc.sci
│ │ ├── Seven_v.sld_design_entry.sci
│ │ ├── Seven_v.syn_hier_info
│ │ └── Seven_v.tan.qmsg
│ ├── Seven_v.asm.rpt
│ ├── Seven_v.bsf
│ ├── Seven_v.done
│ ├── Seven_v.fit.rpt
│ ├── Seven_v.fit.smsg
│ ├── Seven_v.fit.summary
│ ├── Seven_v.flow.rpt
│ ├── Seven_v.map.rpt
│ ├── Seven_v.map.summary
│ ├── Seven_v.pin
│ ├── Seven_v.pof
│ ├── Seven_v.qpf
│ ├── Seven_v.qsf
│ ├── Seven_v.qws
│ ├── Seven_v.sof
│ ├── Seven_v.tan.rpt
│ ├── Seven_v.tan.summary
│ └── Seven_v.vhd
├── 七段译码器.txt
├── 上机12.doc
├── 上机十二 四位共阴数码管显示驱动电路设计(之前的)
│ ├── 12小时时钟利用四位数码管驱动电路显示
│ │ ├── BCD60counter.bsf
│ │ ├── BCD60counter.vhd
│ │ ├── Block1.asm.rpt
│ │ ├── Block1_description.txt
│ │ ├── Block1.done
│ │ ├── Block1.fit.rpt
│ │ ├── Block1.fit.smsg
│ │ ├── Block1.fit.summary
│ │ ├── Block1.flow.rpt
│ │ ├── Block1.hexout
│ │ ├── Block1.map.rpt
│ │ ├── Block1.map.summary
│ │ ├── Block1.pin
│ │ ├── Block1.pof
│ │ ├── Block1.qsf
│ │ ├── Block1.qws
│ │ ├── Block1.sof
│ │ ├── Block1.tan.rpt
│ │ ├── Block1.tan.summary
│ │ ├── cnt4_v.bsf
│ │ ├── cnt4_v.vhd
│ │ ├── cnt60_display.bdf
│ │ ├── cnt60_display.qpf
│ │ ├── cnt60_display.qws
│ │ ├── counter_12.bsf
│ │ ├── counter_12.vhd
│ │ ├── db
│ │ │ ├── Block1.(0).cnf.cdb
│ │ │ ├── Block1.(0).cnf.hdb
│ │ │ ├── Block1.(1).cnf.cdb
│ │ │ ├── Block1.(1).cnf.hdb
│ │ │ ├── Block1.(2).cnf.cdb
│ │ │ ├── Block1.(2).cnf.hdb
│ │ │ ├── Block1.(3).cnf.cdb
│ │ │ ├── Block1.(3).cnf.hdb
│ │ │ ├── Block1.(4).cnf.cdb
│ │ │ ├── Block1.(4).cnf.hdb
│ │ │ ├── Block1.(5).cnf.cdb
│ │ │ ├── Block1.(5).cnf.hdb
│ │ │ ├── Block1.(6).cnf.cdb
│ │ │ ├── Block1.(6).cnf.hdb
│ │ │ ├── Block1.(7).cnf.cdb
│ │ │ ├── Block1.(7).cnf.hdb
│ │ │ ├── Block1.asm.qmsg
│ │ │ ├── Block1.cbx.xml
│ │ │ ├── Block1.cmp0.ddb
│ │ │ ├── Block1.cmp.cdb
│ │ │ ├── Block1.cmp.hdb
│ │ │ ├── Block1.cmp.kpt
│ │ │ ├── Block1.cmp.logdb
│ │ │ ├── Block1.cmp.rdb
│ │ │ ├── Block1.cmp.tdb
│ │ │ ├── Block1.db_info
│ │ │ ├── Block1.dbp
│ │ │ ├── Block1.eco.cdb
│ │ │ ├── Block1.fit.qmsg
│ │ │ ├── Block1.hier_info
│ │ │ ├── Block1.hif
│ │ │ ├── Block1.map.cdb
│ │ │ ├── Block1.map.hdb
│ │ │ ├── Block1.map.logdb
│ │ │ ├── Block1.map.qmsg
│ │ │ ├── Block1.pre_map.cdb
│ │ │ ├── Block1.pre_map.hdb
│ │ │ ├── Block1.psp
│ │ │ ├── Block1.pss
│ │ │ ├── Block1.rtlv.hdb
│ │ │ ├── Block1.rtlv_sg.cdb
│ │ │ ├── Block1.rtlv_sg_swap.cdb
│ │ │ ├── Block1.sgdiff.cdb
│ │ │ ├── Block1.sgdiff.hdb
│ │ │ ├── Block1.signalprobe.cdb
│ │ │ ├── Block1.sld_design_entry_dsc.sci
│ │ │ ├── Block1.sld_design_entry.sci
│ │ │ ├── Block1.syn_hier_info
│ │ │ └── Block1.tan.qmsg
│ │ ├── decode2_4V.bsf
│ │ ├── decode2_4v.vhd
│ │ ├── fen_pin.bsf
│ │ ├── fen_pin.vhd
│ │ ├── mul16_4v.bsf
│ │ ├── mul16_4v.vhd
│ │ ├── Seven_v.bsf
│ │ ├── Seven_v.vhd
│ │ ├── Sxq16_g.bdf
│ │ └── Sxq16_g.bsf
│ ├── 七段译码器
│ │ ├── db
│ │ │ ├── Seven_v.(0).cnf.cdb
│ │ │ ├── Seven_v.(0).cnf.hdb
│ │ │ ├── Seven_v.asm.qmsg
│ │ │ ├── Seven_v.cbx.xml
│ │ │ ├── Seven_v.cmp0.ddb
│ │ │ ├── Seven_v.cmp.cdb
│ │ │ ├── Seven_v.cmp.hdb
│ │ │ ├── Seven_v.cmp.kpt
│ │ │ ├── Seven_v.cmp.logdb
│ │ │ ├── Seven_v.cmp.rdb
│ │ │ ├── Seven_v.cmp.tdb
│ │ │ ├── Seven_v.db_info
│ │ │ ├── Seven_v.dbp
│ │ │ ├── Seven_v.eco.cdb
│ │ │ ├── Seven_v.fit.qmsg
│ │ │ ├── Seven_v.hier_info
│ │ │ ├── Seven_v.hif
│ │ │ ├── Seven_v.map.cdb
│ │ │ ├── Seven_v.map.hdb
│ │ │ ├── Seven_v.map.logdb
│ │ │ ├── Seven_v.map.qmsg
│ │ │ ├── Seven_v.pre_map.cdb
│ │ │ ├── Seven_v.pre_map.hdb
│ │ │ ├── Seven_v.psp
│ │ │ ├── Seven_v.pss
│ │ │ ├── Seven_v.rtlv.hdb
│ │ │ ├── Seven_v.rtlv_sg.cdb
│ │ │ ├── Seven_v.rtlv_sg_swap.cdb
│ │ │ ├── Seven_v.sgdiff.cdb
│ │ │ ├── Seven_v.sgdiff.hdb
│ │ │ ├── Seven_v.signalprobe.cdb
│ │ │ ├── Seven_v.sld_design_entry_dsc.sci
│ │ │ ├── Seven_v.sld_design_entry.sci
│ │ │ ├── Seven_v.syn_hier_info
│ │ │ └── Seven_v.tan.qmsg
│ │ ├── Seven_v.asm.rpt
│ │ ├── Seven_v.bsf
│ │ ├── Seven_v.done
│ │ ├── Seven_v.fit.rpt
│ │ ├── Seven_v.fit.smsg
│ │ ├── Seven_v.fit.summary
│ │ ├── Seven_v.flow.rpt
│ │ ├── Seven_v.map.rpt
│ │ ├── Seven_v.map.summary
│ │ ├── Seven_v.pin
│ │ ├── Seven_v.pof
│ │ ├── Seven_v.qpf
│ │ ├── Seven_v.qsf
│ │ ├── Seven_v.qws
│ │ ├── Seven_v.sof
│ │ ├── Seven_v.tan.rpt
│ │ ├── Seven_v.tan.summary
│ │ └── Seven_v.vhd
│ ├── 七段译码器.txt
│ ├── 上机12.doc
│ ├── 二—四译码器
│ │ ├── db
│ │ │ ├── decode2_4v.(0).cnf.cdb
│ │ │ ├── decode2_4v.(0).cnf.hdb
│ │ │ ├── decode2_4v.asm.qmsg
│ │ │ ├── decode2_4v.cbx.xml
│ │ │ ├── decode2_4v.cmp0.ddb
│ │ │ ├── decode2_4v.cmp.cdb
│ │ │ ├── decode2_4v.cmp.hdb
│ │ │ ├── decode2_4v.cmp.kpt
│ │ │ ├── decode2_4v.cmp.logdb
│ │ │ ├── decode2_4v.cmp.rdb
│ │ │ ├── decode2_4v.cmp.tdb
│ │ │ ├── decode2_4v.db_info
│ │ │ ├── decode2_4v.dbp
│ │ │ ├── decode2_4v.eco.cdb
│ │ │ ├── decode2_4v.fit.qmsg
│ │ │ ├── decode2_4v.hier_info
│ │ │ ├── decode2_4v.hif
│ │ │ ├── decode2_4v.map.cdb
│ │ │ ├── decode2_4v.map.hdb
│ │ │ ├── decode2_4v.map.logdb
│ │ │ ├── decode2_4v.map.qmsg
│ │ │ ├── decode2_4v.pre_map.cdb
│ │ │ ├── decode2_4v.pre_map.hdb
│ │ │ ├── decode2_4v.psp
│ │ │ ├── decode2_4v.pss
│ │ │ ├── decode2_4v.rtlv.hdb
│ │ │ ├── decode2_4v.rtlv_sg.cdb
│ │ │ ├── decode2_4v.rtlv_sg_swap.cdb
│ │ │ ├── decode2_4v.sgdiff.cdb
│ │ │ ├── decode2_4v.sgdiff.hdb
│ │ │ ├── decode2_4v.signalprobe.cdb
│ │ │ ├── decode2_4v.sld_design_entry_dsc.sci
│ │ │ ├── decode2_4v.sld_design_entry.sci
│ │ │ ├── decode2_4v.syn_hier_info
│ │ │ └── decode2_4v.tan.qmsg
│ │ ├── decode2_4v.asm.rpt
│ │ ├── decode2_4V.bsf
│ │ ├── decode2_4v.done
│ │ ├── decode2_4v.fit.rpt
│ │ ├── decode2_4v.fit.smsg
│ │ ├── decode2_4v.fit.summary
│ │ ├── decode2_4v.flow.rpt
│ │ ├── decode2_4v.map.rpt
│ │ ├── decode2_4v.map.summary
│ │ ├── decode2_4v.pin
│ │ ├── decode2_4v.pof
│ │ ├── decode2_4v.qpf
│ │ ├── decode2_4v.qsf
│ │ ├── decode2_4v.qws
│ │ ├── decode2_4v.sof
│ │ ├── decode2_4v.tan.rpt
│ │ ├── decode2_4v.tan.summary
│ │ └── decode2_4v.vhd
│ ├── 二—四译码器(按键控制小数点).txt
│ ├── 十六-四多任务器
│ │ ├── db
│ │ │ ├── mul16_4v.(0).cnf.cdb
│ │ │ ├── mul16_4v.(0).cnf.hdb
│ │ │ ├── mul16_4v.asm.qmsg
│ │ │ ├── mul16_4v.cbx.xml
│ │ │ ├── mul16_4v.cmp0.ddb
│ │ │ ├── mul16_4v.cmp.cdb
│ │ │ ├── mul16_4v.cmp.hdb
│ │ │ ├── mul16_4v.cmp.kpt
│ │ │ ├── mul16_4v.cmp.logdb
│ │ │ ├── mul16_4v.cmp.rdb
│ │ │ ├── mul16_4v.cmp.tdb
│ │ │ ├── mul16_4v.db_info
│ │ │ ├── mul16_4v.dbp
│ │ │ ├── mul16_4v.eco.cdb
│ │ │ ├── mul16_4v.fit.qmsg
│ │ │ ├── mul16_4v.hier_info
│ │ │ ├── mul16_4v.hif
│ │ │ ├── mul16_4v.map.cdb
│ │ │ ├── mul16_4v.map.hdb
│ │ │ ├── mul16_4v.map.logdb
│ │ │ ├── mul16_4v.map.qmsg
│ │ │ ├── mul16_4v.pre_map.cdb
│ │ │ ├── mul16_4v.pre_map.hdb
│ │ │ ├── mul16_4v.psp
│ │ │ ├── mul16_4v.pss
│ │ │ ├── mul16_4v.rtlv.hdb
│ │ │ ├── mul16_4v.rtlv_sg.cdb
│ │ │ ├── mul16_4v.rtlv_sg_swap.cdb
│ │ │ ├── mul16_4v.sgdiff.cdb
│ │ │ ├── mul16_4v.sgdiff.hdb
│ │ │ ├── mul16_4v.signalprobe.cdb
│ │ │ ├── mul16_4v.sld_design_entry_dsc.sci
│ │ │ ├── mul16_4v.sld_design_entry.sci
│ │ │ ├── mul16_4v.syn_hier_info
│ │ │ └── mul16_4v.tan.qmsg
│ │ ├── mul16_4v.asm.rpt
│ │ ├── mul16_4v.bsf
│ │ ├── mul16_4v.done
│ │ ├── mul16_4v.fit.rpt
│ │ ├── mul16_4v.fit.smsg
│ │ ├── mul16_4v.fit.summary
│ │ ├── mul16_4v.flow.rpt
│ │ ├── mul16_4v.map.rpt
│ │ ├── mul16_4v.map.summary
│ │ ├── mul16_4v.pin
│ │ ├── mul16_4v.pof
│ │ ├── mul16_4v.qpf
│ │ ├── mul16_4v.qsf
│ │ ├── mul16_4v.qws
│ │ ├── mul16_4v.sof
│ │ ├── mul16_4v.tan.rpt
│ │ ├── mul16_4v.tan.summary
│ │ └── mul16_4v.vhd
│ ├── 十六-四多任务器.txt
│ ├── 四位数码管驱动电路原理图及电路符号
│ │ ├── db
│ │ │ ├── Sxq16_g.(0).cnf.cdb
│ │ │ ├── Sxq16_g.(0).cnf.hdb
│ │ │ ├── Sxq16_g.(1).cnf.cdb
│ │ │ ├── Sxq16_g.(1).cnf.hdb
│ │ │ ├── Sxq16_g.(2).cnf.cdb
│ │ │ ├── Sxq16_g.(2).cnf.hdb
│ │ │ ├── Sxq16_g.(3).cnf.cdb
│ │ │ ├── Sxq16_g.(3).cnf.hdb
│ │ │ ├── Sxq16_g.(4).cnf.cdb
│ │ │ ├── Sxq16_g.(4).cnf.hdb
│ │ │ ├── Sxq16_g.asm.qmsg
│ │ │ ├── Sxq16_g.cbx.xml
│ │ │ ├── Sxq16_g.cmp0.ddb
│ │ │ ├── Sxq16_g.cmp.cdb
│ │ │ ├── Sxq16_g.cmp.hdb
│ │ │ ├── Sxq16_g.cmp.kpt
│ │ │ ├── Sxq16_g.cmp.logdb
│ │ │ ├── Sxq16_g.cmp.rdb
│ │ │ ├── Sxq16_g.cmp.tdb
│ │ │ ├── Sxq16_g.db_info
│ │ │ ├── Sxq16_g.dbp
│ │ │ ├── Sxq16_g.eco.cdb
│ │ │ ├── Sxq16_g.fit.qmsg
│ │ │ ├── Sxq16_g.hier_info
│ │ │ ├── Sxq16_g.hif
│ │ │ ├── Sxq16_g.map.cdb
│ │ │ ├── Sxq16_g.map.hdb
│ │ │ ├── Sxq16_g.map.logdb
│ │ │ ├── Sxq16_g.map.qmsg
│ │ │ ├── Sxq16_g.pre_map.cdb
│ │ │ ├── Sxq16_g.pre_map.hdb
│ │ │ ├── Sxq16_g.psp
│ │ │ ├── Sxq16_g.pss
│ │ │ ├── Sxq16_g.rtlv.hdb
│ │ │ ├── Sxq16_g.rtlv_sg.cdb
│ │ │ ├── Sxq16_g.rtlv_sg_swap.cdb
│ │ │ ├── Sxq16_g.sgdiff.cdb
│ │ │ ├── Sxq16_g.sgdiff.hdb
│ │ │ ├── Sxq16_g.signalprobe.cdb
│ │ │ ├── Sxq16_g.sld_design_entry_dsc.sci
│ │ │ ├── Sxq16_g.sld_design_entry.sci
│ │ │ ├── Sxq16_g.syn_hier_info
│ │ │ └── Sxq16_g.tan.qmsg
│ │ ├── Seven_v.bsf
│ │ ├── Sxq16_g.asm.rpt
│ │ ├── Sxq16_g.bdf
│ │ ├── Sxq16_g.bsf
│ │ ├── Sxq16_g.done
│ │ ├── Sxq16_g.fit.rpt
│ │ ├── Sxq16_g.fit.smsg
│ │ ├── Sxq16_g.fit.summary
│ │ ├── Sxq16_g.flow.rpt
│ │ ├── Sxq16_g.hexout
│ │ ├── Sxq16_g.map.rpt
│ │ ├── Sxq16_g.map.summary
│ │ ├── Sxq16_g.pin
│ │ ├── Sxq16_g.pof
│ │ ├── Sxq16_g.qpf
│ │ ├── Sxq16_g.qsf
│ │ ├── Sxq16_g.qws
│ │ ├── Sxq16_g.sof
│ │ ├── Sxq16_g.tan.rpt
│ │ └── Sxq16_g.tan.summary
│ ├── 四进制加法计数器
│ │ ├── cnt4_v.asm.rpt
│ │ ├── cnt4_v.bsf
│ │ ├── cnt4_v.done
│ │ ├── cnt4_v.fit.rpt
│ │ ├── cnt4_v.fit.smsg
│ │ ├── cnt4_v.fit.summary
│ │ ├── cnt4_v.flow.rpt
│ │ ├── cnt4_v.map.rpt
│ │ ├── cnt4_v.map.summary
│ │ ├── cnt4_v.pin
│ │ ├── cnt4_v.pof
│ │ ├── cnt4_v.qpf
│ │ ├── cnt4_v.qsf
│ │ ├── cnt4_v.qws
│ │ ├── cnt4_v.sof
│ │ ├── cnt4_v.tan.rpt
│ │ ├── cnt4_v.tan.summary
│ │ ├── cnt4_v.vhd
│ │ └── db
│ │ ├── cnt4_v.(0).cnf.cdb
│ │ ├── cnt4_v.(0).cnf.hdb
│ │ ├── cnt4_v.asm.qmsg
│ │ ├── cnt4_v.cbx.xml
│ │ ├── cnt4_v.cmp0.ddb
│ │ ├── cnt4_v.cmp.cdb
│ │ ├── cnt4_v.cmp.hdb
│ │ ├── cnt4_v.cmp.kpt
│ │ ├── cnt4_v.cmp.logdb
│ │ ├── cnt4_v.cmp.rdb
│ │ ├── cnt4_v.cmp.tdb
│ │ ├── cnt4_v.db_info
│ │ ├── cnt4_v.dbp
│ │ ├── cnt4_v.eco.cdb
│ │ ├── cnt4_v.fit.qmsg
│ │ ├── cnt4_v.hier_info
│ │ ├── cnt4_v.hif
│ │ ├── cnt4_v.map.cdb
│ │ ├── cnt4_v.map.hdb
│ │ ├── cnt4_v.map.logdb
│ │ ├── cnt4_v.map.qmsg
│ │ ├── cnt4_v.pre_map.cdb
│ │ ├── cnt4_v.pre_map.hdb
│ │ ├── cnt4_v.psp
│ │ ├── cnt4_v.pss
│ │ ├── cnt4_v.rtlv.hdb
│ │ ├── cnt4_v.rtlv_sg.cdb
│ │ ├── cnt4_v.rtlv_sg_swap.cdb
│ │ ├── cnt4_v.sgdiff.cdb
│ │ ├── cnt4_v.sgdiff.hdb
│ │ ├── cnt4_v.signalprobe.cdb
│ │ ├── cnt4_v.sld_design_entry_dsc.sci
│ │ ├── cnt4_v.sld_design_entry.sci
│ │ ├── cnt4_v.syn_hier_info
│ │ └── cnt4_v.tan.qmsg
│ └── 四进制加法计数器.txt
├── 二—四译码器
│ ├── db
│ │ ├── decode2_4v.(0).cnf.cdb
│ │ ├── decode2_4v.(0).cnf.hdb
│ │ ├── decode2_4v.asm.qmsg
│ │ ├── decode2_4v.cbx.xml
│ │ ├── decode2_4v.cmp0.ddb
│ │ ├── decode2_4v.cmp.cdb
│ │ ├── decode2_4v.cmp.hdb
│ │ ├── decode2_4v.cmp.kpt
│ │ ├── decode2_4v.cmp.logdb
│ │ ├── decode2_4v.cmp.rdb
│ │ ├── decode2_4v.cmp.tdb
│ │ ├── decode2_4v.db_info
│ │ ├── decode2_4v.dbp
│ │ ├── decode2_4v.eco.cdb
│ │ ├── decode2_4v.fit.qmsg
│ │ ├── decode2_4v.hier_info
│ │ ├── decode2_4v.hif
│ │ ├── decode2_4v.map.cdb
│ │ ├── decode2_4v.map.hdb
│ │ ├── decode2_4v.map.logdb
│ │ ├── decode2_4v.map.qmsg
│ │ ├── decode2_4v.pre_map.cdb
│ │ ├── decode2_4v.pre_map.hdb
│ │ ├── decode2_4v.psp
│ │ ├── decode2_4v.pss
│ │ ├── decode2_4v.rtlv.hdb
│ │ ├── decode2_4v.rtlv_sg.cdb
│ │ ├── decode2_4v.rtlv_sg_swap.cdb
│ │ ├── decode2_4v.sgdiff.cdb
│ │ ├── decode2_4v.sgdiff.hdb
│ │ ├── decode2_4v.signalprobe.cdb
│ │ ├── decode2_4v.sld_design_entry_dsc.sci
│ │ ├── decode2_4v.sld_design_entry.sci
│ │ ├── decode2_4v.syn_hier_info
│ │ └── decode2_4v.tan.qmsg
│ ├── decode2_4v.asm.rpt
│ ├── decode2_4V.bsf
│ ├── decode2_4v.done
│ ├── decode2_4v.fit.rpt
│ ├── decode2_4v.fit.smsg
│ ├── decode2_4v.fit.summary
│ ├── decode2_4v.flow.rpt
│ ├── decode2_4v.map.rpt
│ ├── decode2_4v.map.summary
│ ├── decode2_4v.pin
│ ├── decode2_4v.pof
│ ├── decode2_4v.qpf
│ ├── decode2_4v.qsf
│ ├── decode2_4v.qws
│ ├── decode2_4v.sof
│ ├── decode2_4v.tan.rpt
│ ├── decode2_4v.tan.summary
│ └── decode2_4v.vhd
├── 二—四译码器(按键控制小数点).txt
├── 分频模块.jpg
├── 十六-四多任务器
│ ├── db
│ │ ├── mul16_4v.(0).cnf.cdb
│ │ ├── mul16_4v.(0).cnf.hdb
│ │ ├── mul16_4v.asm.qmsg
│ │ ├── mul16_4v.cbx.xml
│ │ ├── mul16_4v.cmp0.ddb
│ │ ├── mul16_4v.cmp.cdb
│ │ ├── mul16_4v.cmp.hdb
│ │ ├── mul16_4v.cmp.kpt
│ │ ├── mul16_4v.cmp.logdb
│ │ ├── mul16_4v.cmp.rdb
│ │ ├── mul16_4v.cmp.tdb
│ │ ├── mul16_4v.db_info
│ │ ├── mul16_4v.dbp
│ │ ├── mul16_4v.eco.cdb
│ │ ├── mul16_4v.fit.qmsg
│ │ ├── mul16_4v.hier_info
│ │ ├── mul16_4v.hif
│ │ ├── mul16_4v.map.cdb
│ │ ├── mul16_4v.map.hdb
│ │ ├── mul16_4v.map.logdb
│ │ ├── mul16_4v.map.qmsg
│ │ ├── mul16_4v.pre_map.cdb
│ │ ├── mul16_4v.pre_map.hdb
│ │ ├── mul16_4v.psp
│ │ ├── mul16_4v.pss
│ │ ├── mul16_4v.rtlv.hdb
│ │ ├── mul16_4v.rtlv_sg.cdb
│ │ ├── mul16_4v.rtlv_sg_swap.cdb
│ │ ├── mul16_4v.sgdiff.cdb
│ │ ├── mul16_4v.sgdiff.hdb
│ │ ├── mul16_4v.signalprobe.cdb
│ │ ├── mul16_4v.sld_design_entry_dsc.sci
│ │ ├── mul16_4v.sld_design_entry.sci
│ │ ├── mul16_4v.syn_hier_info
│ │ └── mul16_4v.tan.qmsg
│ ├── mul16_4v.asm.rpt
│ ├── mul16_4v.bsf
│ ├── mul16_4v.done
│ ├── mul16_4v.fit.rpt
│ ├── mul16_4v.fit.smsg
│ ├── mul16_4v.fit.summary
│ ├── mul16_4v.flow.rpt
│ ├── mul16_4v.map.rpt
│ ├── mul16_4v.map.summary
│ ├── mul16_4v.pin
│ ├── mul16_4v.pof
│ ├── mul16_4v.qpf
│ ├── mul16_4v.qsf
│ ├── mul16_4v.qws
│ ├── mul16_4v.sof
│ ├── mul16_4v.tan.rpt
│ ├── mul16_4v.tan.summary
│ └── mul16_4v.vhd
├── 十六-四多任务器.txt
├── 四位数码管显示驱动电路(带按键控制小数点).doc
├── 四位数码管显示驱动电路(带按键控制小数点).docx
├── 四位数码管显示驱动电路(带按键控制小数点).swf
├── 四位数码管驱动模块.jpg
├── 四位数码管驱动模块之16-4多任务器.jpg
├── 四位数码管驱动模块之2-4译码器.jpg
├── 四位数码管驱动模块之四位七段译码器.jpg
├── 四位数码管驱动模块之四进制加法计数器.jpg
├── 四位数码管驱动模块底层原理图.jpg
├── 四位数码管驱动电路原理图及电路符号
│ ├── db
│ │ ├── Sxq16_g.(0).cnf.cdb
│ │ ├── Sxq16_g.(0).cnf.hdb
│ │ ├── Sxq16_g.(1).cnf.cdb
│ │ ├── Sxq16_g.(1).cnf.hdb
│ │ ├── Sxq16_g.(2).cnf.cdb
│ │ ├── Sxq16_g.(2).cnf.hdb
│ │ ├── Sxq16_g.(3).cnf.cdb
│ │ ├── Sxq16_g.(3).cnf.hdb
│ │ ├── Sxq16_g.(4).cnf.cdb
│ │ ├── Sxq16_g.(4).cnf.hdb
│ │ ├── Sxq16_g.asm.qmsg
│ │ ├── Sxq16_g.cbx.xml
│ │ ├── Sxq16_g.cmp0.ddb
│ │ ├── Sxq16_g.cmp.cdb
│ │ ├── Sxq16_g.cmp.hdb
│ │ ├── Sxq16_g.cmp.kpt
│ │ ├── Sxq16_g.cmp.logdb
│ │ ├── Sxq16_g.cmp.rdb
│ │ ├── Sxq16_g.cmp.tdb
│ │ ├── Sxq16_g.db_info
│ │ ├── Sxq16_g.dbp
│ │ ├── Sxq16_g.eco.cdb
│ │ ├── Sxq16_g.fit.qmsg
│ │ ├── Sxq16_g.hier_info
│ │ ├── Sxq16_g.hif
│ │ ├── Sxq16_g.map.cdb
│ │ ├── Sxq16_g.map.hdb
│ │ ├── Sxq16_g.map.logdb
│ │ ├── Sxq16_g.map.qmsg
│ │ ├── Sxq16_g.pre_map.cdb
│ │ ├── Sxq16_g.pre_map.hdb
│ │ ├── Sxq16_g.psp
│ │ ├── Sxq16_g.pss
│ │ ├── Sxq16_g.rtlv.hdb
│ │ ├── Sxq16_g.rtlv_sg.cdb
│ │ ├── Sxq16_g.rtlv_sg_swap.cdb
│ │ ├── Sxq16_g.sgdiff.cdb
│ │ ├── Sxq16_g.sgdiff.hdb
│ │ ├── Sxq16_g.signalprobe.cdb
│ │ ├── Sxq16_g.sld_design_entry_dsc.sci
│ │ ├── Sxq16_g.sld_design_entry.sci
│ │ ├── Sxq16_g.syn_hier_info
│ │ └── Sxq16_g.tan.qmsg
│ ├── Seven_v.bsf
│ ├── Sxq16_g.asm.rpt
│ ├── Sxq16_g.bdf
│ ├── Sxq16_g.bsf
│ ├── Sxq16_g.done
│ ├── Sxq16_g.fit.rpt
│ ├── Sxq16_g.fit.smsg
│ ├── Sxq16_g.fit.summary
│ ├── Sxq16_g.flow.rpt
│ ├── Sxq16_g.hexout
│ ├── Sxq16_g.map.rpt
│ ├── Sxq16_g.map.summary
│ ├── Sxq16_g.pin
│ ├── Sxq16_g.pof
│ ├── Sxq16_g.qpf
│ ├── Sxq16_g.qsf
│ ├── Sxq16_g.qws
│ ├── Sxq16_g.sof
│ ├── Sxq16_g.tan.rpt
│ └── Sxq16_g.tan.summary
├── 四进制加法计数器
│ ├── cnt4_v.asm.rpt
│ ├── cnt4_v.bsf
│ ├── cnt4_v.done
│ ├── cnt4_v.fit.rpt
│ ├── cnt4_v.fit.smsg
│ ├── cnt4_v.fit.summary
│ ├── cnt4_v.flow.rpt
│ ├── cnt4_v.map.rpt
│ ├── cnt4_v.map.summary
│ ├── cnt4_v.pin
│ ├── cnt4_v.pof
│ ├── cnt4_v.qpf
│ ├── cnt4_v.qsf
│ ├── cnt4_v.qws
│ ├── cnt4_v.sof
│ ├── cnt4_v.tan.rpt
│ ├── cnt4_v.tan.summary
│ ├── cnt4_v.vhd
│ └── db
│ ├── cnt4_v.(0).cnf.cdb
│ ├── cnt4_v.(0).cnf.hdb
│ ├── cnt4_v.asm.qmsg
│ ├── cnt4_v.cbx.xml
│ ├── cnt4_v.cmp0.ddb
│ ├── cnt4_v.cmp.cdb
│ ├── cnt4_v.cmp.hdb
│ ├── cnt4_v.cmp.kpt
│ ├── cnt4_v.cmp.logdb
│ ├── cnt4_v.cmp.rdb
│ ├── cnt4_v.cmp.tdb
│ ├── cnt4_v.db_info
│ ├── cnt4_v.dbp
│ ├── cnt4_v.eco.cdb
│ ├── cnt4_v.fit.qmsg
│ ├── cnt4_v.hier_info
│ ├── cnt4_v.hif
│ ├── cnt4_v.map.cdb
│ ├── cnt4_v.map.hdb
│ ├── cnt4_v.map.logdb
│ ├── cnt4_v.map.qmsg
│ ├── cnt4_v.pre_map.cdb
│ ├── cnt4_v.pre_map.hdb
│ ├── cnt4_v.psp
│ ├── cnt4_v.pss
│ ├── cnt4_v.rtlv.hdb
│ ├── cnt4_v.rtlv_sg.cdb
│ ├── cnt4_v.rtlv_sg_swap.cdb
│ ├── cnt4_v.sgdiff.cdb
│ ├── cnt4_v.sgdiff.hdb
│ ├── cnt4_v.signalprobe.cdb
│ ├── cnt4_v.sld_design_entry_dsc.sci
│ ├── cnt4_v.sld_design_entry.sci
│ ├── cnt4_v.syn_hier_info
│ └── cnt4_v.tan.qmsg
├── 四进制加法计数器.txt
└── 顶层原理图.jpg
26 directories, 751 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论