Question: Write an HDL module for the FSM from Exercise 3.30. Data from problem 3.30 Design an FSM with one input, A, and two outputs, X
Write an HDL module for the FSM from Exercise 3.30.
Data from problem 3.30
Design an FSM with one input, A, and two outputs, X and Y. X should be 1 if A has been 1 for at least three cycles altogether (not necessarily consecutively). Y should be 1 if A has been 1 for at least two consecutive cycles. Show your state transition diagram, encoded state transition table, next state and output equations, and schematic.
Step by Step Solution
3.52 Rating (165 Votes )
There are 3 Steps involved in it
SystemVerilog VHDL module fsmy input clk ... View full answer
Get step-by-step solutions from verified subject matter experts
