ELEC Digital Logic Circuits Fall 2015 Logic Minimization (Chapter 3)

Similar documents
ELEC Digital Logic Circuits Fall 2014 Logic Minimization (Chapter 3)

ECE/Comp Sci 352 Digital System Fundamentals Quiz # 1 Solutions

Combinational Logic (mostly review!)

UNIT 5 KARNAUGH MAPS Spring 2011

CHAPTER 5 KARNAUGH MAPS

Lecture 6: Gate Level Minimization Syed M. Mahmud, Ph.D ECE Department Wayne State University

K-map Definitions. abc

COMP2611: Computer Organization. Introduction to Digital Logic

for Digital Systems Simplification of logic functions Tajana Simunic Rosing Sources: TSR, Katz, Boriello & Vahid

Chapter 4 Optimized Implementation of Logic Functions

3. PRINCIPLES OF COMBINATIONAL LOGIC

Lecture 2. Notes. Notes. Notes. Boolean algebra and optimizing logic functions. BTF Electronics Fundamentals August 2014

Logic and Computer Design Fundamentals. Chapter 2 Combinational Logic Circuits. Part 2 Circuit Optimization

Unit 2 Session - 6 Combinational Logic Circuits

Digital Circuit And Logic Design I. Lecture 4

L4: Karnaugh diagrams, two-, and multi-level minimization. Elena Dubrova KTH / ICT / ES

Principles of Computer Architecture. Appendix B: Reduction of Digital Logic. Chapter Contents

Simplification of Boolean Functions. Dept. of CSE, IEM, Kolkata

Boolean Algebra. Boolean Variables, Functions. NOT operation. AND operation. AND operation (cont). OR operation

CMSC 313 Lecture 19 Homework 4 Questions Combinational Logic Components Programmable Logic Arrays Introduction to Circuit Simplification

CMSC 313 Lecture 19 Combinational Logic Components Programmable Logic Arrays Karnaugh Maps

Learning Objectives. Boolean Algebra. In this chapter you will learn about:

Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps

Lecture 5: NAND, NOR and XOR Gates, Simplification of Algebraic Expressions

Optimizations and Tradeoffs. Combinational Logic Optimization

Possible logic functions of two variables

Lecture 7: Karnaugh Map, Don t Cares

Gate-Level Minimization

DIGITAL TECHNICS I. Dr. Bálint Pődör. Óbuda University, Microelectronics and Technology Institute 5. LECTURE: LOGIC SYNTHESIS

Karnaugh Maps (K-Maps)

Lecture 1. Notes. Notes. Notes. Introduction. Introduction digital logic February Bern University of Applied Sciences

CSE 140: Components and Design Techniques for Digital Systems

Lecture 4: Four Input K-Maps

Chapter 2. Introduction. Chapter 2 :: Topics. Circuits. Nodes. Circuit elements. Introduction

ELC224C. Karnaugh Maps

Chapter 2 Part 7 Combinational Logic Circuits

Chapter 2 Combinational Logic Circuits

12/31/2010. Overview. 10-Combinational Circuit Design Text: Unit 8. Limited Fan-in. Limited Fan-in. Limited Fan-in. Limited Fan-in

ELEC Digital Logic Circuits Fall 2014 Sequential Circuits (Chapter 6) Finite State Machines (Ch. 7-10)

The Karnaugh Map COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

This form sometimes used in logic circuit, example:

Working with Combinational Logic. Design example: 2x2-bit multiplier

Logic Design I (17.341) Fall Lecture Outline

Logic Minimization. Two-Level. University of California. Prof. Srinivas Devadas. Prof. Richard Newton Prof. Sanjit Seshia. Prof.

14:332:231 DIGITAL LOGIC DESIGN

ENGR 303 Introduction to Logic Design Lecture 3. Dr. Chuck Brown Engineering and Computer Information Science Folsom Lake College

CMSC 313 Preview Slides

Digital Logic Design. Combinational Logic

CS/EE 181a 2010/11 Lecture 4

CS/EE 181a 2008/09 Lecture 4

12/31/2010. Overview. 05-Boolean Algebra Part 3 Text: Unit 3, 7. DeMorgan s Law. Example. Example. DeMorgan s Law

E&CE 223 Digital Circuits & Systems. Lecture Transparencies (Boolean Algebra & Logic Gates) M. Sachdev. Section 2: Boolean Algebra & Logic Gates

Computer Organization I. Lecture 13: Design of Combinational Logic Circuits

Boolean Algebra and Logic Simplification

ﻮﻧﺭﺎﮐ ﺔﺸﻘﻧ ﺎﺑ ﻱﺯﺎﺳ ﻪﻨﻴﻬﺑ

Minimization techniques

Unit 6. Quine-McClusky Method. Unit 6 1

Karnaugh Maps Objectives

Ch 2. Combinational Logic. II - Combinational Logic Contemporary Logic Design 1

E&CE 223 Digital Circuits & Systems. Lecture Transparencies (Boolean Algebra & Logic Gates) M. Sachdev

CHAPTER III BOOLEAN ALGEBRA

L2: Combinational Logic Design (Construction and Boolean Algebra)

Midterm1 Review. Jan 24 Armita

Combinational Logic Fundamentals

WEEK 3.1 MORE ON KARNAUGH MAPS

Lecture 5. Karnaugh-Map

Week-I. Combinational Logic & Circuits

COM111 Introduction to Computer Engineering (Fall ) NOTES 6 -- page 1 of 12

CprE 281: Digital Logic

Chapter 2: Princess Sumaya Univ. Computer Engineering Dept.

Part 5: Digital Circuits

Boolean cubes EECS150. Mapping truth tables onto cubes. Simplification. The Uniting Theorem. Three variable example

Advanced Digital Design with the Verilog HDL, Second Edition Michael D. Ciletti Prentice Hall, Pearson Education, 2011

ELEC Digital Logic Circuits Fall 2014 Switching Algebra (Chapter 2)

CMSC 313 Lecture 16 Postulates & Theorems of Boolean Algebra Semiconductors CMOS Logic Gates

Simlification of Switching Functions

Textbook: Digital Design, 3 rd. Edition M. Morris Mano

CHAPTER III BOOLEAN ALGEBRA

L2: Combinational Logic Design (Construction and Boolean Algebra)

Quality of Minimal Sets of Prime Implicants of Boolean Functions

DIGITAL ELECTRONICS & it0203 Semester 3

Combinational logic. Possible logic functions of two variables. Minimal set of functions. Cost of different logic functions.

Number System conversions

Logic Synthesis. Late Policies. Wire Gauge. Schematics & Wiring

Goals for Lecture. Binary Logic and Gates (MK 2.1) Binary Variables. Notation Examples. Logical Operations

Digital Design 2. Logic Gates and Boolean Algebra

L2: Combinational Logic Design (Construction and Boolean Algebra)

Simplifying Logic Circuits with Karnaugh Maps

211: Computer Architecture Summer 2016

PI = { a.b.c, ac d, b cd, ab d, bd} cd

Review. EECS Components and Design Techniques for Digital Systems. Lec 06 Minimizing Boolean Logic 9/ Review: Canonical Forms

Digital- or Logic Circuits. Outline Logic Circuits. Logic Voltage Levels. Binary Representation

EECS150 - Digital Design Lecture 19 - Combinational Logic Circuits : A Deep Dive

Logic Design Combinational Circuits. Digital Computer Design

CS221: Digital Design. Dr. A. Sahu. Indian Institute of Technology Guwahati

Chapter 2 Combinational Logic Circuits

Theorem/Law/Axioms Over (.) Over (+)

Spiral 1 / Unit 5. Karnaugh Maps

Outcomes. Spiral 1 / Unit 5. Logic Function Synthesis KARNAUGH MAPS. Karnaugh Maps

Why digital? Overview. Number Systems. Binary to Decimal conversion

Transcription:

ELE 2200-002 igital Logic ircuits Fall 205 Logic Minimization (hapter 3) Vishwani. grawal James J. anaher Professor epartment of Electrical and omputer Engineering uburn University, uburn, L 36849 http://www.eng.auburn.edu/~vagrawal vagrawal@eng.auburn.edu Fall 205, Oct 23... ELE2200-002 Lecture 5

Understanding Minimization... Logic function: a b NOT F = ab + ab + bd + N N cd N OR F c d N Fall 205, Oct 23... ELE2200-002 Lecture 5 2

... Understanding Minimization Reducing products: F = ab + ab + bd + cd = b( a + a) + bd + cd = b + bd + cd = b( c + c) + bd + cd = bd + bc + cd + bc = bd + bc + bc = bd + b( c + c) = bd + b istributivity omplementation Identity omplementation istribitivity onsensus theorem istributivity omplement, identity Fall 205, Oct 23... ELE2200-002 Lecture 5 3

... Understanding Minimization Reduced SOP: F = bd + b b NOT d N OR F Fall 205, Oct 23... ELE2200-002 Lecture 5 4

... Understanding Minimization Reducing literals: F = bd + b = d + b b bd d bsorption theorem b d NOT OR Exercise: This circuit uses 8 transistors in MOS technology. an you redesign it with 6 transistors? (Hint: Use de Morgan s Theorem.) Fall 205, Oct 23... ELE2200-002 Lecture 5 5 F

Or, ould Use Karnaugh Map http://www.ee.calpoly.edu/media/uploads/resources/karnaughexplorer_.html Fall 205, Sep 30... ELE2200-002 Lecture 4 6

Logic Minimization Generally means In SOP form: Minimize number of products (reduce gates) and Minimize literals (reduce gate inputs) In POS form: Minimize number of sums (reduce gates) and Minimize literals (reduce gate inputs) Fall 205, Oct 23... ELE2200-002 Lecture 5 7

Product or Implicant or ube ny set of literals Ned together. Minterm is a special case where all variables are present. It is the largest product. minterm is also called a 0-implicant of 0- cube. -implicant or -cube is a product with one variable eliminated: Obtained by combining two adjacent 0-cubes + = ( + ) = Fall 205, Oct 23... ELE2200-002 Lecture 5 8

ubes (Implicants) of 4 Variables What is this? 0 4 2 8 5 3 9 3 7 5 Minterm or 0-implicant or 0-cube 2 6 4 0 -implicant or -cube Fall 205, Oct 23... ELE2200-002 Lecture 5 9

Growing ubes, Reducing Products -implicant or -cube 0 4 2 8 2-implicant or 2-cube 5 3 9 3 7 5 What is this? 2 6 4 0 -implicant or -cube Fall 205, Oct 23... ELE2200-002 Lecture 5 0

Largest ubes or Smallest Products 0 4 2 8 What is this? 5 3 9 3 7 5 2 6 4 0 3-implicant or 3-cube Fall 205, Oct 23... ELE2200-002 Lecture 5

Implication and overing larger cube covers a smaller cube if all minterms of the smaller cube are included in the larger cube. smaller cube implies (or subsumes) a larger cube if all minterms of the smaller cube are included in the larger cube. Fall 205, Oct 23... ELE2200-002 Lecture 5 2

Implicants of a Function Minterms, products, cubes that imply the function. F = + + + 0 4 2 8 5 3 9 3 7 5 2 6 4 0 Fall 205, Oct 23... ELE2200-002 Lecture 5 3

Prime Implicant (PI) cube or implicant of a function that cannot grow larger by expanding into other cubes. 0 4 2 8 0 4 2 8 PI 5 3 9 3 7 5 5 3 9 3 7 5 2 6 4 0 2 6 4 0 Fall 205, Oct 23... ELE2200-002 Lecture 5 4

Essential Prime Implicant (EPI) If among the minterms subsuming a prime implicant (PI), there is at least one minterm that is covered by this and only this PI, then the PI is called an essential prime implicant (EPI). lso called essential prime cube (EP). EPI Why not this? Fall 205, Oct 23... ELE2200-002 Lecture 5 5

Redundant Prime Implicant (RPI) If each minterm subsuming a prime implicant (PI) is also covered by other essential prime implicants, then that PI is called a redundant prime implicant (RPI). lso called redundant prime cube (RP). EPI RPI Fall 205, Oct 23... ELE2200-002 Lecture 5 6

Selective Prime Implicant (SPI) prime implicant (PI) that is neither EPI nor RPI is called a selective prime implicant (SPI). lso called selective prime cube (SP). SPIs occur in pairs. EPI SPI Fall 205, Oct 23... ELE2200-002 Lecture 5 7

Minimum Sum of Products (MSOP) Identify all prime implicants (PI) by letting minterms and implicants grow. onstruct MSOP with PI only : over all minterms Use only essential prime implicants (EPI) Use no redundant prime implicant (RPI) Use cheaper selective prime implicants (SPI) good heuristic hoose EPI in ascending order, starting from 0-implicant, then -implicant, 2- implicant,... Fall 205, Oct 23... ELE2200-002 Lecture 5 8

Example: F= m(,3,4,5,8,9,3,5) 0 4 3 5 2 8 3 7 5 9 2 6 4 0 MSOP: F = + + + RPI Fall 205, Oct 23... ELE2200-002 Lecture 5 9

Example: F= m(,3,5,7,8,0,2,3,4) SPI 0 4 2 8 MSOP: F = + + 3 5 7 3 2 6 4 9 5 0 Fall 205, Oct 23... ELE2200-002 Lecture 5 20

Functions with on t are Minterms F(,,) = m(0,3,7) + d(4,5) Include don t care minterms when beneficial. Φ Φ Φ Φ F = + F = + Fall 205, Oct 23... ELE2200-002 Lecture 5 2

Five-Variable Function F(,,,,E) = m(0,,4,5,6,3,4,5,22,24,25,28,29,30,3) = 0 = 0 4 2 8 6 20 28 24 5 3 3 7 5 2 6 4 9 0 E 7 2 29 9 23 3 8 22 30 25 27 26 E F = + + E + E Fall 205, Oct 23... ELE2200-002 Lecture 5 22

Multiple-Output Minimization Inputs Outputs F F2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Fall 205, Oct 23... ELE2200-002 Lecture 5 23

Individual Output Minimization Need five products. F F2 0 4 2 8 0 4 2 8 5 3 7 3 5 9 2 6 4 0 5 3 3 7 5 9 2 6 4 0 Fall 205, Oct 23... ELE2200-002 Lecture 5 24

Global Minimization Need four products. F F2 0 4 2 8 0 4 2 8 5 3 7 3 5 9 2 6 4 0 5 3 3 7 5 9 2 6 4 0 Fall 205, Oct 23... ELE2200-002 Lecture 5 25

Minimized SOP and POS F(,,,) = m(,3,4,7,) + d(5,2,3,4,5) = Π M(0,2,6,8,9,0) (5,2,3,4,5) 0 4 2 Φ 8 0 0 4 2 Φ 8 0 3 5 7 Φ 3 Φ 5 Φ 2 6 4 Φ 9 0 5 Φ 3 Φ 3 7 5 Φ 2 0 6 0 4 Φ 9 0 0 0 F = + + F = + + F = ( + )( + )( + ) Fall 205, Oct 23... ELE2200-002 Lecture 5 26

SOP and POS ircuits F(,,,) = m(,3,4,7,)+d(5,2,3,4,5) = Π M(0,2,6,8,9,0) (5,2,3,4,5) F = + + F = ( + )( + )( + ) F F re two circuits functionally Identical? Fall 205, Oct 23... ELE2200-002 Lecture 5 27

How on t ares Occur onsider two crossroads: highway with traffic signals, red (R), yellow (Y) and green (G), and rural road with red (r) and green (g) signals. Here R, Y, G, r and g are oolean variables; a implies light is on, 0 means light is off. Highway signals R, Y and G are controlled by a computer. Rural traffic can cross highway (g = ) only when R =, Y = G = 0, and r = g. Fall 205, Oct 23... ELE2200-002 Lecture 5 28

Traffic Signals Fall 205, Oct 23... ELE2200-002 Lecture 5 29

ompletely Specified Function Truth Table minterm R Y G g 0 0 0 0 0 0 0 0 2 0 0 0 3 0 0 4 0 0 5 0 0 6 0 0 7 0 G R Y G Y g = R Y G R g Fall 205, Oct 23... ELE2200-002 Lecture 5 30

Incompletely Specified Function dditional condition: Exactly one highway light can be on. Truth Table minterm R Y G g 0 0 0 0 Φ 0 0 0 2 0 0 0 3 0 Φ 4 0 0 5 0 Φ 6 0 Φ 7 Φ Φ or X denotes don t care g = R Fall 205, Oct 23... ELE2200-002 Lecture 5 3 G Y R Φ Φ Φ Φ Φ R g

bsorption Theorem For two oolean variables:, + = Proof: Fall 205, Oct 23... ELE2200-002 Lecture 5 32

onsensus Theorem For three oolean variables:,, + + = + Proof: Fall 205, Oct 23... ELE2200-002 Lecture 5 33

Growing Implicants to PI F = + + initial implicants = + + + consensus th. = + + absorption th. = + + + consensus th. = + + absorption th. Fall 205, Oct 23... ELE2200-002 Lecture 5 34

Identifying EPI Find all prime implicants. From prime implicant SOP, remove a PI. pply consensus theorem to the remaining SOP. If the removed PI is generated, then it is either an RPI or an SPI. If the removed PI is not generated, then it is an EPI Fall 205, Oct 23... ELE2200-002 Lecture 5 35

Example PI SOP: F = + + Is an EPI? F {} = +, no new PI can be generated Hence, is an EPI. Similarly, is an EPI. Fall 205, Oct 23... ELE2200-002 Lecture 5 36

Example (ont.) PI SOP: F = + + Is an EPI? F { } = + = + + (onsensus theorem) Hence is not an EPI (it is an RPI) Minimum SOP: F = + Fall 205, Oct 23... ELE2200-002 Lecture 5 37

Finding MSOP. Start with minterm or cube SOP representation of oolean function. 2. Find all prime implicants (PI). 3. Include all EPI s in MSOP. 4. Find the set of uncovered minterms, {U}. 5. MSOP is minimum if {U} is empty. ONE. 6. For a minterm in {U}, include the largest PI from remaining PI s (non-epi s) in MSOP. 7. Go to step 4. Fall 205, Oct 23... ELE2200-002 Lecture 5 38

Finding Uncovered Minterms, {U} {U} = ({PI} # {PMSOP}) # {} Where: {PI} is set of all prime implicants of the function. {PMSOP} is any partial SOP. {} is set of don t care minterms. Sharp (#) operation between oolean expressions X and Y, X # Y, is the set of minterms covered by X that are not covered by Y. Fall 205, Oct 23... ELE2200-002 Lecture 5 39

Example: # (Sharp) Operation # = {, } # = {, } Fall 205, Oct 23... ELE2200-002 Lecture 5 40

Minterms overed by a Product product from which k variables have been eliminated, covers 2 k minterms. Example: For four variables,,,, Product covers 2 2 = 4 minterms: ) 2) 3) 4) Obtained by inserting the eliminated variables in all possible ways. (4) (2) (3) () Fall 205, Oct 23... ELE2200-002 Lecture 5 4

Quine-Mcluskey Willard V. O. Quine 908 2000 Edward J. Mcluskey b. 929 Fall 205, Oct 23... ELE2200-002 Lecture 5 42

Quine-Mcluskey Tabular Minimization Method W. V. Quine, The Problem of Simplifying Truth Functions, merican Mathematical Monthly, vol. 59, no. 0, pp. 52-53, October 952. E. J. Mcluskey, Minimization of oolean Functions, ell System Technical Journal, vol. 35, no., pp. 47-444, November 956. Textbook, Section 3.9, pp. 2-225. Fall 205, Oct 23... ELE2200-002 Lecture 5 43

Q-M Tabular Minimization Minimizes functions with many variables. egin with minterms: Step : Tabulate minterms in groups of increasing number of true variables. Step 2: onduct linear searches to identify all prime implicants (PI). Step 3: Tabulate PI s vs. minterms to identify EPI s. Step 4: Tabulate non-essential PI s vs. minterms not covered by EPI s. Select minimum number of PI s to cover all minterms. MSOP contains all EPI s and selected non-epi s. Fall 205, Oct 23... ELE2200-002 Lecture 5 44

F(,,,) = m(2,4,6,8,9,0,2,3,5) Q-M Step : Group minterms with true variable, 2 true variables, etc. Minterm Groups 2 000 4 000 8 000 6 00 9 00 0 00 2 00 : single 2: two s 3 0 3: three s 5 4: four s Fall 205, Oct 23... ELE2200-002 Lecture 5 45

Q-M Step 2 Find all implicants by combining minterms, and then combining products that differ in a single variable: For example, 2 and 6, or and, written as 0 0. Try combining a minterm (or product) with all minterms (or products) listed below in the table. Include resulting products in the next list. If minterm (or product) does not combine with any other, mark it as PI. heck the minterm (or product) and repeat for all other minterms (or products). Fall 205, Oct 23... ELE2200-002 Lecture 5 46

Step 2 Executed on Example List List 2 _List 3 Minterm PI? Minterms PI? Minterms PI? 2 000 X 2, 6 0-0 PI_2 8,9,2,3-0- PI_ 4 000 X 2,0-00 PI_3 8 000 X 4,6 0-0 PI_4 6 00 X 4,2-00 PI_5 9 00 X 8,9 00- X 0 00 X 8,0 0-0 PI_6 2 00 X 8,2-00 X 3 0 X 9,3-0 X 5 X 2,3 0- X 3,5 - PI_7 Fall 205, Oct 23... ELE2200-002 Lecture 5 47

Step 3: Identify EPI s overed by EPI x x x x x Minterms 2 4 6 8 9 0 2 3 5 PI_ is EPI x x x x PI_2 x x PI_3 x x PI_4 x x PI_5 x x PI_6 x x PI_7 is EPI x x Fall 205, Oct 23... ELE2200-002 Lecture 5 48

Step 4: over Remaining Minterms Remaining minterms 2 4 6 0 PI_2 x x PI_3 x x PI_4 x x PI_5 PI_6 Integer linear program (ILP), available from Matlab and other sources: efine integer {0,} variables, xk =, select PI_k; xk = 0, do not select PI_k. Minimize k xk, subject to constraints: x2 + x3 x4 + x5 x2 + x4 x3 + x6 solution is x3 = x4 =, x2 = x5 = x6 = 0, or select PI_3, PI_4 Fall 205, Oct 23... ELE2200-002 Lecture 5 49 x x

Linear Programming (LP) mathematical optimization method for problems where some cost depends on a large number of variables. n easy to understand introduction is: S. I. Gass, n Illustrated Guide to Linear Programming, New York: over Publications, 970. Very useful tool for a variety of engineering design problems. vailable in software packages like Matlab. ourses on linear programming are available in Math, usiness and Engineering departments. Fall 205, Oct 23... ELE2200-002 Lecture 5 50

Q-M MSOP Solution and Verification F(,,,) = PI_ + PI_3 + PI_4 + PI_7 = -0- + -00 + 0-0 + - = + + + See Karnaugh map. EPI s in MSOP Non-EPI s in MSOP Non-EPI s not in MSOP Fall 205, Oct 23... ELE2200-002 Lecture 5 5

Minimized ircuit PI PI3 PI4 F PI7 Fall 205, Oct 23... ELE2200-002 Lecture 5 52

QM Minimizer on the Web http://quinemccluskey.com/ Fall 205, Oct 23... ELE2200-002 Lecture 5 53

Function with on t ares F(,,,) = m(4,6,8,9,0,2,3) + d(2, 5) Q-M Step : Group all minterms with true variable, 2 true variables, etc. Minterm Groups 2 000 4 000 8 000 6 00 9 00 0 00 2 00 : single 2: two s 3 0 3: three s 5 4: four s Fall 205, Oct 23... ELE2200-002 Lecture 5 54

Step 2: Same s efore on ll Minterms List List 2 List 3 Minterm PI? Minterms PI? Minterms PI? 2 000 X 2, 6 0-0 PI2 8,9,2,3-0- PI 4 000 X 2,0-00 PI3 8 000 X 4,6 0-0 PI4 6 00 X 4,2-00 PI5 9 00 X 8,9 00- X 0 00 X 8,0 0-0 PI6 2 00 X 8,2-00 X 3 0 X 9,3-0 X 5 X 2,3 0- X 3,5 - PI7 Fall 205, Oct 23... ELE2200-002 Lecture 5 55

Step 3: Identify EPI s Ignoring on t ares overed by EPI x x x x Minterms 4 6 8 9 0 2 3 PI is EPI x x x x PI2 x PI3 x PI4 x x PI5 x x PI6 x x PI7 x Fall 205, Oct 23... ELE2200-002 Lecture 5 56

Step 4: over Remaining Minterms Remaining minterms 4 6 0 PI_2 PI_3 PI_4 x x PI_5 PI_6 Integer linear program (ILP), available from Matlab and other sources: efine integer {0,} variables, xk =, select PI_k; xk = 0, do not select PI_k. Minimize k xk, subject to constraints: x4 + x5 x2 + x4 x3 + x6 solution is x3 = x4 =, x2 = x5 = x6 = 0, or select PI_3, PI_4 x x x x Fall 205, Oct 23... ELE2200-002 Lecture 5 57

Q-M MSOP Solution and Verification F(,,,) = PI_ + PI_3 + PI_4 = -0- + -00 + 0-0 = + + See Karnaugh map. EPI s in MSOP EPI s not selected Non-EPI s in MSOP Non-EPI s not in MSOP Fall 205, Oct 23... ELE2200-002 Lecture 5 58

Minimized ircuit PI PI3 F PI4 Fall 205, Oct 23... ELE2200-002 Lecture 5 59

Further Reading Incompletely specified functions: See Example 3.25, pages 28-220. Multiple output functions: See Example 3.26, pages 220-222. Fall 205, Oct 23... ELE2200-002 Lecture 5 60