NAND Gate Truth table To implement the design,

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

ECE 3130 – Digital Electronics and Design
Verilog Section 3.10 Section 4.5. Keywords Keywords are predefined lowercase identifiers that define the language constructs – Key example of keywords:
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Physical States for Bits. Black Box Representations.
Timing Analysis Section Delay Time Def: Time required for output signal Y to change due to change in input signal X Up to now, we have assumed.
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.
Combinational Logic Design CS341 Digital Logic and Computer Organization F2003.
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
Spencer/Ghausi, Introduction to Electronic Circuit Design, 1e, ©2003, Pearson Education, Inc. Chapter 14, slide 1 Introduction to Electronic Circuit Design.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
ECE 3130 – Digital Electronics and Design
Designing of a D Flip-Flop Final Project ECE 491.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Exclusive OR Gate. Logically, the exclusive OR (XOR) operation can be seen as either of the following operations:exclusive OR (XOR) 1. A AND NOT B OR.
Use CMOS Transistors to bit a 4-bit Adder. NAND2 symbol Schematic.
Gates and Logic Dr John Cowell phones off (please)
LAB FINAL PROBLEMS 4.2 & 4.3 SHANNON MATUSZNY. LAB FINAL Objective : Verify that reducing Boolean expressions is reliable in creating the same results.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
CO5023 Building Circuits from Truth Tables. Build the following… Let’s say we want a circuit which acts as described by the following truth table: We.
Combinational Logic Analysis. Basic Combinational Logic Circuits AND-OR logic AND-OR logic AND-OR logic produces an SOP expression. AND-OR logic produces.
Logic Gates and Boolean Algebra Introduction to Logic II.
Logic Gates Digital Logic Design. What is a logic gate? A switch with an output that will only turn on when inputs are in particular positions.
Digital Block Design & Layout Logic gate (3INPUT NAND GATE) 구자연.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 7 Latches & Flip-flops.
FIGURE 3.1 Two-variable K-map
Universal Gate – NAND Universal Gate - NAND Digital Electronics
ECE 3130 Digital Electronics and Design
ECE 3130 Digital Electronics and Design
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Transistors and Logic Circuits
MTE3 on , Tuesday 9:00-10:15, 10:30-11:45 AM 414W - PAB
Overview Part 1 – Logic Circuits and Boolean Functions
ECE 3130 Digital Electronics and Design
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Sequential Circuit Timing
Lab02 :Logic Gate Fundamentals:
ECE 3130 – Digital Electronics and Design
Logic Gates.
2-6 Exclusive-OR Operator and Gates
EI205 Lecture 5 Dianguang Ma Fall 2008.
Exclusive OR Gate.
Digital CMOS Logic Circuits
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Summary Half-Adder Basic rules of binary addition are performed by a half adder, which has two binary inputs (A and B) and two binary outputs (Carry out.
Overview Part 1 – The Design Space
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Lesson Objectives Aims
Counters and Registers
Schematics 201 Lecture Topic: Electrical Symbols
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Waveforms & Timing Diagrams
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
CSE 140L Discussion 3 CK Cheng and Thomas Weng
Chapter – 2 Logic Families.
Overview Part 3 – Additional Gates and Circuits
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
Electrical Characteristics Practice Problems 1
Digital Logic Experiment
ECE 3130 Digital Electronics and Design
Department of Electronics
Eng. Ahmed M Bader El-Din October, 2018
ECE 331 – Digital System Design
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

NAND Gate Truth table To implement the design, Follow the procedures from Slides of part A A B Output 1

Schematic – NAND gate

Symbol – NAND gate

Test bench Circuit – NAND gate Note: Keep the frequency of V2 twice than V3 to see output efficiently

Simulation results – NAND gate N1 is output; N2 and N3 are inputs

Propagation Delay (tP) When the gate inputs change, the outputs do not change instantaneously Defined as the latency between a change in the input and a change in the output measured from the 50% point at the input and the 50% point at the output tPHL – the time it takes for the output to switch from HIGH to LOW tPLH – the time it takes for the output to switch from LOW to HIGH

Analysis Tabulate the propagation delays (tPHL, tPLH) for NAND gate from the waveform Use marker and cursor to find out the propagation delay, a little bit similar like Multisim It will be like 0.6 ns

Propagation Delay – NAND (tPLH): Example from Tanner v15 tPLH = 0.6ns

Propagation Delay – NAND (tPHL): Example from Tanner v15 tPHL = 0.9ns