- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
component counter port( clk,load:in std_logic; buffertime: in std_logic_vector(23 downto 0); time:out std_logic_vector(23 downto 0) ); end component; component alarmreg port( clk,alarmload:in std_logic; buffertime:in std_logic_vector(23 downto 0); alarmtime:out std_logic_vector(23 downto 0) ); end component ; component bell port( clk,houralarmon,alarmon:in std_logic; alarmtime,time:in std_logic_vector(23 downto 0); alarm_signal:out std_logic ); end component; signal buffertime,time,alarmtime:std_logic_vector(23 downto 0); signal iscount,alarmload,timeload:std_logic; begin sm1:statemachine port map(clk,keypressed,functionkey,keyvalue, iscount,alarmload,timeload,buffertime); sm2:statemachine2 port map(clk,keypressed,keyvalue,alarmon,houralarmon); cnt:counter port map(clk,timeload,buffertime,time); reg:alarmreg port map(clk,alarmload,buffertime,alarmtime); bl:bell port map(clk,houralarmon,alarmon,alarmtime,time,alarm_signal); process(iscount,time,buffertime) begin if(iscount=1) then displaytime=time; else displaytime=buffertime; end if; end process; end rt; when modifytime6= if(keypressed=1and keyvalue=1011)then next_state=count; elsif(keypressed=1and functionkey=0)then next_state=modifytime7; time_temp(3 downto 0)=keyvalue; else next_state=present_state; time_temp=time_temp; end if; when modifytime7= if(keypressed=1and keyvalue=1011)then next_state=count; elsif(keypressed=1and keyvalue=1010)then next_state=loadtime; else next_state=present_state; end if; time_temp=time_temp; when loadtime= next_state=count; time_temp=time_temp; when setalarm1= if(keypressed=1and keyvalue=1011)then next_state=count; elsif(keypressed=1and keyvalue=0010)then next_state=setalarm2; time_temp(23 downto 20)=keyvalue; else next_state=present_state; time_temp=time_temp; end if; when setalarm2= if(keypressed=1and keyvalue=1011)then next_state=count; elsif(keyp
您可能关注的文档
最近下载
- HJ 1171-2021 全国生态状况调查评估技术规范——生态系统格局评估.pdf VIP
- 食品科学与工程教研室自评报告.doc VIP
- 关于执行卫生技术人员执业资格审核与执业准入管理的规定.docx VIP
- 磨田煤矿矿山生态保护修复方案.pdf VIP
- 2024年世界职业院校技能大赛高职组“智慧金融组”赛项参考试题库(含答案).docx VIP
- 人教版二年级语文上册第一、二单元月考题B.doc VIP
- 矿山生态保护修复方案.docx VIP
- 道县寿雁镇步步高采石场建筑石料用灰岩矿矿山生态修复方案.pdf VIP
- 重庆理工大学材料工程基础课件第5章 焊接及工艺控制.ppt VIP
- 江苏省建筑与装饰工程计价定额(2024)电子格版.pptx VIP
文档评论(0)