Search for question
Question

5. Practice Exercises

5.1. Recognizer:

Design, implement and verify a 4-bit recognizer

If the input is greater than 8 it should output 1

otherwise 0. Is there a trick to designing this?

Think about it!

5.2. Odd Parity Generator

Design, implement and verify an odd parity

generator. The generator takes a 4-bit binary

value. The parity generator outputs the odd parity

bit for the 4-bit input. Feel free to look up what the

circuit is for reference. You are not required to

design it from scratch.

6. Deliverables

C

Fig: 1