1 / 24

EET 1131 Unit 3 Basic Logic Gates

EET 1131 Unit 3 Basic Logic Gates. Read Kleitz , Chapter 3. Homework #3 and Lab #3 due next week. Quiz next week. The NOT operation (complement) is shown with an overbar. Thus, the Boolean expression for an inverter is X = A . A. X. The Inverter.

kaiya
Télécharger la présentation

EET 1131 Unit 3 Basic Logic Gates

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. EET 1131 Unit 3Basic Logic Gates • Read Kleitz, Chapter 3. • Homework #3 and Lab #3 due next week. • Quiz next week.

  2. The NOT operation (complement) is shown with an overbar. Thus, the Boolean expression for an inverter is X =A. A X The Inverter The inverter performs the Boolean NOT operation. When the input is LOW (0), the output is HIGH (1); when the input is HIGH, the output is LOW. 0 1 1 0

  3. A X The Inverter Example waveforms: A X

  4. A A X X The AND Gate B B The AND gate produces a HIGH output when all inputs are HIGH; otherwise, the output is LOW. For a 2-input gate, the truth table is 0 0 0 1 1 0 1 1 0 0 0 1 The AND operation is usually shown with a dot between the variables but it may be implied (no dot). Thus, the AND operation is written as X = A .B or X = AB.

  5. A A X X The AND Gate B B Example waveforms: A B X

  6. The AND Gate Example A Multisim circuit is shown. XWG1 is a word generator set in the count down mode. XLA1 is a logic analyzer with the output of the AND gate connected to first (upper) line of the analyzer. What signal do you expect to on this line? Solution The output (line 1) will be HIGH only when all of the inputs are HIGH.

  7. A X A X The OR Gate B B The OR gate produces a HIGH output if any input is HIGH; if all inputs are LOW, the output is LOW. For a 2-input gate, the truth table is 0 0 0 1 1 0 1 1 0 1 1 1 The OR operation is shown with a plus sign (+) between the variables. Thus, the OR operation is written as X = A + B.

  8. A X A X The OR Gate B B Example waveforms: A B X

  9. The OR Gate A Multisim circuit is shown. XWG1 is a word generator set to count down. XLA1 is a logic analyzer with the output Example connected to first (top) line of the analyzer. The three 2-input OR gates act as a single 4-input gate. What signal do you expect on the output line? The output (line 1) will be HIGH if any input is HIGH; otherwise it will be LOW. Solution

  10. The NAND operation is shown with a dot between the variables and an overbar covering them. Thus, the NAND operation is written as X = A .B (Alternatively, X = AB.) A A X X The NAND Gate B B The NAND gate produces a LOW output when all inputs are HIGH; otherwise, the output is HIGH. For a 2-input gate, the truth table is 0 0 0 1 1 0 1 1 1 1 1 0

  11. A A X X The NAND Gate B B Example waveforms: A B X The NAND gate is particularly useful because it is a “universal” gate – all other basic gates can be constructed from NAND gates.

  12. The NAND Gate Example A Multisim circuit is shown. XWG1 is a word generator set in the count up mode. A four-channel oscilloscope monitors the inputs and output. What output signal do you expect to see? Solution The output (channel D) will be LOW only when all of the inputs are HIGH. Inputs

  13. The NOR operation is shown with a plus sign (+) between the variables and an overbar covering them. Thus, the NOR operation is written as X = A + B. A X A X The NOR Gate B B The NOR gate produces a LOW output if any input is HIGH; if all inputs are LOW, the output is HIGH. For a 2-input gate, the truth table is 0 0 0 1 1 0 1 1 1 0 0 0

  14. A X A X The NOR Gate B B Example waveforms: A B X The NOR operation will produce a LOW if any input is HIGH.

  15. Enable/Disable Using AND Gate 14

  16. Enable/Disable Using OR Gate 15

  17. Integrated Circuits Cutaway view of DIP (Dual-In-line Package) chip: The TTL series, available as DIPs are popular for laboratory experiments with logic.

  18. Integrated Circuits DIP chips and surface mount chips Pin 1 Dual in-line package Small outline IC (SOIC)

  19. Integrated Circuits • Chip Densities: • Small scale integration (SSI): <=10 gates per chip. • Medium-scale integration (MSI): 10 to 100 gates per chip. • Large-scale integration (LSI): 100 to 10,000 gates per chip. • Very large-scale integration (VLSI): 10,000 to 100,000 gates per chip.

  20. Programmable Logic Programmable logic devices (PLDs) are an alternative to fixed function devices. The logic can be programmed for a specific purpose. In general, they cost less and use less board space than fixed function devices.

  21. Figure 3.50 Pin configuration diagrams for some common gate configurations.

  22. Website for Datasheets • Many websites have datasheets for logic chips. • The best site is Texas Instruments: www.ti.com • Type the chip number (such as 7404) in the Search box. • For some chips, the original part number is obsolete and no longer available. In such cases, inserting LS often works. Example: 74LS10.

  23. Troubleshooting • Troubleshooting means finding and fixing faults in a circuit or system that’s not working correctly. • Your first step in troubleshooting a digital circuit on the breadboard should always be to verify that the voltage at each chip’s power and ground pins are actually +5 V and 0V. • After that, use your knowledge of truth tables to find the gates that are not producing the correct outputs.

  24. Multisim Troubleshooting • Multisim lets you insert the following kinds of faults into digital components: • An open pin • Two pins shorted together • A pin shorted to VCC (constant HIGH) • A pin shorted to ground (constant LOW) • Your book has Multisim troubleshooting problems that I’ll assign on some homeworks. You can download the files for these from the book’s website. • To troubleshoot them, attach switches to input pins and probes to output pins.

More Related