LAB #1 Introduction Combinational Logic Design

Slides:



Advertisements
Similar presentations
Digital Circuits. Review – Getting the truth table The first step in designing a digital circuit usually is to get the truth table. That is, for every.
Advertisements

Combinational Logic Circuits Chapter 2 Mano and Kime.
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Digital Logic Circuit Analysis & Design 王 军 王 军 王晓东.
CSC 405 Lab 1 - Building a Simple Combinatorial Circuit In this laboratory exercise you will learn about the layout of some small-scale integrated circuits.
Troubleshooting Circuits
Chapter 3 Basic Logic Gates 1.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Chapter 4 Gates and Circuits.
Experiment #2: Introduction to Logic Functions and their Gate-Level Hardware Implementations CPE 169 Digital Design Laboratory.
Electrical Engineering 1 WISE Investments Electrical Engineering Lab Digital Logic Laboratory Dr. Keith Holbert.
Lab 3 page 1 ENT-DIGI-210 Lab 3 Notes ©Paul Godin Updated September 2007.
ENGR 1181 First-Year Engineering Program College of Engineering Engineering Education Innovation Center First-Year Engineering Program Solar Energy Meter.
Morgan Kaufmann Publishers
Combinational Logic Design CS341 Digital Logic and Computer Organization F2003.
ENG241/ Lab #41 ENG2410 Digital Design LAB #4 Design of Combinational Logic “The Trip Genie”
Digital Components and Combinational Circuits Sachin Kharady.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
ENG2410 Digital Design LAB #8 LAB #8 Data Path Design.
LAB #2 Xilinix ISE Foundation Tools Schematic Capture “A Tutorial”
Basic Digital Logic 2 Combinational Logic
ENG2410 Digital Design LAB #6 LAB #6 Sequential Logic Design (Flip Flops)
LOGIC GATES. Electronic digital circuits are also called logic circuits because with the proper input, they establish logical manipulation paths. Each.
Basic Logic Functions Defined with Truth Tables AND OR Complement ABF ABF AF
Lab 5 – Digital Clock Start date: Week #8 Due date: Week #9 REPORT IS DUE WEEK #9 1.
Detection Circuit ENGR Lecture. Learning Objectives of Lab  Students will learn about –  Electronic circuit components  Building the binary.
Digital Integrated Circuit Design Laboratory Department of Computer Science and Information EngineeringNational Cheng Kung University 陳培殷 國立成功大學 資訊工程系.
Digital Integrated Circuit Design Laboratory Department of Computer Science and Information Engineering National Cheng Kung University Experiment on digital.
Logic Gates M. AL-Towaileb1. Introduction Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device.
ENG241/ Lab #11 ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design.
Dept. of Electrical and Computer Eng., NCTU 1 Lab 4. BCD Adder Presenter: Chun-Hsien Ko Contributors: Chung-Ting Jiang and Lin-Kai Chiu.
Dept. of Electrical and Computer Eng., NCTU
ENG2410 Digital Design LAB #7 LAB #7 Sequential Logic Design “Sequence Recognizer” Using both Schematic Capture and VHDL.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
LAB #5 Modular Design and Hierarchy using VHDL
Sequential Logic An Overview
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Logic Gates Binary Day 3 PEOPLE 2016.
LAB #6 Sequential Logic Design (Flip Flops, Shift Registers)
Eng. Mai Z. Alyazji October, 2016
Dept. of Electrical and Computer Eng., NCTU
LAB #3 Design of Combinational Logic “The Trip Genie”
LAB #4 Xilinix ISE Foundation Tools VHDL Design Entry “A Tutorial”
Basic Digital Logic.
Combinational Logic Logic circuits for digital systems may be combinational or sequential. A combinational circuit consists of input variables, logic gates,
Dept. of Electrical and Computer Eng., NCTU
Digital Components and Combinational Circuits
Combinational Circuits
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.
How Boolean logic is implemented
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Troubleshooting Circuits
Logic Gates L Al-zaid Math110.
Transistors to Gates Transistors to Gates Gateway To Technology
Number Systems and Circuits for Addition
LAB #2 Xilinix ISE Foundation Tools Schematic Capture “A Tutorial”
Logic Gates.
Digital Logic.
Logic Gates Dr.Halimah Alshehri.
XOR, XNOR, and Binary Adders
Digital Logic Experiment
XOR Function Logic Symbol  Description  Truth Table 
Adder and Subtractors Discussion D4.1. Adder and Subtractor Circuits Objective: (i) To construct half and full adder circuit and verify its working (ii)
Eng. Ahmed M Bader El-Din October, 2018
Dept. of Electrical and Computer Eng., NCTU
Lab 0: Groups and Equipment
Unit IV Adders Subtractors Flip Flops Counters Multiplexes and De multiplexes. Integrated circuits-Op. amp – Characteristics Inverting amplifier - Non-inverting.
Presentation transcript:

LAB #1 Introduction Combinational Logic Design ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design ENG241/ Lab #1

Lab Objectives Introduce Equipment used in Digital Design Lab. Build some basic combinational circuits. Get handy with good practice of testing and debugging. ENG241/ Lab #1

The Breadboard Is used to assemble your components and wires to form the circuit. ENG241/ Lab #1

The SSI Integrated Circuits The logic gates are integrated in a single chip (IC). Most of the IC used are 14pin. You will be using basic gates: AND, OR, NOT. ENG241/ Lab #1

IC Pin Connections IC Information  Webpage ENG241/ Lab #1 http://islab.soe.uoguelph.ca/sareibi/TEACHING_dr/ENG241_html_dr/outline_F2013/docs/LAB_dr/LAB1_dr/tutorials.html ENG241/ Lab #1

Power Supply The Power Supply will provide you with +5 Volts and GND. Connect the black lead to GND Connect the Red lead to +5V ENG241/ Lab #1

The Probe Connect the probe to +5 V and GND. The Probe will be used to check the outputs and inputs for debugging. ENG241/ Lab #1

Part 1 Implement a circuit that adds two bits A0, B0, with the following outputs Sum, Carry: A0 B0 Sum Carry 1 This is a 2 input function. Build the circuit using SSI logic. ENG241/ Lab #1

Part 2 In this part of the Lab you will implement the following function: This is a 3 input function. Draw the circuit diagram. Build the circuit using SSI logic. ENG241/ Lab #1

3-input AND/OR Gates If you are asked to use only 2-input AND gates and OR gates then you can construct a 3-input AND gate using TWO 2-input AND gates. The same applies for 3-input OR gates. ENG241/ Lab #1

Academic Misconduct Reports and demos are submitted as a group, but it is a SINGLE group effort You may talk with other groups but sharing codes or reports is NOT ALLOWED Copying reports from previous years is also NOT ALLOWED If we find copying we are REQUIRED to report it