Lecture 6
Lecture 6
(EC2L006)
Gate-Level minimization
Learning Objectives
• NAND & NOR implementation
• AND-OR-INVERT implementation
• OR-AND-INVERT implementation
• Exclusive-OR function
• NAND Circuits
• A convenient way to implement a Boolean function with NAND
gates is to obtain the simplified Boolean function in terms of
Boolean operators and then convert the function to NAND logic.
• AND-OR OR-AND
• NAND-NAND NOR-NOR
• NOR-OR NAND-AND
• OR-AND AND-NOR
• P=x y z
[Atri Mukhopadhyay] | [SECS] | [EC2L006] 23
Even-Parity-Checker Truth Table
• C=x y z P
[Atri Mukhopadhyay] | [SECS] | [EC2L006] 24
Logic diagram of a Parity Generator and Checker