1 Forging new generations of engineers. 2 DESIGN EXAMPLE “Date of Birth Problem”

Slides:



Advertisements
Similar presentations
Date of Birth Design Problem
Advertisements

Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Logic Gates.
Logic Gates.
Programmable Logic Controllers.
Princess Sumaya University
COE 202: Digital Logic Design Combinational Circuits Part 1
Combinational Logic Design An Overview © 2014 Project Lead The Way, Inc.Digital Electronics.
1 Homework Reading –Tokheim, Section 5-10, 7-4 Machine Projects –Continue on MP4 Labs –Continue labs with your assigned section.
Sequential Logic Design Process A sequential circuit that controls Boolean outputs and a specific time- ordered behavior is called a controller. StepDescription.
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
Combinational Logic Discussion D2.5. Combinational Logic Combinational Logic inputsoutputs Outputs depend only on the current inputs.
ECE 331 – Digital System Design Logic Circuit Design (Lecture #7)
COE 202: Digital Logic Design Combinational Circuits Part 1
7 Segment to BCD Converter
Combinational Logic Design
Lecture 13 Problems (Mano)
In a not gate, if the input is on(1) the output is off (0) and vice versa.
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.
ITEC 352 Lecture 5 Low level components(3). Low level components Review Multiplexers Demultiplexer Minterm/Maxterm Karnaugh Map.
AND, OR and NOT. The AND gate needs to be both on, So number wise both 1. So then you will get a 1 as you can see in the last image on the right, If 1.
Lecture 1 Combinational Logic Design & Flip Flop 2007/09/07 Prof. C.M. Kyung.
Welcome to the Real World. What to do ? Input from the mangonel sensors Input expected by the software.
Dr. Ahmed El-Bialy, Dr. Sahar Fawzy Combinational Circuits Dr. Ahmed El-Bialy Dr. Sahar Fawzy.
Digital Electronics Combinational Logic An Overview.
1 Adders & Subtractors Adders –An adder is a combinational logic circuit that performs the addition of 2 binary numbers (A & B) to generate the sum (S)
Gates and Logic Dr John Cowell phones off (please)
Unit 8 Combinational Circuit Design and Simulation Using Gates Fundamentals of Logic Design by Roth and Kinney.
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dept. of Electrical and Computer Engineering.
9/15/09 - L24 Other FF TypesCopyright Joanne DeGroat, ECE, OSU1 Other FF Types.
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.
ECEN 248 Lab 2: Logic Minimization and Karnaugh Maps
ECE 320 Homework #3 1. Simplify the Boolean function F using the don’t care conditions d, in both S.O.P. and P.O.S. form: a) F=A’B’D’+A’CD+A’BC d=A’BC’D+ACD+AB’D’
1 CS 151: Digital Design Chapter 3: Combinational Logic Design 3-1Design Procedure CS 151: Digital Design.
CS151 Introduction to Digital Design Chapter 3: Combinational Logic Design 3-1 Design Procedure 1Created by: Ms.Amany AlSaleh.
Chapter 0 – Week 2 Combinational Logic Design. What have been discussed Design hierarchy –Top – down –Bottom – up CAD HDL Logic synthesis.
CHAPTER 5 Combinational Logic Analysis
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Combinational 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.
Lab02 :Logic Gate Fundamentals:
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Computer Architecture CST 250
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
How Boolean logic is implemented
Date of Birth Design Problem
UNIVERSAL GATES.
Lecture Part A Combinational Logic Design & Flip Flop
JC Technology Logic Gates.
Logic Gates.
Homework Reading Tokheim, Section 5-10, 7-4.
Date of Birth Design Problem
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
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.
Combinational Circuits
Binary Logic.
Digital Logic Experiment
This chapter in the book includes: Objectives Study Guide
Department of Electronics
Logic Gates By: Asst Lec. Besma Nazar Nadhem
Presentation transcript:

1 Forging new generations of engineers

2 DESIGN EXAMPLE “Date of Birth Problem”

3 Combinational Logic Application Date of Birth 7-Segment Display Driver Logic Circuit abcdefgabcdefg XYZXYZ Design a combinational logic circuit that has three inputs and seven outputs. As the inputs count from 000 to 111, the seven outputs will generate the required logic to display your date of birth on a seven segment display.

4 X Y Z Example: If your date of birth is July 23, 1961, the circuit will display the output shown to the right There are dashes between numbers. Circuit Inputs Display

Common Anode LED Display +5 V Logic For Segment A 270   0 Segment Is ON ! 1 Segment Is OFF !

X Y Z a b c d e f g a g f b d e c a g f b d e c a g f b d e c a g f b d e c Display

X Y Z Logic For Segment “a” a = XZ+X’YZ’ X Z X Y Z a b c d e f g Display X’YZ’

8 Create Boolean Equations for all 7 Segments a = XZ+X’YZ’ e = f = c = b = d = g =

9 DOB 7-Segment Display Driver Circuit 7404 Inverters 7432 OR Gates 7408 AND Gates 7408

10 7-Segment LED Display

11 Assignment –Design a Date-of-Birth 7-Segment Display Driver Circuit for your birth date. Include the truth table, K-Maps & logic design. –Simulate your design using circuit design software. –Breadboard and test your design.