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

正文內(nèi)容

有限狀態(tài)機(jī)ppt課件(編輯修改稿)

2025-06-08 12:18 本頁面
 

【文章內(nèi)容簡介】 s0=0,s1=1,s2=2,s3=3,s4=4。reg[4:0]next_state。 always@(posedge clk, negedge reset)begin if(!reset) next_state=s0。 else case(next_state) s0:begin b_outputs=5。 if (state_inputs==239。b00) next_state=s0。 else next_state=s1。end s1:begin b_outputs=8。 if (state_inputs==239。b01) next_state=s1。 else next_state=s2。end s2:begin b_outputs=12。 if (state_inputs==239。b10) next_state=s0。 else next_state=s3。end s3:begin b_outputs=14。 if (state_inputs==239。b11) next_state=s3。 else next_state=s4。end s4:begin b_outputs=9。 next_state=s0。end default: next_state=s0。 endcase endendmodule169。 徐州師范大學(xué)物理與電子工程學(xué)院 陳斯   電子設(shè)計(jì)自動化那么怎樣采用三段式 描述方法?169。 徐州師范大學(xué)物理與電子工程學(xué)院 陳斯   電子設(shè)計(jì)自動化MOORE 機(jī)MEALY機(jī)169。 徐州師范大學(xué)物理與電子工程學(xué)院 陳斯   電子設(shè)計(jì)自動化Moore FSMqOutput Is a Function of a Present State OnlyPresent StateRegisterNext StatefunctionOutputfunctionInputsPresent StateNext StateOutputsclockreset輸入發(fā)生變化時(shí),必輸入發(fā)生變化時(shí),必須到下一時(shí)鐘,輸出須到下一時(shí)鐘,輸出才發(fā)生變化才發(fā)生變化Y=F[Q] 169。 徐州師范大學(xué)物理與電子工程學(xué)院 陳斯   電子設(shè)計(jì)自動化Mealy FSMqOutput Is a Function of a Present State and Inputs輸出與當(dāng)前輸出與當(dāng)前狀態(tài)及輸入狀態(tài)及輸入皆有關(guān)系皆有關(guān)系 Present StateRegisterNext StatefunctionOutputfunctionInputsPresent StateNext StateOutputsclockresetY=F[X,Q] 169。 徐州師范大學(xué)物理與電子工程學(xué)院 陳斯   電子設(shè)計(jì)自動化module mealy1(clk,din1,din2,rst,q)。input clk,din1,din2,rst。output[4:0]q。reg[4:0]q。 reg[4:0]pst。parameter st0=0,st1=1,st2=2,st3=3,st4=4。always@(posedge clk or posedge rst)begin if(rst)pst=st0。 else begin case(pst) st0:if(din1==139。b1)pst=st1。else pst=st0。 st1:if(din1==139。b1)pst=st2。else pst=st1。 st2:if(din1==139。b1)pst=st3。else pst=st2。 st3:if(din1==139。b1)pst=st4。else pst=st3。 st4:if(din1==139。b0)pst=st0。else pst=st4。 default: pst=st0。 endcase endendalways@(pst or din2)begin case(pst) st0:if(din2==139。
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1