CSE 370 Assignment #8

Due: Wednesday, June 3, 2009.

Exercises:

Show your work.

  1. For each state encoding style listed below, draw a state encoding table (a table that shows what encoding each state maps to) and a state transition table using that encoding.

    1. Binary

    2. One-hot

  2. Do the same as for question 1 except for the following Mealy machine.

    1. Binary

    2. One-hot

  3. Exercise 8.6

  4. Exercise 8.14