Introduction to Digital Design Lab Project

Slides:



Advertisements
Similar presentations
Switching circuits Composed of switching elements called “gates” that implement logical blocks or switching expressions Positive logic convention (active.
Advertisements

Logic Gates.
Logic Gates.
CT455: Computer Organization Logic gate
Programmable Logic Controllers.
Digital Electronics Lecture 2 Logic Gates. Lecture 2 outline Announcement:
1 Combinational Logic Design&Analysis. 2 Introduction We have learned all the prerequisite material: – Truth tables and Boolean expressions describe functions.
ECE2030 Introduction to Computer Engineering Lecture 9: Combinational Logic, Mixed Logic Prof. Hsien-Hsin Sean Lee School of Electrical and Computer Engineering.
ECE 2373 Modern Digital System Design Exam 2. ECE 2372 Exam 2 Thursday March 5 You may use two 8 ½” x 11” pages of information, front and back, write.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Chapter 4 Gates and Circuits.
Lecture 14 Today we will Learn how to implement mathematical logical functions using logic gate circuitry, using Sum-of-products formulation NAND-NAND.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
EET 1131 Unit 4 Programmable Logic Devices  Read Kleitz, Chapter 4.  Homework #4 and Lab #4 due next week.  Quiz next week.
Combinational Logic Design Process
ENGG 1203 Tutorial Combinational Logic (I) 1 Feb Learning Objectives
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.
Chapter 4 Gates and Circuits. 4–2 Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors.
Experiment 2 Questions 1. There are two methods that can be used to generate a complement function using a 2-input NAND gate. Draw a diagram detailing.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Combinational Logic Design CS341 Digital Logic and Computer Organization F2003.
CPS120: Introduction to Computer Science
Company LOGO DKT 122/3 DIGITAL SYSTEM 1 WEEK #7 COMBINATIONAL LOGIC ANALYSIS.
Digital Electronics Lecture 4 Simplification using Boolean Algebra, Combinational Logic Circuit Design.
Basic Digital Logic 2 Combinational Logic
Logic Gates Logic gates are electronic digital circuit perform logic functions. Commonly expected logic functions are already having the corresponding.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
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)
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dept. of Electrical and Computer Engineering.
Nonlinear & Neural Networks LAB. CHAPTER 8 Combinational Circuit design and Simulation Using Gate 8.1Review of Combinational Circuit Design 8.2Design of.
ITEC 352 Lecture 3 Low level components(2). Low-level components Review Electricity Transistors Gates Really simple circuit.
1 Digital Logic Design Week 5&6 cont’d Revision for Quiz 2/Exam.
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.
CHAPTER 5 Combinational Logic Analysis
Combinational Logic Analysis. Basic Combinational Logic Circuits AND-OR logic AND-OR logic AND-OR logic produces an SOP expression. AND-OR logic produces.
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
EGR 2131 Unit 4 Combinational Circuits: Analysis & Design
Basics of Logic gates - Part 2
Basics of Logic gates - Part 1
Dr.Ahmed Bayoumi Dr.Shady Elmashad
ECE 2110: Introduction to Digital Systems
Eng. Mai Z. Alyazji October, 2016
Logic Gates and Boolean Algebra
ECE 2110: Introduction to Digital Systems
MTE3 on , Tuesday 9:00-10:15, 10:30-11:45 AM 414W - PAB
Logic Gates.
Basic Digital Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Schematics 201 Lecture Topic: Electrical Symbols
Universal gates.
Circuit Design Process
Waveforms & Timing Diagrams
Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
Circuit Design Process
GCSE Computer Science – Logic Gates & Boolean Expressions
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Chapter 4 Gates and Circuits.
Department of Electronics
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Eng. Ahmed M Bader El-Din October, 2018
Introduction to Logic diagrams and truth tables
ECE 352 Digital System Fundamentals
Introduction to Logic diagrams and truth tables
Presentation transcript:

Introduction to Digital Design Lab Project PC/CP 120

Digital circuits design Detector Detector a ))) a F F b b System Switch Digital Fire alarm system Combinational circuit: A digital circuit whose outputs depends solely on the present combination of the circuit inputs’ values. Turn on alarm (F=1) when smoke sensed (a=1) and system switch is on (b = 1) F = a AND b Build using logic gates  AND

Project Design Steps Step 1: Define the problem Step 2: Logic design Describe the problem to be solved by the circuit (i.e. what it is supposed to do). What are the inputs and outputs. Step 2: Logic design Capture the function Create a truth table or equations, whichever is most natural for the given problem, to describe the desired behavior of the combinational logic. Convert to equations If you capture the function with a truth table you will need to do this step. Simplification Boolean Algebra, Karnaugh Map, ..etc If any errors appear at any stage, revise earlier phases.

Project Design Steps Step 3: Implementation Step 4: Circuit Simulation Create a circuit corresponding to the output's equation. Use logic gates – AND, OR, NAND, NOR, XOR …etc Draw a circuit diagram (or diagrams) of the circuit showing all connections and gates to be used. You will use Altera Quartus II to draw your circuit. Step 4: Circuit Simulation Demonstrate that the circuit performs as expected. Choices made regarding what to simulate. You will be using Altera Quartus II for the simulation. If any errors appear at any stage, revise earlier phases.

Project Design Steps Step 5: Prototype Test Results Download your circuit to the CPLD board Wire the input and output to demo your circuit. Step 6: Demonstration Demo your circuit to other groups in the class Produce a poster showing your project steps . Poster should contain a brief description of your testing procedure, outlining any significant problems encountered along the way. Peer-to-Peer evaluation, 3% of project mark. If any errors appear at any stage, revise earlier phases.

Propagation delay The time required for any signal transition to travel between pins and/or nodes in a device. The total propagation delay time through a logic circuit is a major consideration. Propagation delays are additive, so the more gates or inverters between input and output, the greater the propagation delay time.

Choose lab topic by next week. No duplicates First come, first serve! Projects can be found on the CP/PC120 lab page.