同步24进制计数器FPGA设计Verilog逻辑源码Quartus工程文件.zip

上传者: GZXGYZ | 上传时间: 2021-08-23 13:06:53 | 文件大小: 136KB | 文件类型: ZIP
同步24进制计数器FPGA设计Verilog逻辑源码Quartus工程文件, Quartus软件版本11.0, FPGA型号为CYCLONE4E系列中的EP4CE6E22C8,可以做为你的学习设计参考。 module cnt_24(ten,one,co,clk,clr); input clk; //输入时钟 input clr; //清零输入端 output co; //进位输出端 output[3:0] ten,one; //十位输出,个位输出 reg co; //进位输出端寄存器 reg[3:0] ten,one; //十位输出寄存器,个位输出寄存器 always@(posedge clk) //时钟上升沿触发 begin if(clr) //判断清零信号是否有效,即为1 begin ten<=0; //十位清零 one<=0; //个位清零 end else begin if({ten,one}==8'b00100011) //判断是否计数到23 begin ten<=0; //十位清零 one<=0; //个位清零 co<=1; //进位置1 end else if(one==4'b1001) //判断各位是否为9 begin one<=0; //是的话个位置0 ten<=ten+4'b1; //十位自加1 co<=0; //进位置0 end else

文件下载

资源详情

[{"title":"( 62 个子文件 136KB ) 同步24进制计数器FPGA设计Verilog逻辑源码Quartus工程文件.zip","children":[{"title":"同步24进制计数器","children":[{"title":"cnt_24.vwf <span style='color:#111;'> 5.91KB </span>","children":null,"spread":false},{"title":"cnt_24.qpf <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"cnt_24.v <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"cnt_24.qws <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"cnt_24.v.bak <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"db","children":[{"title":"cnt_24.map_bb.hdb <span style='color:#111;'> 7.92KB </span>","children":null,"spread":false},{"title":"cnt_24.sld_design_entry.sci <span style='color:#111;'> 212B </span>","children":null,"spread":false},{"title":"cnt_24.map.cdb <span style='color:#111;'> 2.86KB </span>","children":null,"spread":false},{"title":"cnt_24.sld_design_entry_dsc.sci <span style='color:#111;'> 212B </span>","children":null,"spread":false},{"title":"cnt_24.pre_map.hdb <span style='color:#111;'> 8.76KB </span>","children":null,"spread":false},{"title":"cnt_24.map.bpm <span style='color:#111;'> 719B </span>","children":null,"spread":false},{"title":"cnt_24.sgdiff.cdb <span style='color:#111;'> 2.57KB </span>","children":null,"spread":false},{"title":"cnt_24.map_bb.logdb <span style='color:#111;'> 4B </span>","children":null,"spread":false},{"title":"cnt_24.map.hdb <span style='color:#111;'> 9.17KB </span>","children":null,"spread":false},{"title":"cnt_24.map.qmsg <span style='color:#111;'> 3.68KB </span>","children":null,"spread":false},{"title":"prev_cmp_cnt_24.qmsg <span style='color:#111;'> 2.68KB </span>","children":null,"spread":false},{"title":"cnt_24.lpc.rdb <span style='color:#111;'> 403B </span>","children":null,"spread":false},{"title":"cnt_24.map.kpt <span style='color:#111;'> 509B </span>","children":null,"spread":false},{"title":"logic_util_heursitic.dat <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"cnt_24.rtlv_sg_swap.cdb <span style='color:#111;'> 192B </span>","children":null,"spread":false},{"title":"cnt_24.sgdiff.hdb <span style='color:#111;'> 8.95KB </span>","children":null,"spread":false},{"title":"cnt_24.db_info <span style='color:#111;'> 153B </span>","children":null,"spread":false},{"title":"wed.wsf <span style='color:#111;'> 4.33KB </span>","children":null,"spread":false},{"title":"cnt_24.rtlv_sg.cdb <span style='color:#111;'> 2.11KB </span>","children":null,"spread":false},{"title":"cnt_24.rtlv.hdb <span style='color:#111;'> 8.75KB </span>","children":null,"spread":false},{"title":"cnt_24.lpc.html <span style='color:#111;'> 430B </span>","children":null,"spread":false},{"title":"cnt_24.map.logdb <span style='color:#111;'> 4B </span>","children":null,"spread":false},{"title":"cnt_24.hif <span style='color:#111;'> 769B </span>","children":null,"spread":false},{"title":"cnt_24.(0).cnf.cdb <span style='color:#111;'> 2.51KB </span>","children":null,"spread":false},{"title":"cnt_24.cbx.xml <span style='color:#111;'> 88B </span>","children":null,"spread":false},{"title":"cnt_24.lpc.txt <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"cnt_24.sim.cvwf <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"cnt_24.hier_info <span style='color:#111;'> 445B </span>","children":null,"spread":false},{"title":"cnt_24.tis_db_list.ddb <span style='color:#111;'> 188B </span>","children":null,"spread":false},{"title":"cnt_24.pre_map.cdb <span style='color:#111;'> 2.52KB </span>","children":null,"spread":false},{"title":"cnt_24.smart_action.txt <span style='color:#111;'> 5B </span>","children":null,"spread":false},{"title":"prev_cmp_cnt_24.sim.qmsg <span style='color:#111;'> 4.05KB </span>","children":null,"spread":false},{"title":"cnt_24.cmp.rdb <span style='color:#111;'> 4.99KB </span>","children":null,"spread":false},{"title":"cnt_24.cmp_merge.kpt <span style='color:#111;'> 215B </span>","children":null,"spread":false},{"title":"cnt_24.map_bb.cdb <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"prev_cmp_cnt_24.map.qmsg <span style='color:#111;'> 3.65KB </span>","children":null,"spread":false},{"title":"cnt_24.(0).cnf.hdb <span style='color:#111;'> 893B </span>","children":null,"spread":false},{"title":"cnt_24.syn_hier_info <span style='color:#111;'> 0B </span>","children":null,"spread":false}],"spread":false},{"title":"cnt_24_assignment_defaults.qdf <span style='color:#111;'> 47.23KB </span>","children":null,"spread":false},{"title":"cnt_24.qsf <span style='color:#111;'> 2.79KB </span>","children":null,"spread":false},{"title":"incremental_db","children":[{"title":"compiled_partitions","children":[{"title":"cnt_24.root_partition.map.hbdb.hdb <span style='color:#111;'> 8.83KB </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.atm <span style='color:#111;'> 5.16KB </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.kpt <span style='color:#111;'> 514B </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.hbdb.hb_info <span style='color:#111;'> 46B </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.hbdb.cdb <span style='color:#111;'> 618B </span>","children":null,"spread":false},{"title":"cnt_24.db_info <span style='color:#111;'> 153B </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.hdbx <span style='color:#111;'> 1.78KB </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.hbdb.sig <span style='color:#111;'> 31B </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.cdb <span style='color:#111;'> 2.61KB </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.dpi <span style='color:#111;'> 798B </span>","children":null,"spread":false},{"title":"cnt_24.root_partition.map.hdb <span style='color:#111;'> 8.92KB </span>","children":null,"spread":false}],"spread":false},{"title":"README <span style='color:#111;'> 653B </span>","children":null,"spread":false}],"spread":true},{"title":"cnt_24.flow.rpt <span style='color:#111;'> 6.55KB </span>","children":null,"spread":false},{"title":"cnt_24.map.summary <span style='color:#111;'> 460B </span>","children":null,"spread":false},{"title":"cnt_24.done <span style='color:#111;'> 26B </span>","children":null,"spread":false},{"title":"cnt_24.sim.rpt <span style='color:#111;'> 13.72KB </span>","children":null,"spread":false},{"title":"cnt_24.map.rpt <span style='color:#111;'> 21.54KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明