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