Question: Consider a datapath FSM with a five-bit state register state whose next-state function is described by the following VHDL statement: nxt
Consider a datapath FSM with a five-bit state register state whose next-state function is described by the following VHDL statement:
nxt <= "00001" when rst = ’1’ else (state(3 downto 0) & (state(4) xor state(2)));
Draw a state diagram for this FSM. Describe in plain English what function this FSM performs.
Step by Step Solution
3.37 Rating (172 Votes )
There are 3 Steps involved in it
This FSM has three states S0 S1 and S2 The FSM starts in state S0 when rst is 1 and stays in ... View full answer
Get step-by-step solutions from verified subject matter experts
