Unit 8 Combinational Circuit Design and Simulation Using Gates Fundamentals of Logic Design by Roth and Kinney.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

The scale of IC design Small-scale integrated, SSI: gate number usually less than 10 in a IC. Medium-scale integrated, MSI: gate number ~10-100, can operate.
COE 202: Digital Logic Design Combinational Circuits Part 1
ECE 3110: Introduction to Digital Systems
EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
1 Combinational Logic Network design Chapter 4 (continued ….)
Combinational Logic Design
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.
ECE 331 – Digital System Design
EECC341 - Shaaban #1 Lec # 8 Winter Combinational Logic Circuit Transient Vs. Steady-state Output Gate propagation delay: The time between.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Combinational Logic Discussion D2.5. Combinational Logic Combinational Logic inputsoutputs Outputs depend only on the current inputs.
1 Copyright © 2013 Elsevier Inc. All rights reserved. Chapter 2 Combinational Logic Design.
COE 202: Digital Logic Design Combinational Circuits Part 1
A hazard is said to exist when a circuit has the possibility of producing such a glitch. 4.4 Timing Hazards ReturnNext Because of circuit delays, the transient.
1 Forging new generations of engineers. 2 DESIGN EXAMPLE “Date of Birth Problem”
Unit 8 Combinational Circuit Design and Simulation Using Gates Ku-Yaw Chang Assistant Professor, Department of Computer Science.
Unit 8 Combinational Circuit Design and Simulation Using Gates Ku-Yaw Chang Assistant Professor, Department of Computer Science.
Combinational Logic Design
Overview Part 1 – Design Procedure 3-1 Design Procedure
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.
Lecture 1 Combinational Logic Design & Flip Flop 2007/09/07 Prof. C.M. Kyung.
Circuit, State Diagram, State Table
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
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.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
Combinational Logic Design BIL- 223 Logic Circuit Design Ege University Department of Computer Engineering.
Truth tables AND Gate Input 1Input output ? ? ? ? Input 1Input output ? ? ? ? OR Gate.
Ch 4. Combinational Logic Design Principles Combinational Logic Circuit –Outputs depend only on its current inputs –No feedback loop Sequential Logic Circuit.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Unit 7 Multi-Level Gate Circuits Nand and Nor Gates Fundamentals of Logic Design Roth and Kinny.
Gates and Logic Dr John Cowell phones off (please)
Figure 4–1 Application of commutative law of addition. Thomas L. Floyd Digital Fundamentals, 9e Copyright ©2006 by Pearson Education, Inc. Upper Saddle.
Nonlinear & Neural Networks LAB. CHAPTER 8 Combinational Circuit design and Simulation Using Gate 8.1Review of Combinational Circuit Design 8.2Design of.
Lecture 11 Timing diagrams Hazards.
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.
Combinational Logic Design. 2 Combinational Circuits A combinational logic circuit has: ♦ A set of m Boolean inputs, ♦ A set of n Boolean outputs ♦ n.
CHAPTER 5 Combinational Logic Analysis
Unit II Fundamentals of Logic Design By Roth and Kinney.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
1 CS 352 Introduction to Logic Design Lecture 4 Ahmed Ezzat Multi-level Gate Circuits and Combinational Circuit Design Ch-7 + Ch-8.
Lecture 21: Combinatorial Circuits II Discrete Mathematical Structures: Theory and Applications.
1 Combinational Logic Design.  A process with 5 steps Specification Formulation Optimization Technology mapping Verification  1 st three steps and last.
©2010 Cengage Learning SLIDES FOR CHAPTER 8 COMBINATIONAL CIRCUIT DESIGN AND SIMULATION USING GATES Click the mouse to move to the next page. Use the ESC.
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.
©2010 Cengage Learning SLIDES FOR CHAPTER 8 COMBINATIONAL CIRCUIT DESIGN AND SIMULATION USING GATES Click the mouse to move to the next page. Use the ESC.
Eng. Mai Z. Alyazji October, 2016
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Logic Gates.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
How Boolean logic is implemented
Waveforms & Timing Diagrams
Logic Gates.
JC Technology Logic Gates.
Introduction to Digital Systems
Logic Gates.
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Logic Gates.
Table 1.1 Powers of Two.
Digital Logic Experiment
This chapter in the book includes: Objectives Study Guide
Department of Electronics
The state in a stored-program digital computer
Presentation transcript:

Unit 8 Combinational Circuit Design and Simulation Using Gates Fundamentals of Logic Design by Roth and Kinney

8.1Review of Combinational Logic 1. Truth Table 2. K-maps 3. Multiple Gate Levels 4. Multiple Output Functions 5. NAND and NOR Circuits

8.2 Design of Circuits with Limited Gate Fan-In In practical logic design, the number of allowed inputs on each gate (fan-in) is limited. Factoring can be used to reduce the maximum number of gate inputs. See example, page Multiple Outputs—example page

8.3 Gate Delays and Timing Diagrams Switching is not instaneous—See figure Timing Diagram—Figure 8-5, Figure 8-6.

8.4 Hazards in Combinational Logic Unwanted switching transients can appear. Output should stay at 1, but could drop to 0 for a short period of time (static 1 hazard). Output should stay at 0, but could go to 1 for a short period of time (static 2 hazard) Dynamic Hazard—change 3 or more times See Figure 8.7.

8.5 Simulation and Testing of Logic Circuits Testing –Building the circuit. –Simulation of the circuit.

8.5 (cont.) Simulation is often used. –Verification that the design is logically correct. –Verification that the timing of the logic is correct. –Simulation of faulty components as an aid to finding tests for the circuit.

Design Problems Seven-Segment Display –Page 246 –Can be used to display 0-9. –Example: decimal “1” can be obtained by lighting segments 2 and 3 (see Figure 8-15)