Top Banner
Digital Electronics Universal Gate – NAND
15

Universal Gate – NAND

Jan 15, 2016

Download

Documents

wirt

Universal Gate – NAND. Universal Gate – NAND. This presentation will demonstrate The basic function of the NAND gate. How a NAND gate can be used to replace an AND gate, an OR gate, or an INVERTER gate. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Universal Gate – NAND

Digital Electronics

Universal Gate – NAND

Page 2: Universal Gate – NAND

Universal Gate – NANDThis presentation will demonstrate• The basic function of the NAND gate.

• How a NAND gate can be used to replace an AND gate, an OR gate, or an INVERTER gate.

• How a logic circuit implemented with AOI logic gates can be re-implemented using only NAND gates.

• That using a single gate type, in this case NAND, will reduce the number of integrated circuits (IC) required to implement a logic circuit.

2

AOI Logic NAND Logic

More ICs = More $$ Less ICs = Less $$

Page 3: Universal Gate – NAND

NAND Gate

3

X Y Z

0 0 1

0 1 1

1 0 1

1 1 0

X

YY X YXZ

Page 4: Universal Gate – NAND

NAND Gate as an Inverter Gate

4

X Z

0 1

1 0

X XZ

XXX (Before Bubble)

Equivalent to Inverter

Page 5: Universal Gate – NAND

NAND Gate as an AND Gate

5

X Y Z

0 0 0

0 1 0

1 0 0

1 1 1

X

Y YX YXZ

YX

NAND Gate Inverter

Equivalent to AND Gate

Page 6: Universal Gate – NAND

NAND Gate as an OR Gate

6

X Y Z

0 0 0

0 1 1

1 0 1

1 1 1

Equivalent to OR Gate

X

Y

YXY X Y XZ

X

NAND GateInverters

Y

Page 7: Universal Gate – NAND

NAND Gate Equivalent to AOI Gates

7

INVERTERORAND

Page 8: Universal Gate – NAND

Process for NAND Implementation1. If starting from a logic expression, implement the design

with AOI logic.

2. In the AOI implementation, identify and replace every AND,OR, and INVERTER gate with its NAND equivalent.

3. Redraw the circuit.

4. Identify and eliminate any double inversions (i.e., back-to-back inverters).

5. Redraw the final circuit.

8

Page 9: Universal Gate – NAND

NAND Implementation

9

Example:

Design a NAND Logic Circuit that is equivalent to the AOI circuit shown below.

CA C B

Page 10: Universal Gate – NAND

NAND Implementation

10

Solution – Step 2

Identify and replace every AND,OR, and INVERTER gate with its NAND equivalent.

Page 11: Universal Gate – NAND

NAND Implementation

11

Redraw the circuit.

Solution – Step 3

Page 12: Universal Gate – NAND

NAND Implementation

12

Identify and eliminate any double inversions.

Solution – Step 4

Page 13: Universal Gate – NAND

NAND Implementation

13

Solution – Step 5

Redraw the circuit.

Page 14: Universal Gate – NAND

Proof of Equivalence

14

C C B

C AC A C BZ

C AC BZ

CA C B

Page 15: Universal Gate – NAND

AOI vs. NAND

15

IC Type Gates Gate / IC # ICs

74LS04 1 6 1

74LS08 2 4 1

74LS32 1 4 1

Total Number of ICs → 3

IC Type Gates Gate / IC # ICs

74LS00 4 4 1

Total Number of ICs → 1