ECE 3130 Digital Electronics and Design

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Verilog Section 3.10 Section 4.5. Keywords Keywords are predefined lowercase identifiers that define the language constructs – Key example of keywords:
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Binary Addition. Binary Addition (1) Binary Addition (2)
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Parking Pal Presentation #8 Team M1: Anna Kochalko Chris Moody Hong Tuck Liew John Wu Team TA: Kartik Murthy October 22, 2007 Gate Level Layout Your digital.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
ECE 3130 – Digital Electronics and Design Lab 3 Multiplexers, Parity Generators, and Boolean functions using MUX Fall 2012 Allan Guan.
Spencer/Ghausi, Introduction to Electronic Circuit Design, 1e, ©2003, Pearson Education, Inc. Chapter 14, slide 1 Introduction to Electronic Circuit Design.
ECE 3130 – Digital Electronics and Design
ADDERS Half Adders Recall that the basic rules of binary addition are as indicated below in Table 2-9. A circuit known as the half-adder carries out these.
Basic Digital Logic 2 Combinational Logic
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.
Arithmetic Functions BIL- 223 Logic Circuit Design Ege University Department of Computer Engineering.
Multiplexors Decoders  Decoders are used for forming separate signals for different combination of input signals.  The multiplexer circuit is a digital.
CHAPTER 5 Combinational Logic Analysis
1 Ethics of Computing MONT 113G, Spring 2012 Session 4 Binary Addition.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
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.
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.
Chapter 5 Combinational Logic 组合逻辑
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
ECE 3130 Digital Electronics and Design
Eng. Mai Z. Alyazji October, 2016
ECE 3130 Digital Electronics and Design
Logic What is logic? Logic is the name given to an electronic component which will monitor a number of inputs and give an output depending on them Input.
ECE 3130 Digital Electronics and Design
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Multiplexer.
ECE 3130 – Digital Electronics and Design
Logic Gates.
EI205 Lecture 5 Dianguang Ma Fall 2008.
Basic Digital Logic.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
NAND Gate Truth table To implement the design,
Digital Signals Digital Signals have two basic states:
Principles & Applications
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Schematics 201 Lecture Topic: Electrical Symbols
ECE 3130 – Digital Electronics and Design
Universal Gate – NAND Universal Gate - NAND Digital Electronics
King Fahd University of Petroleum and Minerals
Waveforms & Timing Diagrams
JC Technology Logic Gates.
ECE 301 – Digital Electronics
Logic Gates.
Digital Logic.
ECE 3130 – Digital Electronics and Design
ECE 3130 – Digital Electronics and Design
KS4 Electricity – Electronic systems
Universal Gate – NOR Universal Gate - NOR Digital Electronics
DIGITAL ELECTRONICS B.SC FY
Digital Logic Experiment
Logic Gates Logic Gates Gateway To Technology
XOR Function Logic Symbol  Description  Truth Table 
LOGIC Circuits.
Department of Electronics
Basic Logic Operations
Half & Full Subtractor Half Subtractor Full Subtractor.
Half & Full Subtractor Half Subtractor Full Subtractor.
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Presentation transcript:

ECE 3130 Digital Electronics and Design Lab 5: Subtractors Fall 2017 Priyankar Roychowdhury

Lab#5 Objectives Build and simulate a full subtractor. Two XORs Two Inverters Two ANDs = NAND + Inverter One OR = NOR + Inverter Build and simulate a 4-bit subtractor.

Full Subtractor Truth Table A B B_in D B_out 1 Half Subtractor Implementation A B B_in D B_out 1 Half Subtractor

Full Subtractor - schematic

Full Subtractor – symbol

Full Subtractor – test circuit

Full Subtractor – waveforms

4-bit Subtractor - schematic

4-bit Subtractor – simulation Test your 4-bit subtractor by setting up inputs: A=0101, B=1101, Borrow_in=1 Simulate it and check the results, which should be: D=0111, Borrow_out=1 P.S. A=0101 means A0=1, A1=0, A2=1, A3=0

4-bit Subtractor – test circuit

4-bit Subtractor – waveforms