combinational logic with msi and lsi

18
Logic Devices

Upload: sikder-tahsin-al-amin

Post on 14-Aug-2015

142 views

Category:

Engineering


2 download

TRANSCRIPT

Page 1: Combinational Logic with MSI and LSI

Logic Devices

Page 2: Combinational Logic with MSI and LSI

Decoder

• A decoder is a combinational circuit that converts binary information from n inputs to unique output lines.

If input=2, output=4If input=3, output=8

Page 3: Combinational Logic with MSI and LSI

2-to-4 Decoder

Page 4: Combinational Logic with MSI and LSI

3-to-8 Decoder

Page 5: Combinational Logic with MSI and LSI

Implementation of a full adder with a decoder

Page 6: Combinational Logic with MSI and LSI
Page 7: Combinational Logic with MSI and LSI

Encoder

• An encoder has input lines and n output lines.

Page 8: Combinational Logic with MSI and LSI

4-to-2 Encoder

Page 9: Combinational Logic with MSI and LSI

8-to-3 Encoder

Page 10: Combinational Logic with MSI and LSI

Multiplexers

• A multiplexer is a combinational circuit that selects binary information from one of many input lines and directs it to a single output line.

• The selection of a particular input line is controlled by a set of selection lines. Normally. there are input lines and II selection lines

Page 11: Combinational Logic with MSI and LSI

Multiplexers

2 to 1 line multiplexer 4 to 1 line multiplexer

Page 12: Combinational Logic with MSI and LSI

Demultiplexers

• It has one input line, n selection lines and output lines.

Page 13: Combinational Logic with MSI and LSI

ROM

• ROM= Read Only Memory• It is a device that includes both decoder and

OR gates.• It consists of n input lines and m output lines.

Page 14: Combinational Logic with MSI and LSI

Types of ROMs

1. PROM= Programmable read only memorywhen ordered, PROM units contain all 0’s or all 1’s.

2. EPROM= Erasable PROMwhen an EPROM is placed under a special uv light for a given period of time, the short-wave radiation discharges the internal gates that serve as contacts. After erase, the ROM returned to its initial state.

Page 15: Combinational Logic with MSI and LSI

3. EAROM= Electrically alterable ROM This ROM can be erased with electrical signalsinstead of uv light.

Page 16: Combinational Logic with MSI and LSI

Programmable Logic Array(PLA)

• A programmable logic array (PLA) is a kind of programmable logic device used to implement combinational logic circuits.

• The PLA has a set of programmable AND gate planes, which link to a set of programmable OR gate planes, which can then be conditionally complemented to produce an output.

Page 17: Combinational Logic with MSI and LSI

Block diagram of PLA

Page 18: Combinational Logic with MSI and LSI

Thank you