Universal Gate – NOR Universal Gate - NOR Digital Electronics

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

AOI Logic Implementation © 2014 Project Lead The Way, Inc.Digital Electronics.
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.
AOI Logic Implementation
© 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.
Digital Systems Presented by Prof Tim Johnson
AOI Logic Implementation
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.
Brief Introduction to Boolean Algebra We can use transistors to build AND, OR, NAND, NOR, and Invertors Manufacturing is simplified with NAND/NOR NAND/NOR.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
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.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Chapter 5 Boolean Algebra and Reduction Techniques 1.
Logic gates.
Combinational Circuits Part 1
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Truth Tables & Logic Expressions
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Logic Gates and Boolean Algebra
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
XOR, XNOR, and Binary Adders
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Date of Birth Design Problem
UNIVERSAL GATES.
Combinational Logic Design Process
Universal gates.
Boolean Algebra Digital Electronics
Karnaugh Mapping Karnaugh Mapping Digital Electronics
Circuit Simplification: Boolean Algebra
XOR, XNOR, & Binary Adders
Karnaugh Mapping Digital Electronics
AOI Design: Logic Analysis
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Karnaugh Mapping Karnaugh Mapping Digital Electronics
Boolean Algebra.
Logic Gates.
Date of Birth Design Problem
Circuit Simplification: DeMorgan’s Theorems
AOI Logic Implementation
KS4 Electricity – Electronic systems
Digital Fundamentals Floyd Chapter 5 Tenth Edition
AOI Design: Logic Analysis
XOR, XNOR, and Binary Adders
AOI Design: Logic Analysis
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Circuit to Truth Table to Logic Expression
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Circuit Simplification: DeMorgan’s Theorems
Chapter 5 Combinational Logic Analysis
Department of Electronics
Digital Fundamentals Floyd Chapter 5 Tenth Edition
XOR, XNOR, and Binary Adders
Combinational Logic Circuit
Truth Tables & Logic Expressions
Circuit Simplification: DeMorgan’s Theorems
ECE 352 Digital System Fundamentals
Presentation transcript:

Universal Gate – NOR Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Universal Gate – NOR Project Lead The Way, Inc. Copyright 2009

Universal Gate – NOR This presentation will demonstrate… Digital Electronics 2.2 Intro to NAND & NOR Logic Universal Gate – NOR This presentation will demonstrate… The basic function of the NOR gate. How an NOR gate can be using to replace an AND gate, an OR gate or an INVERTER gate. How a logic circuit implemented with AOI logic gates could be re-implemented using only NOR gates That using a single gate type, in this case NOR, will reduce the number of integrated circuits (IC) required to implement a logic circuit. Introductory Slide / Overview of Presentation AOI Logic NOR Logic More ICs = More $$ Less ICs = Less $$ Project Lead The Way, Inc. Copyright 2009

Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic NOR Gate X Y X Y Z 1 Overview of basic NOR gate : Logic Symbol, Logic Expression (using DeMorgan’s) and Truth Table. Project Lead The Way, Inc. Copyright 2009

NOR Gate as an Inverter Gate Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic NOR Gate as an Inverter Gate X (Before Bubble) X Z 1 Equivalent to Inverter When you tie the inputs on a NOR gate together, the output will be the complement of the input. Project Lead The Way, Inc. Copyright 2009

NOR Gate as an OR Gate X Y X Y Z 1 NOR Gate “Inverter” Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic NOR Gate as an OR Gate X Y NOR Gate “Inverter” X Y Z 1 This one is easy to see, a NOR gate is in NOR gate with the output inverted. So if you invert the output again you will get an OR gate. Note we’re using a NOR gate for the inverter. Equivalent to OR Gate Project Lead The Way, Inc. Copyright 2009

NOR Gate as an AND Gate X Y X Y Z 1 NOR Gate “Inverters” Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic NOR Gate as an AND Gate X Y “Inverters” NOR Gate X Y Z 1 This one is a bit harder to see. If you invert both the inputs of a NOR gate you will get an AND gate. Note we’re using NOR gates as inverters. Equivalent to AND Gate Project Lead The Way, Inc. Copyright 2009

NOR Gate Equivalent of AOI Gates Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic NOR Gate Equivalent of AOI Gates AND OR INVERTER Summary of the three AOI gates and their NOR equivalent. Project Lead The Way, Inc. Copyright 2009

Process for NOR Implementation Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Process for NOR Implementation If starting from a logic expression, implement the design with AOI logic. In the AOI implementation, identify and replace every AND,OR, and INVERTER gate with its NOR equivalent. Redraw the circuit. Identify and eliminate any double inversions. (i.e. back- to-back inverters) Redraw the final circuit. Process for implementing NOR only circuits from AOI. Project Lead The Way, Inc. Copyright 2009

NOR Implementation Example: Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic NOR Implementation Example: Design a NOR Logic Circuit that is equivalent to the AOI circuit shown below. Example Project Lead The Way, Inc. Copyright 2009

NOR Implementation Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Solution – Step 2 Identify and replace every AND,OR, and INVERTER gate with its NAND equivalent. Example : Solution Step 2 (note there wasn’t a step 1 because we started with an AOI circuit. Project Lead The Way, Inc. Copyright 2009

NOR Implementation Redraw Circuit. Solution – Step 3 Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Solution – Step 3 Redraw Circuit. Example : Solution Step 3 Project Lead The Way, Inc. Copyright 2009

NOR Implementation Identify and eliminate any double inversions. Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Solution – Step 4 Identify and eliminate any double inversions. Example : Solution Step 4 Project Lead The Way, Inc. Copyright 2009

NOR Implementation Redraw Circuit. Solution – Step 5 Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Solution – Step 5 Redraw Circuit. Example: Solution Step 5 – Also the “inverters” were moved toward the input variables. Project Lead The Way, Inc. Copyright 2009

Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Proof of Equivalence Algebraic proof that the NOR only circuit is equivalent to the AOI. Project Lead The Way, Inc. Copyright 2009

AOI vs NOR IC Type Gates Gate / IC # ICs 74LS04 1 6 74LS08 2 4 74LS32 Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic AOI vs NOR Comparison of two implementation. Note the reduced IC count (3 to 2) which would result in a cost savings. IC Type Gates Gate / IC # ICs 74LS04 1 6 74LS08 2 4 74LS32 Total Number of ICs → 3 IC Type Gates Gate / IC # ICs 74LS02 7 4 2 Total Number of ICs → Project Lead The Way, Inc. Copyright 2009