Digital Electronics Logic Gates and Boolean Algebra Part 2

Slides:



Advertisements
Similar presentations
Digital Systems: Logic Gates and Boolean Algebra Wen-Hung Liao, Ph.D.
Advertisements

Chapter 3 Logic Gates and Boolean Algebra – Part 1
3-13 Alternate Logic-Gate Representations
Selected Design Topics. Integrated Circuits Integrated circuit (informally, a chip) is a semiconductor crystal (most often silicon) containing the electronic.
TTL (Transistor Transistor Logic).  Transistor Transistor logic or just TTL, logic gates are built around only transistors.  TTL was developed in 1965.
Introduction Digital Electronics Logic Gates De Morgan’s Theorem
Chapter 3 – Describing Logic Circuits
Digital Logic Chapter 5 Presented by Prof Tim Johnson
Digital Systems: Principles and Applications, 10e By Ronald J. Tocci, Neal S. Widmer, and Gregory L. Moss © 2007 Pearson Education, Inc. Pearson Prentice.
Digital Devices. Implementing logic circuits Shorthand notation Electrical characteristics.
Digital IC Family.
INTEGRATED CIRCUIT LOGIC FAMILY
Digital Systems Presented by Prof Tim Johnson
Boolean Algebra and Logic Gates CE 40 B 18 June 2003.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Introduction to Chapter 3  Now that we understand the concept of binary numbers, we will study ways of describing how systems using binary logic levels.
ENEE244-02xx Digital Logic Design Lecture 6. Announcements Homework 2 due today Homework 3 up on webpage Coming up: First midterm on Sept. 30 – Will cover.
IC Logic Families Wen-Hung Liao, Ph.D.
Basic Gates 3.1 Basic Digital Logic: NAND and NOR Gates ©Paul Godin Created September 2007 Last Update Sept 2009.
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC
Basic Digital Logic: NAND and NOR Gates Technician Series ©Paul Godin Last Update Dec 2014.
1 EENG 2710 Chapter 2 Algebraic Methods For The Analysis and Synthesis of Logic circuits.
Logic Gates. A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and one output. At any given moment,
ENGG 340 Midterm Review. Introduced the Concept of Variables and Functions Introduced the Concept of AND, OR, and NOT Introduced the Concept of Truth.
Topic 1 Topic 1 Objectives Topic 2 Topic 2 Topic 3 Topic 3 Topic 4 Topic 4Menu.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 0: Introduction Mohd ridzuan mohd nor
Chapter 5 Boolean Algebra and Reduction Techniques 1.
1 Ch.3 Logic Gates and Boolean Algebra – Part 1
Boolean Constants and Variables Boolean 0 and 1 do not represent actual numbers but instead represent the state, or logic level. Closed switchOpen switch.
Homework Reading Machine Projects Labs
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
CHAPTER 7 MULTI-LEVEL GATE CIRCUITS / NAND AND NOR GATES
Chapter 3 Notes – Part II Review Questions
De Morgan’s Theorem,.
Flip-Flops and Related Devices
ECE 2110: Introduction to Digital Systems
Unit 2 Boolean Algebra.
CS2100 Computer Organisation
Universal Gate – NAND Universal Gate - NAND Digital Electronics
CHAPTER 2 Boolean Algebra
Introduction to Logic Gates
Logic Gates.
PROPAGATION DELAY.
Digital Electronics Number Systems and Codes
Digital Electronics Introduction to Digital Electronics
Logic Families Logic Family : A collection of different IC’s that have similar circuit characteristics The circuit design of the basic gate of each logic.
EI205 Lecture 15 Dianguang Ma Fall 2008.
Digital Electronics MSI Logic
Digital CMOS Logic Circuits
Lecture 2-1 Boolean Algebra
Digital Electronics Flip-Flops
Digital Electronics Memory Devices and Its Operation
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Lecture No. 7 Logic Gates Asalam O Aleikum students. I am Waseem Ikram. This is the seventh lecture in a series of 45 lectures on Digital Logic Design.
Digital Systems: Logic Gates and Boolean Algebra
Schematics 201 Lecture Topic: Electrical Symbols
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Boolean Algebra.
Logic Gates.
ECE 171 Digital Circuits Chapter 6 Logic Circuits
Chapter – 2 Logic Families.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Chap. 3 Describing Logic Circuits
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Noise Margin Definition
Chapter 3 – Describing Logic Circuits
Digital Electronics Combinational Logic Circuit
Presentation transcript:

Digital Electronics Logic Gates and Boolean Algebra Part 2 by Norazian Subari Fakulti Kejuruteraan Elektrik & Elektronik aziansubari@ump.edu.my

Chapter Description Expected Outcomes At the end of this topic, students should be able to: Apply DeMorgan’s theorems to simplify logic expressions. Use NAND or NOR gates to perform OR, AND and NOT operations. Utilize alternate logic symbols in addition to the standard symbols. Understand the basic concepts of IC Logic.

Topics DeMorgan’s theorems Universality of NAND gate, NOR gates Alternative logic-gate representations Basic Characteristics of IC Logic.

FKEE Universiti Malaysia Pahang DeMorgan’s Theorem Useful in simplifying expressions that included inversions The purpose is to reduce the number of gates required in a logic circuit FKEE Universiti Malaysia Pahang

DeMorgan’s First Theorem The complement of a product of variables is equal to the sum of the complements of the variables or The complement of two or more ANDed variables is equivalent to the OR of the complements of the individual variables XY = X + Y FKEE Universiti Malaysia Pahang

DeMorgan’s First Theorem FKEE Universiti Malaysia Pahang

DeMorgan’s Second Theorem The complement of a sum of variables is equal to the product of the complements of the variables or The complement of two or more Ored variables is equivalent to the AND of the complements of the individual variables X + Y = XY FKEE Universiti Malaysia Pahang

DeMorgan’s Second Theorem FKEE Universiti Malaysia Pahang

Universality of NAND and NOR gates NAND and NOR gates can be used to perform each of Boolean operation OR, AND, NOT FKEE Universiti Malaysia Pahang

FKEE Universiti Malaysia Pahang

FKEE Universiti Malaysia Pahang

ALTERNATE LOGIC GATE REPRESENTATIONS FKEE Universiti Malaysia Pahang

Logic symbol Interpretation FKEE Universiti Malaysia Pahang

Basic Concept Logic Fan in, fan out Delay Skew Noise margin Rising, falling time

Digital IC Terminology Digital Systems: Principles and Applications, 11/e Ronald J. Tocci, Neal S. Widmer, Gregory L. Moss

Digital IC Terminology Digital Systems: Principles and Applications, 11/e Ronald J. Tocci, Neal S. Widmer, Gregory L. Moss

Fan-Out A logic-circuit output is generally required to drive several logic inputs. Sometimes all ICs are from the same logic family. But many systems have a mix of various logic families. The fan-out—loading factor—is the maximum number of logic inputs an output can drive reliably.

Delay A logic signal always experiences a delay going through a circuit. The two propagation delay times are defined as: Propagation delays.

Clock Skew Timing problem in sequential circuit When a clock signal, because of propagation delays, arrives at the CLK inputs of different FFs at different times. In many situations, the skew can cause a FF to go to wrong state.

Noise Margin Stray electric/magnetic fields can induce voltages on the connecting wires between logic circuits Called noise, these unwanted, spurious signals can sometimes cause unpredictable operation.

Noise Margin (cont.) Noise immunity refers to the circuit’s ability to tolerate noise without changes in output voltage. A quantitative measure is called noise margin. High-state noise margin: Low-state noise margin: Digital Systems: Principles and Applications, 11/e Ronald J. Tocci, Neal S. Widmer, Gregory L. Moss

Noise Margin - Invalid Voltage For proper operation, logic circuit input voltage levels must be kept out of the indeterminate range. Lower than VIL(max) or higher than VIH (min). Invalid voltage will produce unpredictable output. It is important to know valid voltage ranges for the logic family being used so invalid conditions can be recognized when testing or troubleshooting. Logic families can be described by how current flows between the output of one logic circuit and the input of another. Digital Systems: Principles and Applications, 11/e Ronald J. Tocci, Neal S. Widmer, Gregory L. Moss

Raising, Falling Time 74 74S 74LS 74AS 74ALS 74F Performance rating Propagation delay (ns) 9 3 9.5 1.7 4 Power dissipation (mW) 10 20 2 8 1.2 6 Max. clock rate (MHz) 35 125 45 200 70 100 Fan-out (same series) 40 33 Voltage parameters VOH(min) (V) 2.4 2.7 2.5 VOL(max) (V) 0.4 0.5 VIH(min) (V) 2.0 VIL(max) (V) 0.8

References T. Floyd, “Digital Fundamental”, 10th Ed., USA : Prentice-Hall, 2008. R.J. Tocci, “Digital Systems: Principles and Applications”, 10th Ed., USA : Prentice-Hall, 2006.

Norazian Subari Fakulti Kejuruteraan Elektrik & Elektronik Universiti Malaysia Pahang 26600 Pekan, Pahang, Malaysia http://fkee.ump.edu.my/index.php/en/staff-menu/articles-staff/1622-norazian-subari-main-profile