1 / 23

Combinational Logic An Overview

Combinational Logic An Overview. Combinational Logic. This presentation will Introduce the basics of combinational and sequential logic. Present the logic symbol, logic expression, and truth table for the AND gate, OR gate, and INVERTER gate.

satin
Download Presentation

Combinational Logic An Overview

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 LogicAn Overview

  2. Combinational Logic • This presentation will • Introduce the basics of combinational and sequential logic. • Present the logic symbol, logic expression, and truth table for the AND gate, OR gate, and INVERTER gate. • Review the design for a simple combinational logic circuit.

  3. Combinational & Sequential Logic Combinational Logic Gates Combinational Logic . . . . . . Inputs Outputs Sequential Logic Combinational Logic Gates Outputs Inputs . . . . Memory Elements (Flip-Flops) Clock

  4. General Form for All Logic Gates X Logic Symbol Z = X  Y Output Y Inputs Logic Expression Truth Table Lists the output condition for all possible input combinations. PS – There’s no such thing as a smiley face gate.

  5. The AND Gate X Y Three ways to write the AND symbol Z is TRUE whenever X AND Y are TRUE

  6. The OR Gate X Y Z is TRUE whenever X OR Y are TRUE

  7. The INVERTER Gate The NOT symbol or bar X Z is TRUE whenever X is NOT TRUE The inverter is sometimes called the NOT gate.

  8. AOI Logic • Combinational logic designs implemented with AND gates, OR gates, and INVERTER gates are referred to as AOI designs. • AOI Logic is just one type of combinational logic. Unit 2 of this course will spend a significant amount of time exploring other forms of combinational logic and their applications. • The purpose of this introduction is to provide a basis of understanding for the combinational logic subsection of the Board Game Counter design. AND OR INVERT

  9. Combinational Logic Design Example The following is a review of the design and operation of a combinational logic circuit using AOI logic. This design controls the safety buzzer in a car and was designed to the following specifications: The buzzer is On whenever the door is open OR the key is in the ignition AND the seat belt is NOT buckled.

  10. Design Example: Truth Table • The buzzer is On whenever • the door is open • OR • the key is in the ignition AND the seat belt is NOT buckled. 0 : Seat Belt is NOT Buckled 1 : Seat Belt is Buckled Seat Belt Key Door Buzzer 0 : Key is NOT in the Ignition 1 : Key is in the Ignition 0 : Door is NOT Open 1 : Door is Open 0 : Buzzer is OFF 1 : Buzzer in ON

  11. Design Example: Circuit Design

  12. Design Example: Functional Test (1 of 8) Logic ‘1’ Logic ‘0’

  13. Design Example: Functional Test (2 of 8) Logic ‘1’ Logic ‘0’

  14. Design Example: Functional Test (3 of 8) Logic ‘1’ Logic ‘0’

  15. Design Example: Functional Test (4 of 8) Logic ‘1’ Logic ‘0’

  16. Design Example: Functional Test (5 of 8) Logic ‘1’ Logic ‘0’

  17. Design Example: Functional Test (6 of 8) Logic ‘1’ Logic ‘0’

  18. Design Example: Functional Test (7 of 8) Logic ‘1’ Logic ‘0’

  19. Design Example: Functional Test (8 of 8) Logic ‘1’ Logic ‘0’

  20. Design Example: IC Component View 2 1 1 3 2 1 3 2

  21. Design Example Using LEDs LED – Light Emitting Diode

  22. LED – Light Emitting Diode • To Turn an LED ON • The ANODE must be at a higher voltage potential (1.5v) than the CATHODE. • The amount of current flowing through the LED will determine how bright it is. • The amount of current is controlled by a series resistor. (not shown) CATHODE (‒) (+) ANODE ←Current Flow

  23. LED Examples Logic 1  5 volts CATHODE ANODE The ANODE is at a higher voltage potential than the CATHODE; the LED is ON. The 180 resistor controls the current that flows through the LED. This in turn controls its brightness. Logic 0  0 volts CATHODE ANODE The ANODE is NOT at a higher voltage potential than the CATHODE; the LED is OFF.

More Related