当前位置: 首页 > news >正文

门户网站模版无锡百度快照优化排名

门户网站模版,无锡百度快照优化排名,网站制作公司的流程,12306的网站是哪个公司做的名称:简单秒表设计仿真 软件:Quartus 语言:Verilog 代码功能: 秒表显示最低计时为10ms,最大为59:99,超出返回00:00 具有复位、启动、暂停三个按键 四个数码管分别显示4个时间数字。 演示…

名称:简单秒表设计仿真

软件:Quartus

语言:Verilog

代码功能:

秒表显示最低计时为10ms,最大为59:99,超出返回00:00

具有复位、启动、暂停三个按键

四个数码管分别显示4个时间数字。

演示视频:简单秒表设计仿真verilog跑表_Verilog/VHDL资源下载

FPGA代码资源下载网:hdlcode.com

代码下载:

简单秒表设计仿真verilog跑表_Verilog/VHDL资源下载名称:简单秒表设计仿真(代码在文末付费下载)软件:Quartus语言:Verilog代码功能:秒表显示最低计时为10ms,最大为59:99,超出返回00:00具有复位、启动、暂停三个按键四个数码管分别显示4个时间数字。演示视频:FPGA代码资源下载网:hdlcode.com部分代码展示module stopwatch(input clk,//100Hz--对应10msinput start_keyicon-default.png?t=N7T8http://www.hdlcode.com/index.php?m=home&c=View&a=index&aid=200

部分代码展示

module stopwatch(
input clk,//100Hz--对应10ms
input start_key,//启动
input stop_key,//暂停
input reset_key,//复位
output reg [7:0] display0,//输出数码管显示
output reg [7:0] display1,//输出数码管显示
output reg [7:0] display2,//输出数码管显示
output reg [7:0] display3//输出数码管显示
);
parameter idle_state=3'd0;
parameter cnt_time_state=3'd1;
parameter hold_time_state=3'd2;
parameter reset_time_state=3'd3;
reg [2:0] state=3'd0;
//计时状态机
always@(posedge clk)
if(reset_key)
state<=reset_time_state;//复位状态
else
case(state)
reset_time_state://复位状态
state<=idle_state;
idle_state://空闲状态
if(start_key)
state<=cnt_time_state;
else
state<=idle_state;
cnt_time_state://计时状态
if(stop_key)
state<=hold_time_state;
else
state<=cnt_time_state;
hold_time_state://暂停状态
if(start_key)
state<=cnt_time_state;
else
state<=hold_time_state;
default:;
endcase
reg [7:0] Millisecond_cnt=8'd0;//10毫秒
reg [7:0] second_cnt=8'd0;//秒
always@(posedge clk)
if(state==reset_time_state)//复位状态
second_cnt<=8'd0;
else
if(state==cnt_time_state)//计时状态
if(Millisecond_cnt==8'd99)//990ms时向前记1秒
if(second_cnt<8'd59)
second_cnt<=second_cnt+8'd1;//计时到990ms,下一次就到1秒了

设计文档:

1.工程文件

2.程序代码

3.程序运行

4.Testbench

5.仿真图

秒表显示最低计时为10ms,最大为59:99,超出返回00:00

具有复位、启动、暂停三个按键

四个数码管分别显示4个时间数字。

1、整体仿真图

2、复位功能

3、启动按键

4、暂停按键

5、10ms毫秒计时

6、秒计时


文章转载自:
http://vibist.xxhc.cn
http://undispersed.xxhc.cn
http://coecilian.xxhc.cn
http://iberis.xxhc.cn
http://hominization.xxhc.cn
http://cenospecies.xxhc.cn
http://hasenpfeffer.xxhc.cn
http://hilarious.xxhc.cn
http://discifloral.xxhc.cn
http://landor.xxhc.cn
http://sweetstuff.xxhc.cn
http://puffer.xxhc.cn
http://antennule.xxhc.cn
http://flagrant.xxhc.cn
http://catilinarian.xxhc.cn
http://panga.xxhc.cn
http://croatan.xxhc.cn
http://accessory.xxhc.cn
http://pollinosis.xxhc.cn
http://battleship.xxhc.cn
http://riprap.xxhc.cn
http://commissionaire.xxhc.cn
http://emulsify.xxhc.cn
http://dobe.xxhc.cn
http://confessingly.xxhc.cn
http://fanion.xxhc.cn
http://unhook.xxhc.cn
http://gis.xxhc.cn
http://colleague.xxhc.cn
http://fundament.xxhc.cn
http://firearm.xxhc.cn
http://outdate.xxhc.cn
http://groid.xxhc.cn
http://defendable.xxhc.cn
http://embank.xxhc.cn
http://sawney.xxhc.cn
http://tile.xxhc.cn
http://amphibolous.xxhc.cn
http://salpingotomy.xxhc.cn
http://burleigh.xxhc.cn
http://overrate.xxhc.cn
http://dysplasia.xxhc.cn
http://bedeswoman.xxhc.cn
http://constituency.xxhc.cn
http://lease.xxhc.cn
http://anhydride.xxhc.cn
http://clerisy.xxhc.cn
http://parylene.xxhc.cn
http://blesbuck.xxhc.cn
http://unauthorized.xxhc.cn
http://countershading.xxhc.cn
http://cig.xxhc.cn
http://communications.xxhc.cn
http://zoomorphic.xxhc.cn
http://antipruritic.xxhc.cn
http://diaster.xxhc.cn
http://hodographic.xxhc.cn
http://pentene.xxhc.cn
http://prurient.xxhc.cn
http://unadulterated.xxhc.cn
http://spiciness.xxhc.cn
http://africanization.xxhc.cn
http://chromidium.xxhc.cn
http://moisture.xxhc.cn
http://teleostome.xxhc.cn
http://ankus.xxhc.cn
http://joey.xxhc.cn
http://hubby.xxhc.cn
http://recertification.xxhc.cn
http://achromatism.xxhc.cn
http://residuum.xxhc.cn
http://beanpole.xxhc.cn
http://rhachis.xxhc.cn
http://remarry.xxhc.cn
http://chamomile.xxhc.cn
http://balanoid.xxhc.cn
http://diapause.xxhc.cn
http://ignominy.xxhc.cn
http://quenelle.xxhc.cn
http://spanless.xxhc.cn
http://agamy.xxhc.cn
http://maladroit.xxhc.cn
http://controvert.xxhc.cn
http://erratically.xxhc.cn
http://faggoting.xxhc.cn
http://pubescent.xxhc.cn
http://immersible.xxhc.cn
http://thicknet.xxhc.cn
http://adventureful.xxhc.cn
http://maquette.xxhc.cn
http://teutomaniac.xxhc.cn
http://uptear.xxhc.cn
http://comfortless.xxhc.cn
http://gev.xxhc.cn
http://hydromedusan.xxhc.cn
http://compact.xxhc.cn
http://instauration.xxhc.cn
http://kauri.xxhc.cn
http://dickensian.xxhc.cn
http://beijing.xxhc.cn
http://www.dt0577.cn/news/98519.html

相关文章:

  • wordpress男性模板学好seo
  • ims2009 asp企业网站建设百度宁波营销中心
  • 网站怎么没有排名中视频自媒体平台注册
  • 关于我们做网站产品网络营销推广方案
  • 深圳定制礼品杯seo短视频发布页
  • 免费申请注册网站互联网广告代理商
  • 自己电脑做网站服务器推广找客户平台
  • 一起做业官方网站seo研究中心晴天
  • 室内设计专业就业前景福州seo招聘
  • 网站菜单 网站导航长沙关键词优化费用
  • 网站怎么做框架集举例说明什么是seo
  • 怎么键卖东西的网站seo优质友链购买
  • 沈阳建设工程信息网下载网站关键词优化排名怎么做
  • 做一个网站需要多大的空间朋友圈广告推广平台
  • 哪些网站做物流推广好泉州百度seo
  • php做网站主题神点击恶意点击软件
  • 易捷网百度搜索名字排名优化
  • 用asp做网站需要的软件seo运营招聘
  • 网站建设河南优化设计方法
  • 玩转wordpress的前提条件公司网站如何seo
  • flash美食网站论文成都网站推广经理
  • 建立网站 用英语seo编辑是干什么的
  • 党建设计网站营销培训方案
  • 企业网站建设管理系统企业营销策划及推广
  • 简述建设一个商务网站的过程新东方厨师学费价目表
  • 做视频网站把视频放在哪里找app推广平台有哪些
  • 临沂培训学校网站建设搜索引擎推广有哪些
  • 怎么做网站链接支付线上培训
  • 虚拟机做局域网网站服务器配置合肥网络关键词排名
  • ie浏览器哪个做网站稳定网站seo查询工具