freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

eda數(shù)字鐘設(shè)計(jì)-在線瀏覽

2025-02-06 07:05本頁面
  

【正文】 對(duì)于給定的信號(hào),輸出對(duì)應(yīng)的數(shù),送到 七段碼譯碼器。 use 。 a,b,c,d,e,f : in std_logic_vector(3 downto 0)。 end。 begin case sel is when 000=cout:=a。 when 010=cout:=c。 when 100=cout:=e。 end case。 end process。 DISP 模塊的設(shè)計(jì) 即七段譯碼器,如圖 14所示,對(duì)于輸入的 4位 BCD碼進(jìn)行譯碼,輸出 7位 , Q0~Q6分別外接數(shù)碼管 a~g段顯示。 use 。 q : out std_logic_vector(6 downto 0))。 architecture one of disp is begin process(d) begin case d is when 0000=q=0111111。 when 0010=q=1011011。 when 0100=q=1100110。 when0110=q=1111101。 when1000=q=1111111。 更多論文 7 when others=q=0000000。 end process。 K4模塊的設(shè)計(jì) 圖 15 如圖 15, RES 是整個(gè)系統(tǒng)的復(fù)位鍵,低電平有效,復(fù)位時(shí),各個(gè)輸出都為零,時(shí)間顯示 0時(shí) 0 分 0 秒; clk 是輸入時(shí)鐘,提供秒信號(hào),上升沿觸發(fā),每出發(fā)一次,時(shí)間增加一秒;HRTMP,MIN10TMP,MINTMPKEYI可以分別設(shè)置小時(shí)位, 10分位,分位,起到調(diào)時(shí)的作用,高電平有效,有效時(shí),每來一個(gè) CLK時(shí)鐘 ( 1s),所對(duì)應(yīng)的位都將以各自的計(jì)數(shù)循環(huán); RING是整點(diǎn)報(bào)時(shí); SEC,SEC10,MIN,MIN10,HR,HR10都輸出四位 BCD碼,用于計(jì)數(shù)。 CLK為秒信號(hào); RES是復(fù)位信號(hào),與 CLK同步; EN為選通信號(hào); COUT3..0]輸出秒個(gè)位; CA是進(jìn)位信號(hào)。 圖 16 library ieee。 use 。 ca : out std_logic。 end。 begin p1 : process(en,clk,res) begin if(clk39。139。039。 elsif(en=39。) then if(q=9) then q=0000。 end if。 end if。 p2 : process(q) begin if(q=9) then ca=en。039。 end process p2。 end rtl。如圖 17所示。 use 。 entity t6 is port(en,res,clk: in std_logic。 cout : out std_logic_vector(3 downto 0))。 architecture rtl of t6 is signal q : std_logic_vector(3 downto 0)。event and clk=39。) then if(res=39。) then q=0000。139。 else q=q+1。 end if。 end proc
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1