Tom Kelliher, CS 240
Mar. 22 2010
Read 5.1-2.
Dataflow, hierarchical, behavioral VHDL design styles.
Introduction to sequential circuits. Latches.
For EXOR3
circuit demonstrate:
EXOR3
.
The source and library VHDL are on the class Web site. There are syntax errors in the source VHDL which you'll need to find and fix.
Hint, try this construct:
o <= "111" when i(7) = '1' else "110" when i(6) = '1' else ... "000";(Avoid don't cares.)