Buffers Buffer: Doesn’t change the input. Only amplifies. EN in out.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Charles Kime & Thomas Kaminski © 2004 Pearson Education, Inc. Terms of Use (Hyperlinks are active in View Show mode) Terms of Use Chapter 2 – Combinational.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 2 – Combinational Logic Circuits Part 3.
topics Logic gates Gates types Universal gates
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Lecture 3 Karnaugh Map Chapter 2 Jack Ou, Ph.D.. Home Alarm Logic.
1 Buffers Buffer:  Doesn’t change the input.  Only amplifies. in out EN.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
IC Packages. 2 Integration SSI  Small-Scale Integration −Several gates in a package MSI  Medium-Scale Integration −Tens of gates in a package LSI 
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon TTL Levels.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon 0 – 5 V.
Additional Gates BIL- 223 Logic Circuit Design Ege University Department of Computer Engineering.
1 Building Larger Circuits Today: Combinational Building BlocksFirst Hour: Combinational Building Blocks –Section 4.1 of Katz’s Textbook –In-class Activity.
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.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Lecture 8 Transistors Topics Review: Combinational Circuits Decoders Multiplexers Breadboards, LEDs Components on integrated circuit (ICs) Transistors.
Trey Morris Dwalyn Morgan. Requirements 3 stage design gain load impedance input impedance max peak input voltage Maintain harmonic distortions below.
1 Ethics of Computing MONT 113G, Spring 2012 Session 5 Binary Addition.
Programmable Logic Devices (PLDs)
Decoder/Demultiplexer
1 CS 151: Introduction to Digital Design Chapter 2-10 High Impedance Outputs.
EE207: Digital Systems I, Semester I 2003/2004
ECE 171 Digital Circuits Chapter 10 MUX Herbert G. Mayer, PSU Status 11/23/2015 Copied with Permission from prof. Mark PSU ECE.
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.
Combinational Logic: Other Gate Types
Assoc. Prof. Dr. Ahmet Turan ÖZCERİT.  Logic gates used in digital electronics  How to use logic gates to implement logic equations You will learn:
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Lecture 11 Topics Additional Design Techniques Distributed Connections
ECE 3130 Digital Electronics and Design
ECE 2110: Introduction to Digital Systems
Eng. Mai Z. Alyazji October, 2016
ECE 3130 Digital Electronics and Design
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
ECE 2110: Introduction to Digital Systems
VLSI System Design Lecture: 1.3 COMS LOGICs
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.
Overview Part 1 – Gate Circuits and Boolean Equations
EI205 Lecture 15 Dianguang Ma Fall 2008.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Principles & Applications
Software for Hardware Intro to ECSE Analysis K. A. Connor
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
UNIVERSAL GATES.
Lecture 10 Circuit Basics of Microprocessor
Programmable Logic Devices (PLDs)
Universal Gate – NAND Universal Gate - NAND Digital Electronics
ECE 331 – Digital System Design
King Fahd University of Petroleum and Minerals
JC Technology Logic Gates.
Week 7: Gates and Circuits: PART II
Logic Gates.
KS4 Electricity – Electronic systems
Universal Gate – NOR Universal Gate - NOR Digital Electronics
DIGITAL ELECTRONICS B.SC FY
Overview Part 3 – Additional Gates and Circuits 2-8 Other Gate Types
Overview Last lecture Digital hardware systems Today
Digital Logic Experiment
FIGURE 5-1 MOS Transistor, Symbols, and Switch Models
Logic Gates AIM: To know the different types of logic gate
Eng. Ahmed M Bader El-Din October, 2018
Lecture 2 Platform 0 revisited
Presentation transcript:

Buffers Buffer: Doesn’t change the input. Only amplifies. EN in out

Three-State Buffers Buffer output has 3 states: 0, 1, Z Z stands for High-Impedance  Open circuit EN = 0  out = Z (open circuit) EN = 1  out = in (regular buffer) EN in out X Z 1 EN in out

Three-state buffer(BUF)/inverter(INV) symbols EN EN in out in out 3-state BUF, EN high 3-state INV, EN high EN EN in out in out 3-state BUF, EN low 3-state INV, EN low

Open Collector/Drain Gates Outputs of two (or more) gates must not be wired together: A If A = B  out = A = B If A  B  a large enough current can be created, that causes excessive heating and could damage the circuit. out B wired

Multiplexed output lines using three-state buffers ENA ENB out 1 A B S out 1 A B out ENA ENB S A B

Open Collector/Drain Gates Outputs of some gates can be wired: The result: O1 AND O2 Open Collector Gates in TTL Technology Open Drain Gates in CMOS Technology O1 A Out = O1 . O2 B O2

Open Collector/Drain Gates Open Collector (Open Drain) NAND Truth Table: Z (Hi-Z) (Hi-Impedance): As if it is unconnected. OD A B F=(A•B)’ Z 1 The gate cannot pull up the output  needs a resistor to pull it up if an input is ‘0’

Open Collector/Drain Gates Wired AND: If A and B are "1", output is actively pulled low if C and D are "1", output is actively pulled low if one gate is low, the other high, then low wins if both gates are "1", the output floats, pulled high by resistor Hence, the two NAND functions are AND'd (wired) together! Pull-up resistor Open-collector NAND gate F 0 V C D OD OD

NAND-Only Implementation Find Sum-of-Product form. Inventers can be added Equivalent NAND-only

NAND-Only Implementation NAND = AND + NOT Use Open Collector/Drain NAND Gates: OD

Another Method Wired OR: Instead of finding the circuit for F, find the circuit for F’ in the first stage Then there will be no Inverter at the output OD OD OD Wired OR: Open drain/collector gate with active low inputs.