Consider a datapath FSM with a five-bit state register state whose next-state function is described by the

Question:

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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Digital Design Using VHDL A Systems Approach

ISBN: 9781107098862

1st Edition

Authors: William J. Dally, R. Curtis Harting, Tor M. Aamodt

Question Posted: