收藏 分销(赏)

数码管显示1.doc

上传人:xrp****65 文档编号:7012910 上传时间:2024-12-24 格式:DOC 页数:7 大小:53.50KB
下载 相关 举报
数码管显示1.doc_第1页
第1页 / 共7页
数码管显示1.doc_第2页
第2页 / 共7页
数码管显示1.doc_第3页
第3页 / 共7页
数码管显示1.doc_第4页
第4页 / 共7页
数码管显示1.doc_第5页
第5页 / 共7页
点击查看更多>>
资源描述

1、数码管显示代码library ieee;use ieee.std_logic_1164.all;entity digshow isport(d1,d2,d3,d4,d5,d6,d7,d8:in std_logic_vector(3 downto 0); reset,clk:in std_logic; seg:out std_logic_vector(6 downto 0); H:out std_logic; sel:out std_logic_vector(2 downto 0);end digshow;architecture one of digshow istype status is(

2、s1,s2,s3,s4,s5,s6,s7,s8);signal sta:status;signal onoff,dp:std_logic;signal dout:std_logic_vector(3 downto 0);begindisplay:process(clk,reset)beginif(reset=0)then dout=d1; onoff=1; dp=0; sel=111; sta=s1; elsif(clkevent and clk=1)then if(sta=s1)then dout=d1; onoff=1; dp=0; sel=111; sta=s2; elsif(sta=s

3、2)then dout=d2; onoff=1; dp=1; sel=110; sta=s3; elsif(sta=s3)then dout=d3; onoff=1; dp=0; sel=101; sta=s4; elsif(sta=s4)then dout=d4; onoff=1; dp=0; sel=100; sta=s5; elsif(sta=s5)then dout=d5; onoff=0; dp=0; sel=011; sta=s6; elsif(sta=s6)then dout=d6; onoff=1; dp=0; sel=010; sta=s7; elsif(sta=s7)the

4、n dout=d7; onoff=1; dp=1; sel=001; sta=s8; elsif(sta=s8)then dout=d8; onoff=1; dp=0; sel=000; sta=s1; end if; end if;end process;LED7S:process(onoff,dout,dp)begin H=dp; if(onoff=0)then seg=0000000; elsif(dout=0000)then seg=0111111; elsif(dout=0001)then seg=0000110; elsif(dout=0010)then seg=1011011;

5、elsif(dout=0011)then seg=1001111; elsif(dout=0100)then seg=1100110; elsif(dout=0101)then seg=1101101; elsif(dout=0110)then seg=1111101; elsif(dout=0111)then seg=0000111; elsif(dout=1000)then seg=1111111; elsif(dout=1001)then seg=1101111; elsif(dout=1010)then seg=1110111; elsif(dout=1011)then seg=1111100; elsif(dout=1100)then seg=1001110; elsif(dout=1101)then seg=1011110; elsif(dout=1110)then seg=1111001; elsif(dout=1111)then seg=1110001; end if;end process;end one;实验顶层设计原理图Reset 为1正常工作时Reset 为0的时候状态为第一个状态

展开阅读全文
部分上传会员的收益排行 01、路***(¥15400+),02、曲****(¥15300+),
03、wei****016(¥13200+),04、大***流(¥12600+),
05、Fis****915(¥4200+),06、h****i(¥4100+),
07、Q**(¥3400+),08、自******点(¥2400+),
09、h*****x(¥1400+),10、c****e(¥1100+),
11、be*****ha(¥800+),12、13********8(¥800+)。
相似文档                                   自信AI助手自信AI助手
搜索标签

当前位置:首页 > 百科休闲 > 其他

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        获赠5币

©2010-2024 宁波自信网络信息技术有限公司  版权所有

客服电话:4008-655-100  投诉/维权电话:4009-655-100

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :gzh.png    weibo.png    LOFTER.png 

客服