模为60的BCD码加法计数器FPGA设计Verilog逻辑源码Quartus工程文件.zip

上传者: GZXGYZ | 上传时间: 2021-08-23 13:14:07 | 文件大小: 142KB | 文件类型: ZIP
模为60的BCD码加法计数器FPGA设计Verilog逻辑源码Quartus工程文件, Quartus软件版本11.0, FPGA型号为CYCLONE4E系列中的EP4CE6E22C8,可以做为你的学习设计参考。 module cnt_60(clk,reset,cin,load,data,cout,qout); input clk,reset,cin,load; //输入时钟,复位,计数端,置数端 input[7:0] data; //预置数输入端 output cout; //输出进位信号端 output[7:0] qout; //计数输出端 reg[7:0] qout; //计数输出端寄存器 always@(posedge clk) //时钟上升沿触发 begin if(reset) //判断是否复位信号端为1 qout<=0; //计数输出端置0 else if(load) //判断置数端是否有效 qout<=data; //将预置数输入端数据赋予计数输出寄存器 else if(cin) //判断计数端是否有效 begin if(qout[3:0]==9) //判断qout的低位是否为9 begin qout[3:0]<=0; //qout低位清0 if(qout[7:4]==5) //判断qout高位是否为5 qout[7:4]<=0; //qout高位清0 else qout[7:4]<=qout[7:4]+4'b1; //高位自加1 end

文件下载

资源详情

[{"title":"( 62 个子文件 142KB ) 模为60的BCD码加法计数器FPGA设计Verilog逻辑源码Quartus工程文件.zip","children":[{"title":"模为60的BCD码加法计数器","children":[{"title":"cnt_60.map.rpt <span style='color:#111;'> 21.62KB </span>","children":null,"spread":false},{"title":"cnt_60_assignment_defaults.qdf <span style='color:#111;'> 47.23KB </span>","children":null,"spread":false},{"title":"cnt_60.map.summary <span style='color:#111;'> 460B </span>","children":null,"spread":false},{"title":"cnt_60.v <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false},{"title":"cnt_60.vwf <span style='color:#111;'> 9.74KB </span>","children":null,"spread":false},{"title":"db","children":[{"title":"cnt_60.pre_map.cdb <span style='color:#111;'> 3.13KB </span>","children":null,"spread":false},{"title":"cnt_60.(0).cnf.hdb <span style='color:#111;'> 945B </span>","children":null,"spread":false},{"title":"cnt_60.pre_map.hdb <span style='color:#111;'> 8.82KB </span>","children":null,"spread":false},{"title":"cnt_60.map.kpt <span style='color:#111;'> 482B </span>","children":null,"spread":false},{"title":"cnt_60.sgdiff.cdb <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false},{"title":"cnt_60.lpc.html <span style='color:#111;'> 430B </span>","children":null,"spread":false},{"title":"cnt_60.smart_action.txt <span style='color:#111;'> 5B </span>","children":null,"spread":false},{"title":"cnt_60.map.hdb <span style='color:#111;'> 9.44KB </span>","children":null,"spread":false},{"title":"cnt_60.map.qmsg <span style='color:#111;'> 3.69KB </span>","children":null,"spread":false},{"title":"cnt_60.map_bb.logdb <span style='color:#111;'> 4B </span>","children":null,"spread":false},{"title":"cnt_60.rtlv_sg.cdb <span style='color:#111;'> 2.73KB </span>","children":null,"spread":false},{"title":"cnt_60.lpc.txt <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"cnt_60.rtlv_sg_swap.cdb <span style='color:#111;'> 192B </span>","children":null,"spread":false},{"title":"logic_util_heursitic.dat <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"cnt_60.tis_db_list.ddb <span style='color:#111;'> 188B </span>","children":null,"spread":false},{"title":"prev_cmp_cnt_60.sim.qmsg <span style='color:#111;'> 3.44KB </span>","children":null,"spread":false},{"title":"cnt_60.sld_design_entry.sci <span style='color:#111;'> 212B </span>","children":null,"spread":false},{"title":"cnt_60.map_bb.cdb <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"cnt_60.map.bpm <span style='color:#111;'> 836B </span>","children":null,"spread":false},{"title":"wed.wsf <span style='color:#111;'> 6.47KB </span>","children":null,"spread":false},{"title":"prev_cmp_cnt_60.qmsg <span style='color:#111;'> 2.69KB </span>","children":null,"spread":false},{"title":"cnt_60.rtlv.hdb <span style='color:#111;'> 8.82KB </span>","children":null,"spread":false},{"title":"cnt_60.sld_design_entry_dsc.sci <span style='color:#111;'> 212B </span>","children":null,"spread":false},{"title":"cnt_60.syn_hier_info <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"cnt_60.map.logdb <span style='color:#111;'> 4B </span>","children":null,"spread":false},{"title":"cnt_60.sgdiff.hdb <span style='color:#111;'> 8.94KB </span>","children":null,"spread":false},{"title":"cnt_60.cmp.rdb <span style='color:#111;'> 5.02KB </span>","children":null,"spread":false},{"title":"cnt_60.db_info <span style='color:#111;'> 153B </span>","children":null,"spread":false},{"title":"cnt_60.cbx.xml <span style='color:#111;'> 88B </span>","children":null,"spread":false},{"title":"cnt_60.hier_info <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"cnt_60.(0).cnf.cdb <span style='color:#111;'> 3.13KB </span>","children":null,"spread":false},{"title":"cnt_60.sim.cvwf <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"cnt_60.map_bb.hdb <span style='color:#111;'> 8.10KB </span>","children":null,"spread":false},{"title":"cnt_60.cmp_merge.kpt <span style='color:#111;'> 215B </span>","children":null,"spread":false},{"title":"cnt_60.map.cdb <span style='color:#111;'> 3.11KB </span>","children":null,"spread":false},{"title":"cnt_60.hif <span style='color:#111;'> 769B </span>","children":null,"spread":false},{"title":"cnt_60.lpc.rdb <span style='color:#111;'> 403B </span>","children":null,"spread":false},{"title":"prev_cmp_cnt_60.map.qmsg <span style='color:#111;'> 3.18KB </span>","children":null,"spread":false}],"spread":false},{"title":"incremental_db","children":[{"title":"compiled_partitions","children":[{"title":"cnt_60.root_partition.map.kpt <span style='color:#111;'> 486B </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.hbdb.sig <span style='color:#111;'> 31B </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.hbdb.cdb <span style='color:#111;'> 619B </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.atm <span style='color:#111;'> 5.98KB </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.hdb <span style='color:#111;'> 9.01KB </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.hdbx <span style='color:#111;'> 1.85KB </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.cdb <span style='color:#111;'> 2.98KB </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.dpi <span style='color:#111;'> 832B </span>","children":null,"spread":false},{"title":"cnt_60.db_info <span style='color:#111;'> 153B </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.hbdb.hb_info <span style='color:#111;'> 46B </span>","children":null,"spread":false},{"title":"cnt_60.root_partition.map.hbdb.hdb <span style='color:#111;'> 9.11KB </span>","children":null,"spread":false}],"spread":false},{"title":"README <span style='color:#111;'> 653B </span>","children":null,"spread":false}],"spread":true},{"title":"cnt_60.sim.rpt <span style='color:#111;'> 15.60KB </span>","children":null,"spread":false},{"title":"cnt_60.done <span style='color:#111;'> 26B </span>","children":null,"spread":false},{"title":"cnt_60.qpf <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"cnt_60.flow.rpt <span style='color:#111;'> 6.55KB </span>","children":null,"spread":false},{"title":"cnt_60.qsf <span style='color:#111;'> 2.79KB </span>","children":null,"spread":false},{"title":"cnt_60.v.bak <span style='color:#111;'> 527B </span>","children":null,"spread":false},{"title":"cnt_60.qws <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

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