CS 302
CS 302
CH # 6 :
NOT gate can be implemented using a NOR gate.
NAND and NOR gates are known as Universal Gates,NoR can be implemented using nand gate.
The output of a NAND is 0 when all inputs to the NAND gate are 1s. The XOR and XNOR gates are
frequently /extensively used in Digital Logic.
d
even number of 1s in a Parity Detection Circuit.
Logic Gates are implemented using transistors , The transistor itself is configured to work like a
switch
Bipolar Junction Transistor (BJT) , . When the BJT base pin is connected to 0 volts, the
transistor is switched off.
E2CMOS: a combination of CMOS and NMOS technologies
1. Programmable Logic Devices .
PMOS: p-channel and NMOS: n-channel MOS transistor
1. used in LSI requiring high chip density .
2. Large memories and microprocessors are implemented using these technologies .
3. low power consumption.
ECL: Emitter-Coupled Logic
1. where switching speed is of prime importance .
TTL: Transistor-Transistor Logic
1. Extensively used
2. fast switching speed and high power
Logic Gates and Logic circuits consume varying amount of power during their operation.
Ideally, logic gates and logic circuit should consume minimal power.
Power Dissipation of TTL Devices :
1. PD = VCC(ICCH + ICCL) / 2
2. Power Dissipation in TTL circuits is constant
Power Dissipation of CMOS Devices :
PD = PT + PL
1. The power dissipation of a HCMOS gate is 2.75 μW under static conditions and 170 μW
at 100 KHz.
Smaller the Propagation Delay higher the frequency . . A Gate with a Propagation Delay of 3 nsec
is faster than a gate with a 10 nsec delay.
two Propagation Delay
2. tPHL , changing from high level to low level.
3. tPLH , changing from low level to high level.
Speed-Power Product (SPP) :
1. The SPP = tPPD expressed in Joules (J), the unit of energy. Lower the SPP product better
is the performance.
Fan-Out and Loading :
Unit Loads = IOH/IIH = IOL/IIL = 400 μA/40 μA = 16 mA/1.6 mA = 10 .
A+A=A
A+A=1
A.A = A
A.A= 0
Lecture # 17:
Commercial available 4-input Multiplexer is the 74XX153 IC which has two 4-input multiplexers.
Multiplexer is a digital switch that has several inputs and a single output. Multiplexers are also
known as Data Selectors
The simplest of the Encoders are the 2n-to-n Encoders.
The operation of the BCD-to-Decimal Decoder is the same as a Binary 4-to-16 decoder,