SlideShare a Scribd company logo
1 of 30
MSI LOGIC CIRCUITS
CHAPTER -9
Instructor: Afroza Sultana
Digital IC Technology
โ€ข SSI (Small Scale Integration) โ€“ fewer than 12 gates per chip
โ€ข MSI (Medium Scale Integration) โ€“ 13 to 99 gates per chip
โ€ข LSI (Large Scale Integration) โ€“ 100 to 999 gates per chip
โ€ข VLSI (Very Large Scale Integration) โ€“ 1000 to 999,999 gates
per chip
โ€ข ULSI (Ultra Large Scale Integration) โ€“ 1000,000 to 999999
gates per chip
โ€ข GSI (Giga Scale Integration) โ€“ 1000000 or more gates per chip
The evolution of IC technique
Tran
sistor
Single
compon
ent
SSI MSI LSI VLSI ULSI GSI
Logic
Gate
count
---- ---- 10
100
~
1000
1000
~
20000
20000
~
500,000
>
500,000
>
10,000,000
1947 1950 1961 1966 1971 1980 1985 1990
Decoders
A decoder accepts a set of inputs that represents a
binary number and activates only the output that
corresponds to that input number.
Fig 9-1 General decoder diagram
3-line-to-8-line (or 1-of-8) decoder
Some decoders have
one or more ENABLE
inputs used to control
the operation of the
decoder.
Fig 9-3
(a) Logic diagram for
74ALS138 decoder
(b) truth table
(c) logic symbol
3-line-to-8-line (or 1-of-8) decoder
FIG 9-4 Four 74AS138s forming a 1-of-32 decoder
1-of-32 decoder
โ€ข The IC 74LS138 and an INVERTER can be arranged
to function as a 1 of 32 decoders.
โ€ข The 5-bit input code A4A3A2A1A0 will activate the
output from 0 to 31.
โ€ข The IC Z1 will output the codes from 00000-00111
โ€ข The IC Z2 will output the codes from 01000-01111
โ€ข The IC Z3 will output the codes from 10000-10111
โ€ข The IC Z4 will output the codes from 11000-11111
โ€ข The IC Z1 will activate for A4A3 = 00, Z2 will activate
for A4A3 = 01, IC Z3 will activate for A4A3 = 10 and Z4
will activate for A4A3 = 11.
1-of-32 decoder
BCD-to-decimal decoder
BCD to 7-Segment Decoder/Drivers
Fig 9-7 (a) 7- segment arrangement display
(b) active segments for each digit
BCD-to-7-segment decoder/driver driving a 7-segment LED
display
BCD to 7-Segment Decoder/Drivers
Encoder
Fig 9-12 General encoder diagram.
The opposite of decoding process is called encoding
and it is performed by a logic circuit called encoder.
Digital circuit that produces an output code
depending on which of its inputs is activated.
Fig 9-13 Logic circuit for an octal-to-binary (8-line-to-3-line)
encoder. For proper operation, only one input should be active
at one time.
Octal-to-binary (8-line-to-3-line) Encoder
Priority Encoder
A priority encoder includes the necessary logic to
ensure that when two or more inputs are activated, the
output code will correspond to the highest-numbered
input.
Fig 9-14 74147 decimal-to-BCD priority encoder.
Multiplexers (Data Selectors)
Fig 9-18 Functional diagram of a digital multiplexer (MUX).
It is a logic circuit that, depending on its select inputs,
selects one of several data inputs and pass it to the
output.
Fig 9-19 Two-input multiplexer.
Multiplexers
Multiplexers
Fig 9-20 Four-input multiplexer.
8- input Multiplexer
16-input Multiplexer
Fig 9-22 Ex. 9-9; two 74HC151s combined to form a 16-input multiplexer.
Multiplexer Applications
Data Routing: Multiplexers can route data from one of several
sources to one destination. Fig 9-24shows a system for
displaying two multi digit BCD counters one at a time.
Multiplexer Applications
Parallel-to-Serial Conversion:
Multiplexer Applications
Operation Sequencing: The circuit of Fig 9-26 Seven-step control
sequencer uses an 8-input mux as part of control sequencer that steps
through seven steps each of which actuates some portion of the physical
process being controlled.
Multiplexer Applications
Logic Function Generation:
Fig 9-27 Mux used to implement a logic function
Demultiplexers (Data Distributors)
A DEMUX takes a single input and distributes it over
several outputs.
1-line-to-8-line demux
โ€ข Clock Demultiplexer: Under control of the SELECT
inputs the clock signal is routed to the desired
destination (fig-9-31).
โ€ข Security Monitoring System: The open/close status
of an industrial plant is monitored and displayed by
LEDs on a remote monitoring panel at the security
station (fig:9-32).
โ€ข Synchronous Data Transmission System: Used to
serially transmit four 4-bit data words from a
transmitter to a remote receiver (fig:9-33).
De-Multiplexer Applications
Code Converters
A code converter is a logic circuit that changes data
presented in one type of binary code to another type of
binary code.
Fig 9-39 Basic idea of a two-digit BCD-to-binary converter.
BCD-to-Binary Conversion
โ€ข Compute the binary sum of the binary equivalents
of all bits in the BCD representation that are 1s.
Example
0101 0010(BCD)
= 0000010 (2) + 0001010 (10) + 0101000 (40)
= 0110100 (52)
BCD
bits
Decimal
Wt
Binary Equivalent
b6 b5 b4 b3 b2 b1 b0
A0 1 0 0 0 0 0 0 1
B0 2 0 0 0 0 0 1 0
C0 4 0 0 0 0 1 0 0
D0 8 0 0 0 1 0 0 0
A1 10 0 0 0 1 0 1 0
B1 20 0 0 1 0 1 0 0
C1 40 0 1 0 1 0 0 0
D1 80 1 0 1 0 0 0 0
BCD-to-Binary Conversion
b6=D1 b5=C1 b4=B1+D1 b3=D0+A1+C1 b2=C0+B1 b1=B0+ A1 b0=A0
Code Converter Circuit
Fig 9-40: BCD-to-binary converter with 4- bit parallel adders.
A0
B0+A1
C0+B1
D0+A1+C1
B1+0+D1
(C4=0)+C1
D1+0

More Related Content

Similar to Lecture-7(MSI Logic Ckt).ppt

FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator cscpconf
ย 
DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...
DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...
DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...jmicro
ย 
ANALYSIS & DESIGN OF COMBINATIONAL LOGIC
ANALYSIS & DESIGN OF COMBINATIONAL LOGICANALYSIS & DESIGN OF COMBINATIONAL LOGIC
ANALYSIS & DESIGN OF COMBINATIONAL LOGICSupanna Shirguppe
ย 
Lcdf4 chap 03_p2
Lcdf4 chap 03_p2Lcdf4 chap 03_p2
Lcdf4 chap 03_p2ozgur_can
ย 
Ebc7fc8ba9801f03982acec158fa751744ca copie
Ebc7fc8ba9801f03982acec158fa751744ca   copieEbc7fc8ba9801f03982acec158fa751744ca   copie
Ebc7fc8ba9801f03982acec158fa751744ca copieSourour Kanzari
ย 
Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Boardswarnimmaurya
ย 
QuickSilver Controls QCI-DS031 QCI-N2-IX
QuickSilver Controls QCI-DS031 QCI-N2-IXQuickSilver Controls QCI-DS031 QCI-N2-IX
QuickSilver Controls QCI-DS031 QCI-N2-IXElectromate
ย 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and RoboticsNIT Raipur
ย 
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptxDLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptxSaveraAyub2
ย 
Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd Iaetsd
ย 
7.MODBus and CANBus.pptx
7.MODBus and CANBus.pptx7.MODBus and CANBus.pptx
7.MODBus and CANBus.pptxusamamaqsod1
ย 
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIPPERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIPVLSICS Design
ย 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier SystemsIJMER
ย 
64bit SMP OS for TILE-Gx many core processor
64bit SMP OS for TILE-Gx many core processor64bit SMP OS for TILE-Gx many core processor
64bit SMP OS for TILE-Gx many core processorToru Nishimura
ย 
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.pptjbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.pptlcaimi1
ย 
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...Arti Parab Academics
ย 
underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps Mohd Sohail
ย 

Similar to Lecture-7(MSI Logic Ckt).ppt (20)

EMBEDDED SYSTEM BASICS
EMBEDDED SYSTEM BASICSEMBEDDED SYSTEM BASICS
EMBEDDED SYSTEM BASICS
ย 
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
FPGA Implementation of Pipelined CORDIC Sine Cosine Digital Wave Generator
ย 
DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...
DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...
DESIGN OF DOUBLE PRECISION FLOATING POINT MULTIPLICATION ALGORITHM WITH VECTO...
ย 
ANALYSIS & DESIGN OF COMBINATIONAL LOGIC
ANALYSIS & DESIGN OF COMBINATIONAL LOGICANALYSIS & DESIGN OF COMBINATIONAL LOGIC
ANALYSIS & DESIGN OF COMBINATIONAL LOGIC
ย 
Lcdf4 chap 03_p2
Lcdf4 chap 03_p2Lcdf4 chap 03_p2
Lcdf4 chap 03_p2
ย 
Ebc7fc8ba9801f03982acec158fa751744ca copie
Ebc7fc8ba9801f03982acec158fa751744ca   copieEbc7fc8ba9801f03982acec158fa751744ca   copie
Ebc7fc8ba9801f03982acec158fa751744ca copie
ย 
Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Board
ย 
QuickSilver Controls QCI-DS031 QCI-N2-IX
QuickSilver Controls QCI-DS031 QCI-N2-IXQuickSilver Controls QCI-DS031 QCI-N2-IX
QuickSilver Controls QCI-DS031 QCI-N2-IX
ย 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and Robotics
ย 
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptxDLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
ย 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
ย 
Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutional
ย 
7.MODBus and CANBus.pptx
7.MODBus and CANBus.pptx7.MODBus and CANBus.pptx
7.MODBus and CANBus.pptx
ย 
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIPPERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
ย 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
ย 
64bit SMP OS for TILE-Gx many core processor
64bit SMP OS for TILE-Gx many core processor64bit SMP OS for TILE-Gx many core processor
64bit SMP OS for TILE-Gx many core processor
ย 
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.pptjbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt
ย 
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
ย 
underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps
ย 
Icnd210 s08l03
Icnd210 s08l03Icnd210 s08l03
Icnd210 s08l03
ย 

Recently uploaded

UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Call Girls in Nagpur High Profile
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
ย 

Recently uploaded (20)

UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
ย 

Lecture-7(MSI Logic Ckt).ppt

  • 1. MSI LOGIC CIRCUITS CHAPTER -9 Instructor: Afroza Sultana
  • 2. Digital IC Technology โ€ข SSI (Small Scale Integration) โ€“ fewer than 12 gates per chip โ€ข MSI (Medium Scale Integration) โ€“ 13 to 99 gates per chip โ€ข LSI (Large Scale Integration) โ€“ 100 to 999 gates per chip โ€ข VLSI (Very Large Scale Integration) โ€“ 1000 to 999,999 gates per chip โ€ข ULSI (Ultra Large Scale Integration) โ€“ 1000,000 to 999999 gates per chip โ€ข GSI (Giga Scale Integration) โ€“ 1000000 or more gates per chip
  • 3. The evolution of IC technique Tran sistor Single compon ent SSI MSI LSI VLSI ULSI GSI Logic Gate count ---- ---- 10 100 ~ 1000 1000 ~ 20000 20000 ~ 500,000 > 500,000 > 10,000,000 1947 1950 1961 1966 1971 1980 1985 1990
  • 4. Decoders A decoder accepts a set of inputs that represents a binary number and activates only the output that corresponds to that input number. Fig 9-1 General decoder diagram
  • 6. Some decoders have one or more ENABLE inputs used to control the operation of the decoder. Fig 9-3 (a) Logic diagram for 74ALS138 decoder (b) truth table (c) logic symbol 3-line-to-8-line (or 1-of-8) decoder
  • 7. FIG 9-4 Four 74AS138s forming a 1-of-32 decoder 1-of-32 decoder
  • 8. โ€ข The IC 74LS138 and an INVERTER can be arranged to function as a 1 of 32 decoders. โ€ข The 5-bit input code A4A3A2A1A0 will activate the output from 0 to 31. โ€ข The IC Z1 will output the codes from 00000-00111 โ€ข The IC Z2 will output the codes from 01000-01111 โ€ข The IC Z3 will output the codes from 10000-10111 โ€ข The IC Z4 will output the codes from 11000-11111 โ€ข The IC Z1 will activate for A4A3 = 00, Z2 will activate for A4A3 = 01, IC Z3 will activate for A4A3 = 10 and Z4 will activate for A4A3 = 11. 1-of-32 decoder
  • 10. BCD to 7-Segment Decoder/Drivers Fig 9-7 (a) 7- segment arrangement display (b) active segments for each digit
  • 11. BCD-to-7-segment decoder/driver driving a 7-segment LED display BCD to 7-Segment Decoder/Drivers
  • 12. Encoder Fig 9-12 General encoder diagram. The opposite of decoding process is called encoding and it is performed by a logic circuit called encoder. Digital circuit that produces an output code depending on which of its inputs is activated.
  • 13. Fig 9-13 Logic circuit for an octal-to-binary (8-line-to-3-line) encoder. For proper operation, only one input should be active at one time. Octal-to-binary (8-line-to-3-line) Encoder
  • 14. Priority Encoder A priority encoder includes the necessary logic to ensure that when two or more inputs are activated, the output code will correspond to the highest-numbered input. Fig 9-14 74147 decimal-to-BCD priority encoder.
  • 15. Multiplexers (Data Selectors) Fig 9-18 Functional diagram of a digital multiplexer (MUX). It is a logic circuit that, depending on its select inputs, selects one of several data inputs and pass it to the output.
  • 16. Fig 9-19 Two-input multiplexer. Multiplexers
  • 19. 16-input Multiplexer Fig 9-22 Ex. 9-9; two 74HC151s combined to form a 16-input multiplexer.
  • 20. Multiplexer Applications Data Routing: Multiplexers can route data from one of several sources to one destination. Fig 9-24shows a system for displaying two multi digit BCD counters one at a time.
  • 22. Multiplexer Applications Operation Sequencing: The circuit of Fig 9-26 Seven-step control sequencer uses an 8-input mux as part of control sequencer that steps through seven steps each of which actuates some portion of the physical process being controlled.
  • 23. Multiplexer Applications Logic Function Generation: Fig 9-27 Mux used to implement a logic function
  • 24. Demultiplexers (Data Distributors) A DEMUX takes a single input and distributes it over several outputs.
  • 26. โ€ข Clock Demultiplexer: Under control of the SELECT inputs the clock signal is routed to the desired destination (fig-9-31). โ€ข Security Monitoring System: The open/close status of an industrial plant is monitored and displayed by LEDs on a remote monitoring panel at the security station (fig:9-32). โ€ข Synchronous Data Transmission System: Used to serially transmit four 4-bit data words from a transmitter to a remote receiver (fig:9-33). De-Multiplexer Applications
  • 27. Code Converters A code converter is a logic circuit that changes data presented in one type of binary code to another type of binary code. Fig 9-39 Basic idea of a two-digit BCD-to-binary converter.
  • 28. BCD-to-Binary Conversion โ€ข Compute the binary sum of the binary equivalents of all bits in the BCD representation that are 1s. Example 0101 0010(BCD) = 0000010 (2) + 0001010 (10) + 0101000 (40) = 0110100 (52)
  • 29. BCD bits Decimal Wt Binary Equivalent b6 b5 b4 b3 b2 b1 b0 A0 1 0 0 0 0 0 0 1 B0 2 0 0 0 0 0 1 0 C0 4 0 0 0 0 1 0 0 D0 8 0 0 0 1 0 0 0 A1 10 0 0 0 1 0 1 0 B1 20 0 0 1 0 1 0 0 C1 40 0 1 0 1 0 0 0 D1 80 1 0 1 0 0 0 0 BCD-to-Binary Conversion b6=D1 b5=C1 b4=B1+D1 b3=D0+A1+C1 b2=C0+B1 b1=B0+ A1 b0=A0
  • 30. Code Converter Circuit Fig 9-40: BCD-to-binary converter with 4- bit parallel adders. A0 B0+A1 C0+B1 D0+A1+C1 B1+0+D1 (C4=0)+C1 D1+0