For the code provided below identify the sequence of outputs in hexadecimal to complete the sequence table below. The o
Posted: Sat May 14, 2022 7:40 pm
For the code provided below identify the sequence of
outputs in hexadecimal to complete the sequence table below. The
output corresponds to the present state.:
Clock Period
Present State
SW
Next State
LED in Hex
1
3’b000 (S0)
2’b00
3’b001 (S1)
8’H44
2
3’b001 (S1)
2’b11
3’b100 (S4)
8’H84
3
3’b100
2’b00
3’b???
8’H [a]
4
3’b???
2’b10
3’b???
8’H
5
3’b???
2’b10
3’b???
8’H [c]
6
3’b???
2’b10
3’b???
8’H [d]
7
3’b???
2’b10
3’b???
8’H [e]
8
3’b???
2’b11
3’b???
8’H [f]
Verilog Code:
[a]
[c]
[d]
[e]
[f]
44
30
25
26
86
84
outputs in hexadecimal to complete the sequence table below. The
output corresponds to the present state.:
Clock Period
Present State
SW
Next State
LED in Hex
1
3’b000 (S0)
2’b00
3’b001 (S1)
8’H44
2
3’b001 (S1)
2’b11
3’b100 (S4)
8’H84
3
3’b100
2’b00
3’b???
8’H [a]
4
3’b???
2’b10
3’b???
8’H
5
3’b???
2’b10
3’b???
8’H [c]
6
3’b???
2’b10
3’b???
8’H [d]
7
3’b???
2’b10
3’b???
8’H [e]
8
3’b???
2’b11
3’b???
8’H [f]
Verilog Code:
[a]
[c]
[d]
[e]
[f]
44
30
25
26
86
84