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

正文內(nèi)容

eda電梯控制器課程設(shè)計(jì)報(bào)告(編輯修改稿)

2025-02-13 11:26 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 begin if rising_edge(clk)thenupkey_data=upkey。 downkey_data=downkey。opendoor2=opendoor1。opendoor1=opendoor。 end if。end process。req_opendoor=(opendoor1 and not(opendoor2))。process(switch,clk)begin if(switch=39。039。)thenreq_upr=39。039。req_downr=39。039。 elsif(rising_edge(clk))then if(req_opendoor=39。139。 and qin=id)then req_upr=39。039。 req_downr=39。039。 elsif(upkey=39。139。 and upkey_data=39。039。)then req_upr=39。139。 elsif(downkey=39。139。 and downkey_data=39。039。)then req_downr=39。139。 end if。 end if。 end process。ur=req_upr。dr=req_downr。 with qin select disp=0001 when 0000000001, 0010 when 0000000010, 0011 when 0000000100, 0100 when 0000001000, 0101 when 0000010000, 0110 when 0000100000, 0111 when 0001000000, 1000 when 0010000000, 1001 when 0100000000, 1010 when 1000000000, 0000 when others。disp1=disp。end art。10層全自動(dòng)電梯控制器頂層模塊源程序如下:library ieee。use 。use 。use 。entity elevator10 is port(clk:in std_logic。 時(shí)鐘信號(hào) switch:in std_logic。 電梯電源開(kāi)關(guān),高電平時(shí)電梯正常工作 close:in std_logic。 強(qiáng)制關(guān)門(mén)信號(hào),高電平時(shí)電梯門(mén)立即關(guān)閉delay:in std_logic。 延時(shí)信號(hào)sel:in std_logic_vector(10 downto 1)。 樓層選擇信號(hào) uplift:in std_logic_vector(10 downto 1)。 電梯上升請(qǐng)求輸入信號(hào) downlift:in std_logic_vector(10 downto 1)。 電梯下降請(qǐng)求輸入信號(hào) qout:out std_logic_vector(10 downto 1)。 電梯狀態(tài)顯示輸出信號(hào) opendoor:out std_logic)。 強(qiáng)制開(kāi)門(mén)信號(hào)end。architecture art of elevator10 isponent counterport(clk,reset,clr,en:in std_logic。 q:out integer range 0 to 8)。end ponent。type state_type is(up,m_up,down,m_down,stop,pause)。signal state:state_type。 電梯的各種狀態(tài)signal clk1:std_logic。 1Hz時(shí)鐘信號(hào)signal clk4:std_logic。 4Hz時(shí)鐘信號(hào)signal req_up:std_logic。 上升請(qǐng)求信號(hào)signal req_down:std_logic。 下降請(qǐng)求信號(hào)signal runen:std_logic。 電梯運(yùn)行使能signal runclr:std_logic。 電梯運(yùn)行復(fù)位signal stopen0:std_logic。 電梯停止使能signal stopen1:std_logic。signal stopclr:std_logic。 電梯停止復(fù)位signal req_upr:std_logic_vector(10 downto 1)。 上升請(qǐng)求寄存器信號(hào)signal req_downr:std_logic_vector(10 downto 1)。 下降請(qǐng)求寄存器信號(hào)signal position:std_logic_vector(10 downto 1)。 電梯當(dāng)前位置信號(hào)signal uplift_data:std_logic_vector(10 downto 1)。 上升樓層數(shù)據(jù)顯示信號(hào)signal downlift_data:std_logic_vector(10 downto 1)。 下降樓層數(shù)據(jù)顯示信號(hào)signal sel_data:std_logic_vector(10 downto 1)。 選擇樓層數(shù)據(jù)顯示信號(hào)signal runtime: integer range 0 to 8。 電梯運(yùn)行時(shí)間signal opentime:integer rang
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1