Date of Birth Design Problem

Slides:



Advertisements
Similar presentations
Date of Birth Design Problem
Advertisements

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.
1 Homework Reading –Tokheim, Section 5-10, 7-4 Machine Projects –Continue on MP4 Labs –Continue labs with your assigned section.
1 Forging new generations of engineers. 2 DESIGN EXAMPLE “Date of Birth Problem”
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.
Digital Electronics Lecture 4 Simplification using Boolean Algebra, Combinational Logic Circuit Design.
Digital Systems I EEC 180A Lecture 4 Bevan M. Baas.
Basic Digital Logic 2 Combinational Logic
Combinational Logic Design Process © 2014 Project Lead The Way, Inc.Digital Electronics.
Circuit Design Process © 2014 Project Lead The Way, Inc.Digital Electronics.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Truth Tables & Logic Expressions
Seven Segment Displays
Eng. Mai Z. Alyazji October, 2016
Segment Identification
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Basic Digital Logic.
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
XOR, XNOR, and Binary Adders
Seven Segment Displays
Seven Segment Displays
Seven Segment Displays
Seven Segment Displays
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Computer Science 210 Computer Organization
Jeremy R. Johnson Anatole D. Ruslanov William M. Mongan
Seven Segment Displays
Instructor: Alexander Stoytchev
Combinational Logic Design Process
Universal gates.
Boolean Algebra Digital Electronics
Karnaugh Mapping Karnaugh Mapping Digital Electronics
Circuit Simplification: Boolean Algebra
XOR, XNOR, & Binary Adders
Circuit Design Process
Karnaugh Mapping Digital Electronics
AOI Design: Logic Analysis
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Karnaugh Mapping Karnaugh Mapping Digital Electronics
Homework Reading Tokheim, Section 5-10, 7-4.
Date of Birth Design Problem
Karnaugh Mapping Digital Electronics
Circuit Simplification: DeMorgan’s Theorems
Design Example “Date of Birth Problem”
AOI Logic Implementation
KS4 Electricity – Electronic systems
State Machine Design State Machine Design Digital Electronics
Circuit Design Process
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Combinational Logic - An Overview
AOI Design: Logic Analysis
Dr. Clincy Professor of CS
XOR, XNOR, and Binary Adders
AOI Design: Logic Analysis
Instructor: Alexander Stoytchev
Circuit to Truth Table to Logic Expression
Circuit Simplification: DeMorgan’s Theorems
XOR, XNOR, and Binary Adders
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Truth Tables & Logic Expressions
Eng. Ahmed M Bader El-Din October, 2018
Circuit Simplification: DeMorgan’s Theorems
Combinational Logic - An Overview
Presentation transcript:

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem Date of Birth Design Problem Digital Electronics Project Lead The Way, Inc. Copyright 2009

Design Specifications Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem Design Specifications Design a combinational logic circuit that meets the following design specifications: There are three (3) three inputs and seven (7) outputs. As the inputs count from 000 to 111, the outputs (a – g) will generate the logic to display a date of birth (DOB) on a 7-segment display. The 7-segment display is a common cathode display. The DOB will be displayed in the MM-DD-YY format. Date of Birth 7-Segment Display Driver Logic Circuit a b c d e f g X Y Z This slide contains the design specifications for the “Date of Birth” project. Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem Example – DOB 02/13/10 X Y Z Display 1 February 13, 1910 (02-13-10) is the date of birth of William Shockley. Shockley, along with John Bardeen and Walter Brattain, invented the transistor while working at Bell Labs in the 1940s. This is an example of the “Date of Birth” problem using the birth date 02-13-10. http://web.mit.edu/invent/iow/shockleyetal.html Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem DOB Truth Table X Y Z Display a b c d e f g 1 This is the truth table column for Segment (a). After reviewing how this truth table was developed, pause the presentation and allow the students to complete the truth table columns for segments (b) thru (g). The complete truth table is on the next slide. Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem DOB Truth Table X Y Z Display a b c d e f g 1 This is the completed truth table. If you print handouts, do not print this page. Note that segment (a) & (d) are the same, thus you only need to design one circuit to be used for both segments. Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem K-Map for Segment (a) X Y Z Display a 1 1 This is the truth table column, its associated K-Map, & simplified logic expressions for segment (a). Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem Segment (a) – AOI Logic X Y Z This is logic diagram for segment (a). The circuit was implemented using AOI logic for demonstration purposes. It could have also been implemented with NAND or NOR logic. a Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem K-Map for Segment (b) X Y Z Display b 1 1 This is the truth table column, its associated K-Map, & simplified logic expressions for segment (b). Note : In this example, the K-Map could have been grouped differently resulting in a different but equally simple logic expression (i.e., b = X’ Z + Y’ Z’ + X Y). Project Lead The Way, Inc. Copyright 2009

Segment (b) – NAND Logic Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem Segment (b) – NAND Logic X Y Z This is a logic diagram for segment (b). The circuit was implemented in NAND for demonstration purposes. It could also have been implemented with AOI or NOR logic. b Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem K-Map for Segment (c) X Y Z Display c 1 1 This is the truth table column, its associated K-Map, & simplified logic expressions for segment (c). Note : Again, in this example, the K-Map could have been group differently resulting in a different but equally simple logic expression (i.e., b = Y’ Z’ + Y Z + X Z’). Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem Segment (c) – NOR Logic X Y Z This is a logic diagram for segment (c). The circuit was implemented in NOR for demonstration purposes. It could also have been implemented with AOI or NAND logic. c Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem All Segments Here are all of the segments (a) – (g). Simplification and implementation of the segments (d) – (g) are left as an exercise that the students can complete as class work or homework. Project Lead The Way, Inc. Copyright 2009

Date of Birth Design Problem Digital Electronics 2.3 Date of Birth Design Problem X Y Z Complete Date of Birth Circuit 02-13-10 Common Cathode 7-Segment Display AOI Segment a & d NAND Segment b NOR Segment c This is the complete solution for the DOB problem for DOB 02-13-10. DON’T FORGET THE CURRENT LIMITING RESISTORS. The design will work in simulation without them, but if you build the circuit (i.e., in hardware) and do not include the resistors, the SSD will be destroyed. AOI Segment e NAND Segment f NOR Segment g Project Lead The Way, Inc. Copyright 2009