Digital Fundamentals 8/29/2016. Summary. Summary. Floyd. Chapter 3 A X. The Inverter

Similar documents
Digital Fundamentals 9/4/2017. Summary. Summary. Floyd. Chapter 3. The Inverter

Digital Fundamentals

Digital Fundamentals

This Figure here illustrates the operation for a 2-input OR gate for all four possible input combinations.

Digital Fundamentals A Systems Approach Thomas L. Floyd First Edition

Digital Fundamentals

2 Logic Gates THE INVERTER. A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs.

Chapter 3 Describing Logic Circuits Dr. Xu

Chapter 4 Combinational Logic Circuits

Chapter 4 Combinational Logic Circuits

Philips Semiconductors Programmable Logic Devices

Gates and Circuits 1

Digital Fundamentals. Logic gates

Name EGR 2131 Lab #2 Logic Gates and Boolean Algebra Objectives Equipment and Components Part 1: Reading Pin Diagrams 7400 (TOP VIEW)

LSN 3 Logic Gates. ECT 224 Digital Computer Fundamentals. Department of Engineering Technology

In this lecture: Lecture 8: ROM & Programmable Logic Devices

MM74HCU04 Hex Inverter

DO NOT COPY DO NOT COPY

Department of EECS. University of California, Berkeley. Logic gates. September 1 st 2001

MM74HC132 Quad 2-Input NAND Schmitt Trigger

Appendix B Page 1 54/74 FAMILIES OF COMPATIBLE TTL CIRCUITS PIN ASSIGNMENT (TOP VIEWS)

Gates and and Circuits

Digital Logic Circuits

In this lecture: Lecture 3: Basic Logic Gates & Boolean Expressions

Lecture 2: Digital Logic Basis

PREVIEW COPY. Digital Logic Systems. Table of Contents. Digital Logic Fundamentals...3. Logic Building Blocks Medium- and Large-Scale ICs...

MM74HC00 Quad 2-Input NAND Gate

MM74HC132 Quad 2-Input NAND Schmitt Trigger

Digital Fundamentals. Introductory Digital Concepts

Aim. Lecture 1: Overview Digital Concepts. Objectives. 15 Lectures

Lab# 13: Introduction to the Digital Logic

Course Outline Cover Page

Analysis procedure. To obtain the output Boolean functions from a logic diagram, proceed as follows:

Logic Symbols with Truth Tables INVERTER A B NAND A B C NOR C A B A B C XNOR A B C A B Digital Logic 1

ECE380 Digital Logic

Logic Design I (17.341) Fall Lecture Outline

Digital Systems Principles and Applications TWELFTH EDITION. 3-3 OR Operation With OR Gates. 3-4 AND Operations with AND gates

Code No: R Set No. 1

EE100Su08 Lecture #16 (August 1 st 2008)

Quad 2-Input NAND Gate High-Voltage Silicon-Gate CMOS

M74HCT164TTR 8 BIT SIPO SHIFT REGISTER

Obsolete Product(s) - Obsolete Product(s)

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design

Presettable Counter High-Speed Silicon-Gate CMOS

Positive and Negative Logic

Obsolete Product(s) - Obsolete Product(s)

Name: Class: Date: 1. As more electronic systems have been designed using digital technology, devices have become smaller and less powerful.

DIGITAL ELECTRONICS: LOGIC AND CLOCKS

Lecture #1. Course Overview

EE40 Lecture 35. Prof. Chang-Hasnain. 12/5/07 Reading: Ch 7, Supplementary Reader

Digital Logic ircuits Circuits Fundamentals I Fundamentals I

Propagation Delay, Circuit Timing & Adder Design. ECE 152A Winter 2012

Single supply logic gates with voltage translation

Propagation Delay, Circuit Timing & Adder Design

M74HCT574TTR OCTAL D-TYPE FLIP FLOP WITH 3 STATE OUTPUT NON INVERTING

Multiple input gates. The AND gate

Obsolete Product(s) - Obsolete Product(s)

Octal 3-State Noninverting Transparent Latch High-Performance Silicon-Gate CMOS

Chapter # 1: Introduction

Logic diagram: a graphical representation of a circuit

M74HCT244TTR OCTAL BUS BUFFER WITH 3 STATE OUTPUTS (NON INVERTED)

INTEGRATED CIRCUITS. 74LVC00A Quad 2-input NAND gate. Product specification Supersedes data of 1997 Aug 11 IC24 Data Handbook.

Quad 2-Input Data Selectors/Multiplexer

M74HC10TTR TRIPLE 3-INPUT NAND GATE

Obsolete Product(s) - Obsolete Product(s)

Presettable 4-Bit Binary UP/DOWN Counter High-Speed Silicon-Gate CMOS

M74HC51TTR DUAL 2 WIDE 2 INPUT AND/OR INVERT GATE

Combinational Circuits: Multiplexers, Decoders, Programmable Logic Devices

MM74HC86 Quad 2-Input Exclusive OR Gate

16 Multiplexers and De-multiplexers using gates and ICs. (74150, 74154)

Obsolete Product(s) - Obsolete Product(s)

M74HCT02TTR QUAD 2-INPUT NOR GATE

DIGITAL FUNDAMENTALS

A B. 1 (a) (i) Fig shows the symbol for a circuit component. Fig Name this component. ... [1]

DATA SHEET. 74HC4050 Hex high-to-low level shifter. Product specification File under Integrated Circuits, IC06

Synchronous Binary Counter with Synchronous Clear

74ACT00B QUAD 2-INPUT NAND GATE

M74HC4049TTR HEX BUFFER/CONVERTER (INVERTER)

EE19D Digital Electronics. Lecture 1: General Introduction

Obsolete Product(s) - Obsolete Product(s)

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these

Presettable 4-Bit Binary UP/DOWN Counter High-Speed Silicon-Gate CMOS

UNISONIC TECHNOLOGIES CO., LTD CD4541

TECH 3232 Fall 2010 Lab #1 Into To Digital Circuits. To review basic logic gates and digital logic circuit construction and testing.

M74HCT174TTR HEX D-TYPE FLIP FLOP WITH CLEAR

COMPUTER ORGANIZATION & ARCHITECTURE DIGITAL LOGIC CSCD211- DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF GHANA

Digital Circuits Introduction

1. What is the major problem associated with cascading pass transistor logic gates?

Chapter 4 Logic Functions and Gates

74LVC16245A/ 74LVCH16245A 16-bit bus transceiver with direction pin; 5V tolerant (3-State)

Obsolete Product(s) - Obsolete Product(s)

Engr354: Digital Logic Circuits

74ACT541TTR OCTAL BUS BUFFER WITH 3 STATE OUTPUTS (NON INVERTED)

MM74HC4051 MM74HC4052 MM74HC Channel Analog Multiplexer Dual 4-Channel Analog Multiplexer Triple 2-Channel Analog Multiplexer

Classic. Feature. EPLD Family. Table 1. Classic Device Features

Digital Fundamentals 8/25/2016. Summary. Summary. Floyd. Chapter 1. Analog Quantities

MM74HC00 Quad 2-Input NAND Gate

MM74HC Stage Binary Counter

CS302 - Digital Logic Design Glossary By

Lab 7 (Hands-On Experiment): CMOS Inverter, NAND Gate, and NOR Gate

Transcription:

Digital Fundamentals Tenth Edition Floyd Chapter 3 The Inverter The inverter performs the oolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. Input Output LOW () HIGH () HIGH () LOW() The NOT operation (complement) is shown with an overbar. Thus, the oolean expression for an inverter is =. The Inverter group of inverters can be used to form the s complement of a binary number: inary number s complement

The ND Gate The ND gate produces a HIGH output when all inputs are HIGH; otherwise, the output is LOW. For a 2-input gate, the truth table is The ND operation is usually shown with a dot between the variables but it may be implied (no dot). Thus, the ND operation is written as =. or =. & The ND Gate The ND operation is used in computer programming as a selective mask. If you want to retain certain bits of a binary number but reset the other bits to, you could set a mask with s in the position of the retained bits. If the binary number is NDed with the mask, what is the result? & The ND Gate Multisim circuit is shown. WG is a word generator set in the count down mode. L is a logic analyzer with the output of the ND gate connected to first (upper) line of the analyzer. What signal do you expect to on this line? The output (line ) will be HIGH only when all of the inputs are HIGH. 2

The OR Gate The OR gate produces a HIGH output if any input is HIGH; if all inputs are LOW, the output is LOW. For a 2-input gate, the truth table is The OR operation is shown with a plus sign (+) between the variables. Thus, the OR operation is written as = +. The OR Gate The OR operation can be used in computer programming to set certain bits of a binary number to. SCII letters have a in the bit 5 position for lower case letters and a in this position for capitals. (it positions are numbered from right to left starting with.) What will be the result if you OR an SCII letter with the 8-bit mask? The resulting letter will be lower case. The OR Gate Multisim circuit is shown. WG is a word generator set to count down. L is a logic analyzer with the output connected to first (top) line of the analyzer. The three 2-input OR gates act as a single 4-input gate. What signal do you expect on the output line? The output (line ) will be HIGH if any input is HIGH; otherwise it will be LOW. 3

The NND Gate The NND gate produces a LOW output when all inputs are HIGH; otherwise, the output is HIGH. For a 2-input gate, the truth table is The NND operation is shown with a dot between the variables and an overbar covering them. Thus, the NND operation is written as =. (lternatively, =.) & The NND Gate The NND gate is particularly useful because it is a universal gate all other basic gates can be constructed from NND gates. How would you connect a 2-input NND gate to form a basic inverter? & The NND Gate Multisim circuit is shown. WG is a word generator set in the count up mode. four-channel oscilloscope monitors the inputs and output. What output signal do you expect to see? The output (channel D) will be LOW only when all of the inputs are HIGH. Inputs 4

The NOR Gate The NOR gate produces a LOW output if any input is HIGH; if all inputs are HIGH, the output is LOW. For a 2-input gate, the truth table is The NOR operation is shown with a plus sign (+) between the variables and an overbar covering them. Thus, the NOR operation is written as = +. The NOR Gate The NOR operation will produce a LOW if any input is HIGH. When is the LED is ON for the circuit shown? +5. V 33 W The LED will be on when any of the four inputs are HIGH. C D The OR Gate The OR gate produces a HIGH output only when both inputs are at opposite logic levels. The truth table is The OR operation is written as = +. lternatively, it can be written with a circled plus sign between the variables as = +. = 5

The OR Gate = Notice that the OR gate will produce a HIGH only when exactly one input is HIGH. If the and waveforms are both inverted for the above waveforms, how is the output affected? There is no change in the output. The NOR Gate The NOR gate produces a HIGH output only when both inputs are at the same logic level. The truth table is The NOR operation shown as = +. lternatively, the NOR operation can be shown with a circled dot between the variables. Thus, it can be shown as =.. = The NOR Gate = Notice that the NOR gate will produce a HIGH when both inputs are the same. This makes it useful for comparison functions. If the waveform is inverted but remains the same, how is the output affected? The output will be inverted. 6

Fixed Function Logic Two major fixed function logic families are TTL and CMOS. third technology is icmos, which combines the first two. Packaging for fixed function logic is shown..74.77 in. 4 3 2 9 8.335.334 in. 4 3 2 9 8.25 ±. in..228.244 in. 2 3 4 5 6 7 Pin no. identifiers 4 Lead no. identifier 2 3 4 5 6 7 4 DIP package SOIC package Fixed Function Logic Some common gate configurations are shown. 4 3 2 9 8 4 3 2 9 8 4 3 2 9 8 4 3 2 9 8 2 3 4 5 6 7 ' 2 3 4 5 6 7 ' 2 2 3 4 5 6 7 '4 2 3 4 5 6 7 '8 4 3 2 9 8 4 3 2 9 8 4 3 2 9 8 4 3 2 9 8 2 3 4 5 6 7 ' 2 3 4 5 6 7 ' 2 3 4 5 6 7 '2 2 3 4 5 6 7 '2 4 3 2 9 8 4 3 2 9 8 4 3 2 9 8 4 3 2 9 8 2 3 4 5 6 7 '27 2 3 4 5 6 7 '3 2 3 4 5 6 7 '32 2 3 4 5 6 7 '86 Fixed Function Logic Logic symbols show the gates and associated pin numbers. () (2) (4) (5) (9) () (2) (3) (4) (3) (6) (8) () () & (3) (2) (4) (6) (5) (9) () (8) (2) (3) () (7) 7

Fixed Function Logic Data sheets include limits and conditions set by the manufacturer as well as DC and C characteristics. For example, some maximum ratings for a 74HC are: MIMUM RTINGS DC Input Voltage (Referenced to ) Symbol Parameter Value Unit.5 to + 7. V V Vin.5 to +.5 V V DC Supply Voltage (Referenced to ) V I in DC Input Current, per pin ± 2 m V out DC Output Voltage (Referenced to ).5 to +.5 V Iout DC Output Current, per pin ± 25 m PD Power Dissipation in Still ir, Plastic or Ceramic DIP 75 mw I CC DC Supply Current, and pins ± 5 m SOIC Package 5 T stg TSSOP Package Storage Temperature 45 65 to + 5 C TL Lead Temperature, mm from Case for Seconds C Plastic DIP, SOIC, or TSSOP Package 26 Ceramic DIP 3 Programmable Logic Programmable Logic Device (PLD) can be programmed to implement logic. There are various technologies available for PLDs. Many use an internal array of ND gates to form logic terms. Many PLDs can be programmed multiple times. SRM SRM SRM SRM SRM SRM SRM SRM = Programmable Logic In general, the required logic for a PLD is developed with the aid of a computer. The logic can be entered using a Hardware Description Language (HDL) such as VHDL. Logic can be specified to the HDL as a text file, a schematic diagram, or a state diagram. text entry for a programming a PLD in VHDL as a 2-input NND gate is shown for reference in the following slide. In this case, the inputs and outputs are first specified. Then the signals are described. lthough you are probably not familiar with VHDL, you can see that the program is simple to read. 8

Programmable Logic entity NandGate is port(, : in bit; LED: out bit); end entity NandGate; architecture Gateehavior of NandGate is signal, : bit; begin <= nand ; LED <= ; end architecture Gateehavior; Selected Key Terms Inverter Truth table Timing diagram oolean algebra ND gate logic circuit that inverts or complements its inputs. table showing the inputs and corresponding output(s) of a logic circuit. diagram of waveforms showing the proper time relationship of all of the waveforms. The mathematics of logic circuits. logic gate that produces a HIGH output only when all of its inputs are HIGH. Selected Key Terms OR gate NND gate NOR gate logic gate that produces a HIGH output when one or more inputs are HIGH. logic gate that produces a LOW output only when all of its inputs are HIGH. logic gate that produces a LOW output when one or more inputs are HIGH. Exclusive-OR gate Exclusive-NOR gate logic gate that produces a HIGH output only when its two inputs are at opposite levels. logic gate that produces a LOW output only when its two inputs are at opposite levels. 9

. The truth table for a 2-input ND gate is a. b. c. d. 2. The truth table for a 2-input NOR gate is a. b. c. d. 3. The truth table for a 2-input OR gate is a. b. c. d.

4. The symbol is for a(n) a. OR gate b. ND gate c. NOR gate d. OR gate 5. The symbol is for a(n) a. OR gate b. ND gate c. NOR gate d. OR gate 6. logic gate that produces a HIGH output only when all of its inputs are HIGH is a(n) a. OR gate b. ND gate c. NOR gate d. NND gate

7. The expression = + means a. OR b. ND c. OR d. NOR 8. 2-input gate produces the output shown. ( represents the output.) This is a(n) a. OR gate b. ND gate c. NOR gate d. NND gate 9. 2-input gate produces a HIGH output only when the inputs agree. This type of gate is a(n) a. OR gate b. ND gate c. NOR gate d. NOR gate 2

. The required logic for a PLD can be specified in an Hardware Description Language by a. text entry b. schematic entry c. state diagrams d. all of the above nswers:. c 6. b 2. b 7. c 3. a 8. d 4. a 9. d 5. d. d 3