Universal Gate – NOR Universal Gate - NOR Digital Electronics

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
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.
2.7 NAND and NOR logic networks
AOI Logic Implementation
XOR, XNOR, and Binary Adders
Digital Systems Presented by Prof Tim Johnson
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
DeMorgan Theorem, Computer Simulation Exercises
AOI Logic Implementation
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
1 CS 151 Introduction to Digital Design Chapter 2-8 Other Gate Types.
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.
NAND-NAND and NOR-NOR Circuits and Even and Odd Logic Functions
Multi-Level Gate Networks NAND and NOR Gates
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Combinational Logic Design Process © 2014 Project Lead The Way, Inc.Digital Electronics.
Digital Integrated Circuit Design Laboratory Department of Computer Science and Information Engineering National Cheng Kung University Experiment on digital.
Floyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd Chapter 5 © 2008 Pearson Education.
NAND-NAND and NOR-NOR Circuits and Even and Odd Logic Functions ECE 301 – Digital Electronics.
Gary Plimer Higher Technological Studies Applied Electronics (Outcome 3) G. Plimer 2005.
CHAPTER 5 Combinational Logic Analysis
Chapter 5 Boolean Algebra and Reduction Techniques 1.
Scientific & Engineering Notation
Digital Logic Design Ch1-1. Digital Logic Design Ch1-2 Introduction to digital logic (logic gates, flip-flops, circuits) Definition of Digital Logic 
Basic Gates and ICs 74LS00 Quad 2-Input NAND gate 74LS02 Quad 2-Input NOR gate 74LS04 Quad 2-Input NOT gate 74LS08 Quad 2-Input AND gate 74LS32 Quad 2-Input.
Logic gates.
Combinational Circuits Part 1
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
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Logic Gates and Boolean Algebra
Lecture #6 EGR 277 – Digital Logic
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.
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
UNIVERSAL GATES.
Combinational Logic Design Process
Universal gates.
XOR, XNOR, & Binary Adders
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
AOI Logic Implementation
KS4 Electricity – Electronic systems
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Digital Logic Experiment
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
Chapter 5 Combinational Logic Analysis
Department of Electronics
Digital Fundamentals Floyd Chapter 5 Tenth Edition
XOR, XNOR, and Binary Adders
Combinational Logic Circuit
ECE 352 Digital System Fundamentals
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Course Title : Digital Electronics -1 Course No.: 6841 Course Teacher:Engr: Suvadra Chowdhury Chief Instructor Chittagong Mohila –Polytechnic Institute.
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