1 / 17

Combinational Logic

Combinational Logic. Digital Design Department of Software Development Faculty of Information Technology Islamic University of Gaza Dr. Rebhi Baraka rbaraka@iugaza.edu. Basic Combinational Logic Circuits. AND-OR Logic AND-OR-Invert Logic Exclusive-OR Logic.

alisa
Download Presentation

Combinational Logic

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. Combinational Logic Digital Design Department of Software Development Faculty of Information Technology Islamic University of Gaza Dr. Rebhi Baraka rbaraka@iugaza.edu

  2. Basic Combinational Logic Circuits • AND-OR Logic • AND-OR-Invert Logic • Exclusive-OR Logic

  3. Basic Combinational Logic Circuits • AND-OR Logic

  4. Basic Combinational Logic Circuits • AND-OR Invert Logic

  5. Basic Combinational Logic Circuits • Exclusive-OR Logic

  6. Basic Combinational Logic Circuits • Exclusive-NOR Logic

  7. Implementing Combinational Logic • From Boolean expression to logic circuit • Given a Boolean expression, create a logic circuit that implements that expression. • From truth table to logic circuit • Given a truth table, create a logic circuit that implements that table.

  8. Implementing Combinational Logic • From Boolean expression to logic circuit Logic circuit for X = AB + CDE.

  9. Implementing Combinational Logic • Implement the following Boolean expression:

  10. Implementing Combinational Logic • From truth table to logic circuit • Given a truth table, create a logic circuit that implements that table. The SOP expression obtained from the truth table is

  11. Implementing Combinational Logic • From truth table to logic circuit (continued)

  12. Implementing Combinational Logic • Example: Design a logic circuit to implement the operation specified in the truth table

  13. Implementing Combinational Logic • Example: Design a logic circuit with 4 inputs that will only produce a 1 output when exactly 3 inputs are 1s. The combinations in which there are exactly 3 1s are listed in the table with their product terms X = A’BCD + AB’CD + ABC’D + ABCD’

  14. The Universal Property of NAND and NOR Gates NAND and NOR gates are “universal” because they can be used to produce any of the other logic functions.

  15. The Universal Property of NAND Gates

  16. The Universal Property of NOR Gates

  17. These slides are based on Digital Fundamentals 9th ed. By Thomas Floyd

More Related