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

正文內(nèi)容

eda課程設(shè)計--數(shù)字秒表設(shè)計-文庫吧

2025-05-13 22:12 本頁面


【正文】 )編譯各個模塊,連接各模塊,最終實現(xiàn)一小時的秒表計數(shù)功能。 1)編程實現(xiàn)十進制計數(shù)器 十進制計數(shù)器源代碼: library ieee。 use 。 use 。 use 。 entity t10 is port(clk: in std_logic。 clr: in std_logic。 ena: in std_logic。 cq: out integer range 0 to 15。 carry_out: out std_logic)。 end entity t10。 architecture art of t10 is signal cqi: integer range 0 to 15。 begin process(clk,clr,ena)is begin if clr=39。139。then cqi=0。 elsif clk39。event and clk=39。139。then if ena=39。139。then if cqi9 then cqi=cqi+1。 else cqi=0。end if。 end if。 end if。 end process。 process(cqi)is begin if cqi=9 then carry_out=39。139。 else
點擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1