AOI Logic Implementation

Slides:



Advertisements
Similar presentations
ECE 301 – Digital Electronics Minterm and Maxterm Expansions and Incompletely Specified Functions (Lecture #6) The slides included herein were taken from.
Advertisements

AOI Logic Implementation © 2014 Project Lead The Way, Inc.Digital Electronics.
AOI Logic Implementation
XOR, XNOR, and Binary Adders
AOI Logic Implementation
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.
CEC 220 Digital Circuit Design SOP and POS forms Friday, January 23 CEC 220 Digital Circuit Design Slide 1 of 17.
Figure 5–5 Exclusive-OR logic diagram and symbols. Open file F05-05 to verify the operation. Thomas L. Floyd Digital Fundamentals, 9e Copyright ©2006 by.
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC. De Morgan’s Theorem De Morgan’s Theorem.
CEC 220 Digital Circuit Design SOP and POS forms Friday, Sept 11 CEC 220 Digital Circuit Design Slide 1 of 17.
CEC 220 Digital Circuit Design Minterms and Maxterms Monday, January 26 CEC 220 Digital Circuit Design Slide 1 of 11.
Binary Number System And Conversion
Combinational Circuits Part 1
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Truth Tables & Logic Expressions
Minimization of Circuits
Digital Fundamentals Floyd Chapter 5 Tenth Edition
The Binary Number System and Conversions
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Binary Number System And Conversion
Binary Number System And Conversion
Computer Architecture CST 250
XOR, XNOR, and Binary Adders
Instructor: Alexander Stoytchev
Binary Number System And Conversion
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
The Binary Number System and Conversions
Date of Birth Design Problem
BASIC & COMBINATIONAL LOGIC CIRCUIT
Boolean Algebra Digital Electronics
Karnaugh Mapping Karnaugh Mapping Digital Electronics
Circuit Simplification: Boolean Algebra
XOR, XNOR, & Binary Adders
Karnaugh Mapping Digital Electronics
AOI Design: Logic Analysis
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Binary Number System And Conversion
Combinatorial Logic Circuit
Karnaugh Mapping Karnaugh Mapping Digital Electronics
Date of Birth Design Problem
Karnaugh Mapping Digital Electronics
CSC 220: Computer Organization Logic Gates and Functions
Circuit Simplification: DeMorgan’s Theorems
ECB2212-Digital Electronics
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Logic Gates Dr.Halimah Alshehri.
AOI Design: Logic Analysis
3-Variable K-map AB/C AB/C A’B’ A’B AB AB’
XOR, XNOR, and Binary Adders
AOI Design: Logic Analysis
Instructor: Alexander Stoytchev
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Circuit to Truth Table to Logic Expression
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Digital Fundamentals Floyd Chapter 5 Tenth Edition
Circuit Simplification: DeMorgan’s Theorems
Chapter 5 Combinational Logic Analysis
Digital Fundamentals Floyd Chapter 5 Tenth Edition
XOR, XNOR, and Binary Adders
Combinational Logic Circuit
Principles & Applications
Truth Tables & Logic Expressions
Circuit Simplification: DeMorgan’s Theorems
2's Complement Arithmetic
Binary Number System And Conversion
Binary Number System And Conversion
Presentation transcript:

AOI Logic Implementation Digital Electronics 2.1 Introduction to AOI Logic AOI Logic Implementation Digital Electronics © 2014 Project Lead The Way, Inc. Project Lead The Way, Inc. Copyright 2009

AOI Logic Implementation Digital Electronics 2.1 Introduction to AOI Logic This presentation will demonstrate how to… Design an AOI logic circuit from a Sum-Of-Products (SOP) logic expression. Design an AOI logic circuit from a Product-Of-Sums (POS) logic expression. Introductory Slide / Overview of Presentation EQUALS AOI Logic Circuit Logic Expression Project Lead The Way, Inc. Copyright 2009

Designing (AOI) Sum of Product (SOP) Logic Circuits AOI Logic Implementation Designing (AOI) Sum of Product (SOP) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Design Steps Implement each Minterm in the logic expression with an AND gate with the same number of inputs as there are variables in the Minterm. (i.e., AB = 2 input gate, ABC = 3 input gate, ABCD = 4 input gate, etc.) OR together the outputs of the AND gates to produce the logic expression. If necessary, gates can be cascaded to create gates with more inputs. Design Steps for SOP AOI logic designs. Project Lead The Way, Inc. Copyright 2009

Example #1: Sum of Product (SOP) Logic Circuits AOI Logic Implementation Example #1: Sum of Product (SOP) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Design an AOI Logic Circuit for the SOP logic expression shown below. Pause the power point and allow the student to work on the example. The solution is on the next slide. Project Lead The Way, Inc. Copyright 2009

Example #1: Sum of Product (SOP) Logic Circuits AOI Logic Implementation Example #1: Sum of Product (SOP) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Design an AOI Logic Circuit for the SOP logic expression shown below. Solution Teacher Note: The solution for example #1 is included on this slide. If you print handouts, do not print this page. F1 Project Lead The Way, Inc. Copyright 2009

Example #2: Sum of Product (SOP) Logic Circuits AOI Logic Implementation Example #2: Sum of Product (SOP) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic In this class, we only have access to 2-input OR gates, 2-input AND gates, and 3-input AND gates. Limiting your design to these gates, redesign the AOI Logic Circuit for the SOP expression in the previous example. Pause the power point and allow the student to work on the example. The solution is on the next slide. Project Lead The Way, Inc. Copyright 2009

Example #2: Sum of Product (SOP) Logic Circuits AOI Logic Implementation Example #2: Sum of Product (SOP) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic In this class, we only have access to 2-input OR gates, 2-input AND gates, and 3-input AND gates. Limiting your design to these gates, redesign the AOI Logic Circuit for the SOP expression in the previous example. Solution The solution for example #2 is included on this slide. If you print handouts, do not print this page. F1 Project Lead The Way, Inc. Copyright 2009

Designing (AOI) Product of Sum (POS) Logic Circuits AOI Logic Implementation Designing (AOI) Product of Sum (POS) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Design Steps Implement each Maxterm in the logic expression with an OR gate with the same number of inputs as there are variables in the Maxterm. (i.e., A+B = 2 input gate, A+B+C = 3 input gate, A+B+C+D = 4 input gate, etc.) AND together the outputs of the OR gates to produce the logic expression. If necessary, gates can be cascaded to create gates with more inputs. Design Steps for POS AOI logic designs. Project Lead The Way, Inc. Copyright 2009

Example #3: Product of Sum (POS) Logic Circuits AOI Logic Implementation Example #3: Product of Sum (POS) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Example Design an AOI Logic Circuit for the POS logic expression shown below. Teacher Note: Pause the power point and allow the student to work on the example. The solution is on the next slide. Project Lead The Way, Inc. Copyright 2009

Example #3: Product of Sum (POS) Logic Circuits AOI Logic Implementation Example #3: Product of Sum (POS) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Design an AOI Logic Circuit for the POS logic expression shown below. Solution The solution for example #3 is included on this slide. If you print handouts, do not print this page. F2 Project Lead The Way, Inc. Copyright 2009

Example #4: Product of Sum (POS) Logic Circuits AOI Logic Implementation Example #4: Product of Sum (POS) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Limiting your design to only 2-input OR gates, 2-input AND gates, and 3-input AND gates redesign the AOI Logic Circuit for the POS logic expression in the previous example. Pause the presentation and allow the student to work on the example. The solution is on the next slide. Project Lead The Way, Inc. Copyright 2009

Example #4: Product of Sum (POS) Logic Circuits AOI Logic Implementation Example #4: Product of Sum (POS) Logic Circuits Digital Electronics 2.1 Introduction to AOI Logic Limiting your design to only 2-input OR gates, 2-input AND gates, and 3-input AND gates redesign the AOI Logic Circuit for the POS logic expression in the previous example. Solution Teacher Note: The solution for example #4 is included on this slide. If you print handouts, do not print this page. F2 Project Lead The Way, Inc. Copyright 2009