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

正文內(nèi)容

基于fpga的頻率計(jì)的設(shè)計(jì)和實(shí)現(xiàn)數(shù)字電子技術(shù)課程設(shè)計(jì)-資料下載頁(yè)

2025-01-18 16:13本頁(yè)面
  

【正文】 ocess。end bhv。位選程序u2:library ieee。use 。entity wx isport(ai,bi,ci,di,rst:in std_logic。 k1,k2,k3,k4:in std_logic。 g1,g2,g3,g4:out std_logic。 fb0:out std_logic)。end wx。architecture bhv of wx isbegin process(rst,k1,k2,k3,k4,ai,bi,ci,di)beginif(rst=39。139。)then g1=39。039。g2=39。039。g3=39。039。g4=39。039。 fb0=39。039。elsif(k1=39。139。)then g1=39。139。g2=39。039。g3=39。039。g4=39。039。 fb0=ai。elsif(k2=39。139。)then g1=39。039。g2=39。139。g3=39。039。g4=39。039。 fb0=bi。elsif(k3=39。139。)then g1=39。039。g2=39。039。g3=39。139。g4=39。039。 fb0=ci。elsif(k4=39。139。)then g1=39。039。g2=39。039。g3=39。039。g4=39。139。 fb0=di。end if。end process。end bhv。時(shí)鐘程序u3:library ieee。use 。entity sz isgeneric (v:integer:=8)。port(clki:in std_logic。 clko:buffer std_logic)。end sz。architecture bhv of sz isbegin process(clki)variable count:integer range 0 to v。beginif(clki39。event and clki=39。139。)then count:=count+1。 if(count=v)then clko=not clko。 count:=0。 end if。end if。end process。end bhv。計(jì)數(shù)程序u4:library ieee。use 。entity js isport(fb,clk:in std_logic。 g5:out std_logic。 q:out integer range 0 to 10000)。end js。architecture bhv of js isbeginprocess(fb,clk) variable n:integer range 0 to 10000。 variable m:integer range 0 to 10000。beginif(clk39。stable)then if(fb39。event and fb=39。139。)then n:=n+1。 m:=n。 if(n9999 or n=0)then g5=39。139。 q=0。 end if。 end if。 end if。 if(clk=39。039。)then q=m。 n:=0。 g5=39。039。end if。end process。end bhv。BCD轉(zhuǎn)換u5:library ieee。use 。use 。use 。entity bcd isport(qi:in integer range 0 to 10000。 rst:in std_logic。 d1,d2,d3,d4:buffer std_logic_vector(3 downto 0))。end bcd。architecture bhv of bcd isbeginprocess(qi)constant a:integer:=1000。constant b:integer:=100。constant c:integer:=10。variable x1,x2,x3,x4,y,z:integer range 0 to 1000。beginif(rst=39。139。)thenx1:=0。x2:=0。x3:=0。x4:=0。else x1:=qi/a。y:=qix1*1000。x2:=y/b。z:=yx2*100。x3:=z/c。x4:=zx3*10。end if。d1=conv_std_logic_vector(x1,4)。d2=conv_std_logic_vector(x2,4)。d3=conv_std_logic_vector(x3,4)。d4=conv_std_logic_vector(x4,4)。end process。end bhv。
點(diǎn)擊復(fù)制文檔內(nèi)容
黨政相關(guān)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1