Company LOGO DKT 122/3 DIGITAL SYSTEM 1 WEEK #7 COMBINATIONAL LOGIC ANALYSIS.

Slides:



Advertisements
Similar presentations
Boolean Algebra and Logic Gates
Advertisements

ENGIN112 L7: More Logic Functions September 17, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 7 More Logic Functions: NAND, NOR,
CT455: Computer Organization Logic gate
Lecture 6 More Logic Functions: NAND, NOR, XOR and XNOR
Instructor Dr Sameh Abdulatif
Chapter 2 Logic Circuits.
Boolean rules for simplification Dr. Ahmed Telba.
Logic Gate Level Part 2. Constructing Boolean expression from truth table First method: write nonparenthesized OR of ANDs Each AND is a 1 in the result.
CS 151 Digital Systems Design Lecture 7 More Logic Functions: NAND, NOR, XOR.
CHAPTER 3 Digital Logic Structures
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Boolean Algebra. Introduction 1854: Logical algebra was published by George Boole  known today as “Boolean Algebra” 1854: Logical algebra was published.
Digital Logic Design Adil Waheed. BOOLEAN ALGEBRA AND LOGIC SIMPLIFICATION AND gate F = A.B OR gate F = A + B NOT gate F = A NAND gate F = A.B NOR gate.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals with PLD Programming.
DeMorgan Theorem, Computer Simulation Exercises
Logic Gates. Outline  Logic Gates  The Inverter  The AND Gate  The OR Gate  The NAND Gate  The NOR Gate  The XOR Gate  The XNOR Gate  Drawing.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.
Basic logic gates  AND gate:The truth table is given by A.BBA
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Combinational Logic Digital Design Department of Software Development Faculty of Information Technology Islamic University of Gaza Dr. Rebhi Baraka
Floyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd Chapter 5 © 2008 Pearson Education.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Pp244 In Sum-of-Products (SOP) form, basic.
DKT 122/3 - DIGITAL SYSTEM I Chapter 4A:Boolean Algebra and Logic Simplification) Mohd ridzuan mohd nor
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Module 7.  In Module 3 we have learned about NAND gate – it is a combination of AND operation followed by NOT operation  Symbol A. B = Y  Logic Gate.
CHAPTER 5 Combinational Logic Analysis
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
CEC 220 Digital Circuit Design SOP and POS forms Friday, January 23 CEC 220 Digital Circuit Design Slide 1 of 17.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC. De Morgan’s Theorem De Morgan’s Theorem.
CEC 220 Digital Circuit Design SOP and POS forms Friday, Sept 11 CEC 220 Digital Circuit Design Slide 1 of 17.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
Combinational Logic Analysis. Basic Combinational Logic Circuits AND-OR logic AND-OR logic AND-OR logic produces an SOP expression. AND-OR logic produces.
Chapter 5 Combinational Logic 组合逻辑
Combinational Circuits Part 1
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Eng. Mai Z. Alyazji October, 2016
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Logic Gates and Boolean Algebra
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
EI205 Lecture 5 Dianguang Ma Fall 2008.
NAND & NOR as Universal gates
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Universal Gate – NAND Universal Gate - NAND Digital Electronics
BASIC & COMBINATIONAL LOGIC CIRCUIT
Universal gates.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
Boolean Algebra.
Week 7: Gates and Circuits: PART II
Logic Gates.
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Logic Gates.
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Chapter 5 Combinational Logic Analysis
Department of Electronics
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Combinational Logic Circuit
Presentation transcript:

Company LOGO DKT 122/3 DIGITAL SYSTEM 1 WEEK #7 COMBINATIONAL LOGIC ANALYSIS

Topic Outlines  Basic Combinational Logic Circuits  Implementing Combinational Logic  Implement Logic Circuit from Boolean Expression  Implement Logic Circuit from Truth Table  The Universal Property of NAND and NOR Gates  NAND Gate as a Universal Logic Element  NOR Gate as a Universal Logic Element  Combinational Logic Using NAND and NOR Gates  Logic Circuits Operations with Pulse Waveform Inputs

Basic Combinational Logic Ccts DEFINITION OF COMBINATIONAL LOGIC  Combination of basic gates to form circuits that can carry out a desired application.  In combinational logic, the output level is at all times dependent on the combination of input levels  Combinational logic circuits contain no memory (no ability to store information)

Basic Combinational Logic Ccts AND-OR LOGIC Represents SOP implementation – AND gate for product term, OR gate for summing the product terms

AND-OR-INVERT LOGIC Represents POS implementation – AND gate for product term, OR gate for summing the product terms, NOT gate to complement the AND-OR circuit. Basic Combinational Logic Ccts

XOR LOGIC Combination of 2 AND gates, 1 OR gate, & 2 NOT gates. Considered a type of logic with own unique symbol ( ).

Basic Combinational Logic Ccts XNOR LOGIC The complement of XOR logic.

Implementing Combinational Logic Example: Logic circuit for X = AB + CDE Implement logic circuit from Boolean Expression

Example: Logic circuit for X = AB(CD + EF) It is usually best to reduce a circuit to SOP form to reduce the overall propagation delay time. Implement logic circuit from Boolean Expression Implementing Combinational Logic

First, write the SOP expression from the Truth Table. Then, implement the logic circuit. INPUTOUTPU T ABCX QUESTION: What is the SOP expression? QUESTION: What is the SOP expression? Implementing Combinational Logic Implement logic circuit from Truth-table

Universal Property - NAND & NOR NAND gate is a universal gate because it can be used to produce the NOT, AND, OR and NOR functions. NAND GATE AS A UNIVERSAL LOGIC ELEMENT

Universal Property - NAND & NOR NAND GATE AS A UNIVERSAL LOGIC ELEMENT (Cont.)

NOR gate is also a universal gate because it can be used to produce the NOT, AND, OR and NAND functions. Universal Property - NAND & NOR NOR GATE AS A UNIVERSAL LOGIC ELEMENT

Universal Property - NAND & NOR NOR GATE AS A UNIVERSAL LOGIC ELEMENT (Cont.)

Combinational Logic - NAND & NOR NAND Gate can function as either a NAND or a negative-OR because by DeMorgan’s Theorem: AB = A + B NANDNegative-OR The NAND symbol and the negative-OR symbol are called dual- symbol. NAND LOGIC

NOR Gate can function as either a NOR or a negative-AND because by DeMorgan’s Theorem: A+ B = A B NORNegative-AND The NOR symbol and the negative-AND symbol are called dual- symbol. Combinational Logic - NAND & NOR NOR LOGIC

Example: Using appropriate dual symbols, redraw the logic diagram and develop the output expression for the following circuit: Combinational Logic - NAND & NOR

Pulse Waveform Inputs Operation The output of a logic circuit at any given time depends on the input at that particular time. Example: Determine the final output waveform X for the circuit in figure below, with input waveforms A,B and C as shown. END