hdlbits_Exams/2014_q3c
【hdlbits_Exams/2014_q3c】https://hdlbits.01xz.net/wiki/Exams/2014_q3c
module top_module (
input clk,
input [2:0] y,
input x,
output Y0,
output z
);
parameter S0=0,S1=1,S2=2,S3=3,S4=4;
reg [2:0]Y1;
always@(*)
begin
case(y)
S0:Y1 = x?S1:S0;
S1:Y1 = x?S4:S1;
S2:Y1 = x?S1:S2;
S3:Y1 = x?S2:S1;
S4:Y1 = x?S4:S3;
endcase
endassign z = (y==S3)|(y==S4);
assign Y0 = Y1[0];
endmodule
推荐阅读
- 离开美即
- 企业为什么要融资
- 马兆炜(小叮当影像)
- 20140416|20140416 星期二 晴
- ZC702开机启动信息
- ACM|codeforces 732-D. Exams (二分)
- 胡景瑄2014年到2017年的血泪史灵魂对话下部
- 2014年感悟(一万年太久,只争朝夕)
- 书是干净宁静的(原)
- 20140519