Title: Multiplexors
1Multiplexors
Lecture 6
- And Decoders
- Prof. Sin-Min Lee
- Department of Computer Science
2(No Transcript)
3Two-Level NAND Gate Implementation
Example 1 Â
4Two-Level NAND Gate Implementation
Example 1 Â
5(No Transcript)
6Design Procedure
- Determine the required number of inputs and
outputs and assign letter symbols to them. - Derive the truth table that defines the required
relationship between inputs and outputs. - Obtain the Boolean function.
- Draw the logic diagram.
- Verify the correctness of the design.
7Example
- Design a circuit that converts a BCD codeword to
its corresponding excess-3 codeword. We need 4
input variables and 4 output variables. Let us
designate the 4 input binary variables by the
symbols A, B, and C and D, and the four output
variables by w, x, y, and z. The truth table
relating the input and output variables is shown
below
8Note that the outputs for inputs 1010 through
1111 are don't care.
9(No Transcript)
10(No Transcript)
11Two-Lvel NOR Gate Implementation
Example 2 Â
e
12(No Transcript)
13(No Transcript)
14Richard Hamming Richard Wesley Hamming,
mathematician, pioneer computer scientist, and
professor, died of a heart attack on January 7,
1998, in Monterey, California, at the age of 82.
His research career began at Bell Laboratories in
the 1940s, in the early days of electronic
computers, and included the invention of the
Hamming error-correcting codes. In the 1970s he
shifted to teaching, and at his death he was
Distinguished Professor Emeritus of computer
science at the Naval Postgraduate School. He is
survived by his wife Wanda, a niece, and a
nephew.
15(No Transcript)
161948 Error Correction Error-detecting coding,
first developed for telephone switching, is now
used throughout the computing and
telecommunications industries. In 1948 , R.W.
Hamming (left) of Bell Labs developed a general
theory for error-correcting schemes in which
"check-bits" are interspersed with information
bits to form binary words in patterns. When a
single error occurs in transmission, the word
becomes invalid, but the error is automatically
located and corrected.
17(No Transcript)
18(No Transcript)
19(No Transcript)
20(No Transcript)
21(No Transcript)
22(No Transcript)
23(No Transcript)
24(No Transcript)
25(No Transcript)
26(No Transcript)
27(No Transcript)
28(No Transcript)
29(No Transcript)
30(No Transcript)
31(No Transcript)
32(No Transcript)
33(No Transcript)
34(No Transcript)
35(No Transcript)
36(No Transcript)
37(No Transcript)
38(No Transcript)
39(No Transcript)
40(No Transcript)
41(No Transcript)
42Multiplexers
- A combinational circuit that selects info from
one of many input lines and directs it to the
output line. - The selection of the input line is controlled by
input variables called selection inputs. - They are commonly abbreviated as MUX.
43(No Transcript)
44(No Transcript)
45Combinational circuit implementation using MUX
- We can use Multiplexers to express Boolean
functions also. - Expressing Boolean functions as MUXs is more
efficient than as decoders. - First n-1 variables of the function used as
selection inputs last variable used as data
inputs. - If last variable is called Z, then each data
input has to be Z, Z, 0, or 1.
46(No Transcript)
47(No Transcript)
48(No Transcript)
49Karnaugh Map Method of Multiplexer Implementation
Consider the function
A is taken to be the data variable and B,C to be
the select variables.
50Example of MUX combo circuit
51(No Transcript)