

















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This lecture is part of Digital Logic Design course lectures. It was delivered by Dr. Naseem Abbas at National Institute of Industrial Engineering. It includes: Universal, Gates, NAND, NOR, Combination, Logic, Function, Boolean, Convert
Typology: Slides
1 / 25
This page cannot be seen from the preview
Don't miss anything!


















Either a NAND or a NOR gate. The term universal refers to a property of a gate that permits any logic function to be implemented by that gate or by a combination of gates of that kind.
EE -
of gates of that kind.
OR gate
NOR gate
NOR gates are also universal gates and can form all of the basic gates
Inverter
OR gate A B A+B
Convert the following circuit such that there are only NAND gates only NOR gates
Assumptions: Gate loading and delay are ignored Cell library contains an inverter and n-input NAND gates, n = 2, 3, … The mapping is accomplished by:
EE -
The mapping is accomplished by: Replacing AND and OR symbols, Pushing inverters through circuit fan-out points, and Canceling inverter pairs
.. .
.. .
A B
C
D
F
E (a)
A B
C
7
5
1
6 2 4 9
X Y
D 8 3 E
F
(b)
OI
(a) (b) A B
C D E
F
(d)
X
5
5 7 Y^6
(c)
.. .
.. .
.. .
.. .
.. .
.. .
Convert the following circuit such that there are only NAND gates only NOR gates
A buffer is a gate with the function F = X:
In terms of Boolean function, a buffer is the same as a connection!
X F
same as a connection!
So why use it? A buffer is an electronic amplifier used to improve circuit voltage levels and increase the speed of circuit operation.
What is a Hi-Z value? The Hi-Z value behaves as an open circuit This means that, looking back into the circuit, the output appears to be disconnected. It is as if a switch between the internal circuitry and the output has been opened.
Hi-Z may appear on the output of any gate, but we restrict gates to: a 3-state buffer, or Optional: a transmission gate each of which has one data input and one control input.
For the symbol and truth table, IN is the data input, and EN, the control input. For EN = 0, regardless of the value on IN (denoted by X), the output value is Hi-Z.
IN
EN
OUT
Symbol
For EN = 1, the output value follows the input value. Variations: Data input, IN, can be inverted Control input, EN, can be inverted by addition of “bubbles” to signals.
EN IN OUT 0 X Hi-Z 1 0 0 1 1 1
Truth Table