NAND, Two-Level Implementations, Parity
Tom Kelliher, CS 220
Sept. 22, 2003
Collect homework assignments.
Any interest in ACM Programming Contest?
Read 2.8.
New homework assignment.
Simplifying K-maps.
- NAND gates.
- Two-level physical realizations.
- Parity generation and checking.
- BCD to 7-segment decoder example.
Circuit technologies.
- Not AND. Symbol. Truth table.
- At the physical level, this is what we work with.
- Completeness: Given a two-input NAND show how to implement inverter,
AND, OR.
- NOR completely analogous.
Given that we only have NAND gates, implement: ABC + DEF + GHI. (Draw
using AND and OR, derive NAND implementation, and draw.)
- EXOR symbol, truth table.
- EXOR = odd function. (NEXOR = even)
- A ``big'' EXOR can be recursively constructed from ``small'' EXORs.
- Parity generate and check circuit for ASCII data:
Show a few examples.
Simplify and implement .
Thomas P. Kelliher
Thu Sep 18 14:52:48 EDT 2003
Tom Kelliher