1 / 51

Multiplexors

Lecture 6. Multiplexors. And Decoders Prof. Sin-Min Lee Department of Computer Science. Two-Level NAND Gate Implementation. Example 1. Two-Level NAND Gate Implementation. Example 1. Design Procedure. Determine the required number of inputs and outputs and assign letter symbols to them.

misae
Download Presentation

Multiplexors

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 6 Multiplexors And Decoders Prof. Sin-Min Lee Department of Computer Science

  2. Two-Level NAND Gate Implementation Example 1

  3. Two-Level NAND Gate Implementation Example 1

  4. Design 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.

  5. Example • 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:

  6. Note that the outputs for inputs 1010 through 1111 are don't care.

  7. Two-Lvel NOR Gate Implementation Example 2 e

  8. Richard 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.

  9. 1948: 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.

  10. Multiplexers • 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”.

  11. Combinational 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.

  12. Karnaugh Map Method of Multiplexer Implementation Consider the function: A is taken to be the data variable and B,C to be the select variables.

  13. Example of MUX combo circuit • F(X,Y,Z) = Sm(1,2,6,7)

More Related