Introduction to Digital System and Microprocessor Design

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

CT455: Computer Organization Logic gate
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Experiment #2: Introduction to Logic Functions and their Gate-Level Hardware Implementations CPE 169 Digital Design Laboratory.
Lab 1 Structure of a PLD Module M1.4 Experiment 1 (p. 40)
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.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
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.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
Summer Institute 2004 Chips and Gates An Introduction Linda Soulliere
Introduction Verilog is a HARDWARE DESCRIPTION LANGUAGE (HDL) A hardware description language is a language or means used to describe or model a digital.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Basic Digital Logic 2 Combinational Logic
AUP2G57 configured as flip flop Dual Configurable Logic Design Contest.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Gates and Logic Dr John Cowell phones off (please)
Digital Integrated Circuit Design Laboratory Department of Computer Science and Information EngineeringNational Cheng Kung University 陳培殷 國立成功大學 資訊工程系.
Magnitude Comparator Dr. Ahmed Telba.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
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:
Dept. of Electrical and Computer Eng., NCTU 1 Lab 2. NAND and XOR Presenter: Chun-Hsien Ko Contributors: Chung-Ting Jiang and Lin-Kai Chiu.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
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.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
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 Unit 16.
Dr. Ameria Eldosoky Discrete mathematics
Chapter 5 Combinational Logic 组合逻辑
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 Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Transistors and Logic Circuits
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.
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Lab02 :Logic Gate Fundamentals:
Basic Digital Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Practice #Digital Logic Mr. Burleson
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Computer Science 210 Computer Organization
Week 5, Verilog & Full Adder
Schematics 201 Lecture Topic: Electrical Symbols
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
JC Technology Logic Gates.
Introduction to Wiring Logic Gates
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Combinational Logic - An Overview
Logic Gates.
Digital Logic Experiment
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Logic Gates AIM: To know the different types of logic gate
Basic Logic Operations
Eng. Ahmed M Bader El-Din October, 2018
Dept. of Electrical and Computer Eng., NCTU
Combinational Logic - An Overview
Presentation transcript:

Introduction to Digital System and Microprocessor Design Week 2, XOR Introduction to Digital System and Microprocessor Design Inhwan Lee, Youngtaek Oh, Yulhwa Kim (inhwan301, koyt1126, yulhwa.kim)@postech.ac.kr Feb 28, 2018 1/7

Schematic of XOR A B A xor B 1 <XOR using AND, OR and NOT> <XOR using only NAND> Reference: http://www.play-hookey.com/digital/combinational/xor_function.html A B A xor B 1 XOR can be implemented in two ways using AND, OR and NOT (left) / only NAND (right). We will cover the method using AND, OR and NOT in this class. <Truth Table of XOR> 2/7

Bread Board Pre-connected electronic board to make simple circuit test. No need to make soldering to connect devices on the board. 3/7

Switch Vcc = 5.00V Resistor = 1kOhm 4/7

LED We use a resistor to prevent current from overflowing. Otherwise, LED may be broken down. R = (Vsupply – VLED) / ILED= (5V – 2V) / 20mA = 150ohm 5/7

Chip Specification Vcc = 5.00V <74LS04 NOT Gate> <74LS08 AND Gate> <74LS32 OR Gate> Vcc = 5.00V 6/7

<Logic Circuit> XOR Implementation <Power Supply> <Logic Circuit> <LED Output> <Button Input> Vcc = 5.00V 7/7