Question: Consider a datapath FSM with a four-bit state register state whose nextstate function is described by the following VHDL statement: nxt
Consider a datapath FSM with a four-bit state register state whose nextstate function is described by the following VHDL statement:
nxt <= "000" when rst = ’1’ else (state(2 downto 0) & not state(3));
Draw a state diagram for this FSM. Describe in plain English what function this FSM performs.
Step by Step Solution
3.47 Rating (160 Votes )
There are 3 Steps involved in it
The sequence of states is shown in the tabl... View full answer
Get step-by-step solutions from verified subject matter experts
