Digital Logic with Verilog designSolutionQuestion 8 a Value
Digital Logic with Verilog design!
Solution
Question 8
a) Value of the output depend on current state. System represents a Moore machine
b) Number of flipflops = ceil (log(number of states)) Number of states = 4 in this case. Number of flip flops = ceil(log(4)) = 2
c)
d)
| State Name | State Number | 
| A | 00 | 
| B | 01 | 
| C | 11 | 
| D | 10 | 

