spiral 1 unit 3
play

Spiral 1 / Unit 3 Minterm and Maxterms Canonical Sums and Products - PowerPoint PPT Presentation

1-3.1 Spiral 1 / Unit 3 Minterm and Maxterms Canonical Sums and Products 2- and 3-Variable Boolean Algebra Theorems DeMorgan's Theorem Function Synthesis use Canonical Sums/Products 1-3.2 Outcomes I know the difference between


  1. 1-3.1 Spiral 1 / Unit 3 Minterm and Maxterms Canonical Sums and Products 2- and 3-Variable Boolean Algebra Theorems DeMorgan's Theorem Function Synthesis use Canonical Sums/Products

  2. 1-3.2 Outcomes • I know the difference between combinational and sequential logic and can name examples of each. • I understand latency, throughput, and at least 1 technique to improve throughput • I can identify when I need state vs. a purely combinational function – I can convert a simple word problem to a logic function (TT or canonical form) or state diagram • I can use Karnaugh maps to synthesize combinational functions with several outputs • I understand how a register with an enable functions & is built • I can design a working state machine given a state diagram • I can implement small logic functions with complex CMOS gates

  3. 1-3.3 SYNTHESIZING LOGIC FUNCTIONS

  4. 1-3.4 The Problem • Given a logic function, how do we arrive at a circuit to implement this combinational function? X Y Z P I3 I2 I1 C1 C0 0 0 0 0 0 0 0 0 0 Primes between 0-7 1’s Count of Inputs 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 1 0 1 1 1 0 1 0 0 0 1 0 0 0 1 1 0 1 1 1 0 1 1 0 1 1 0 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1

  5. 1-3.5 Combining Functions • Given intermediate functions F1 and X F1 F2, how could you use AND, OR, NOT G Y to make G Z F2 X Y Z F1 F2 G 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 1 1 0 1 1 0 0 1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 0

  6. 1-3.6 Combining Functions • Given intermediate functions F1 and X F1 F2, how could you use AND, OR, NOT G Y to make G Z F2 F2’ F1*F2’ X Y Z F1 F2 F1 X Y Z F1 F2 G 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 0 0 1 1 0 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 0 1 1 1 1 0 0 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 G = F1*F2’

  7. 1-3.7 Combining Functions • Given intermediate functions F1 and X F1 F2, how could you use AND, OR, NOT H Y to make H Z F2 X Y Z F1 F2 H 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 0 0 1 0 1 1 1 0 0 1

  8. 1-3.8 Question • Is there a set of functions F1 X (F1, F2, etc.) that would ?? Y Z allow you to build ANY 3- Fn variable function – Think simple, think many X Y Z m0 m1 m2 m3 m4 m5 m6 m7 ? X Y Z F1 F2 Fn ? 0 0 0 1 0 0 0 0 0 0 0 ? 0 0 0 ? 0 0 1 0 1 0 0 0 0 0 0 ? 0 0 1 ? 0 1 0 0 0 1 0 0 0 0 0 ? 0 1 0 ? 0 1 1 0 0 0 1 0 0 0 0 ? 0 1 1 ? 1 0 0 0 0 0 0 1 0 0 0 ? 1 0 0 ? 1 0 1 0 0 0 0 0 1 0 0 ? 1 0 1 ? 1 1 0 0 0 0 0 0 0 1 0 ? 1 1 0 ? 1 1 1 0 0 0 0 0 0 0 1 ? 1 1 1 ? OR together any combination of m I ’s

  9. 1-3.9 Defining Minterms • Remember these minterms are intermediate functions that we'll use to build larger functions • Write the expression for each minterm of F(x,y,z) Minterms Row # Minterm Expression x y z m 0 m 1 m 2 m 3 m 4 m 5 m 6 m 7 0 m 0 0 0 0 1 0 0 0 0 0 0 0 1 m 1 0 0 1 0 1 0 0 0 0 0 0 2 m 2 0 1 0 0 0 1 0 0 0 0 0 3 m 3 0 1 1 0 0 0 1 0 0 0 0 4 m 4 1 0 0 0 0 0 0 1 0 0 0 5 m 5 1 0 1 0 0 0 0 0 1 0 0 6 m 6 1 1 0 0 0 0 0 0 0 1 0 7 m 7 1 1 1 0 0 0 0 0 0 0 1

  10. 1-3.10 Applying Minterms to Synthesize a Function • Each numbered minterm checks whether the inputs are equal to the corresponding combination. When the inputs are equal, the minterm will evaluate to 1 and thus the whole function will evaluate to 1. P = m 2 + m 3 + m 5 + m 7 = x’yz’ + x’yz + xy’z + xyz x y z P 0 0 0 0 when x,y,z = {0,1,0} = 2 then 0 0 1 0 use… P = 0’•1•0’ + 0’•1•0 + 0•1’•0 + 0•1•0 0 1 0 1 m 2 = 1 + 0 + 0 + 0 = 1 0 1 1 1 m 3 1 0 0 0 when x,y,z = {1,0,1} = 5 then P = 1’•0•1’ + 1’•0•1 + 1•0’•1 + 1•0•1 1 0 1 1 m 5 = 0 + 0 + 1 + 0 = 1 1 1 0 0 1 1 1 1 m 7 when x,y,z = {0,0,1} = 5 then P = 0’•0•1’ + 0’•0•1 + 0•0’•1 + 0•0•1 = 0 + 0 + 0 + 0 = 0

  11. 1-3.11 Checkers / Decoders • The m i functions on the previous slide are just AND gate checkers – That combination can be changed by adding inverters to the inputs – We can think of the AND gate as “checking” or “decoding” a specific combination and outputting a ‘1’ when it matches. X Y Z F X Y Z F 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 x x m5 m0 y y 0 1 1 0 0 1 1 0 z z 1 0 0 0 1 0 0 0 1 0 1 1 1 0 1 0 AND gate decoding AND gate decoding 1 1 0 0 1 1 0 0 (checking for) (checking for) combination 000 combination 101 1 1 1 0 1 1 1 0

  12. 1-3.12 Minterms • A minterm can be generated for every combination of inputs • Each minterm is the AND’ing of variables that will evaluate to 1 for only that combination • A minterm “ checks ” or “ decodes ” a specific input combination and outputs 1 when found X Y Z F Minterm 3 0 0 0 0 011 = x’•y•z = m 3 0 0 1 0 0 1 0 1 Minterm 5 0 1 1 1 101 = x •y’•z = m 5 1 0 0 0 1 0 1 1 To make the minterm, 1 1 0 0 complement the variables that 1 1 1 1 equal 0 and leave the variables in their true form that equal 1.

  13. 1-3.13 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders/checkers X Y Z F 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 1 0 0 1 1 1 1

  14. 1-3.14 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders X Y Z F X Y Z A x A y 0 0 0 0 0 0 0 0 z 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 1 1 1 1 1 0

  15. 1-3.15 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders X Y Z F X Y Z A B x A y 0 0 0 0 0 0 0 0 0 z 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 x B 0 1 1 0 y 0 1 1 0 0 z 1 0 0 1 1 0 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 1 1 1 1 1 1 0 0

  16. 1-3.16 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders X Y Z F X Y Z A B C x A y 0 0 0 0 0 0 0 0 0 0 z 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 x B 0 1 1 0 y 0 1 1 0 0 0 z 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 x C 1 1 0 0 1 1 0 0 0 0 y z 1 1 1 1 1 1 1 0 0 1

  17. 1-3.17 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders X Y Z F X Y Z A B C F x A y 0 0 0 0 0 0 0 0 0 0 0 z 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 x F B 0 1 1 0 y 0 1 1 0 0 0 0 z 1 0 0 1 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 x C 1 1 0 0 1 1 0 0 0 0 0 y z 1 1 1 1 1 1 1 0 0 1 1

  18. 1-3.18 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders X Y Z F X Y Z A B C F x 1 A y 0 0 0 0 0 0 0 0 0 0 0 0 0 0 z 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 x F B 0 1 1 0 y 0 1 1 0 0 0 0 0 1 1 0 z 1 0 0 1 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 x 1 C 1 1 0 0 1 1 0 0 0 0 0 0 y 0 z 0 1 1 1 1 1 1 1 0 0 1 1 F(1,0,0) = 1

  19. 1-3.19 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders X Y Z F X Y Z A B C F x 0 A y 1 0 0 0 0 0 0 0 0 0 0 0 1 0 z 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 0 x F B 0 1 1 0 y 0 1 1 0 0 0 0 1 1 0 0 z 1 0 0 1 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 x 0 C 1 1 0 0 1 1 0 0 0 0 0 1 y 0 z 0 1 1 1 1 1 1 1 0 0 1 1 F(0,1,0) = 1

  20. 1-3.20 Using Decoders to Implement Functions • Given an any logic function, it can be implemented with the superposition of decoders X Y Z F X Y Z A B C F x 0 A y 1 0 0 0 0 0 0 0 0 0 0 0 0 1 z 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 0 x F B 0 1 1 0 y 0 1 1 0 0 0 0 1 0 0 1 z 1 0 0 1 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 x 0 C 1 1 0 0 1 1 0 0 0 0 0 1 y 0 z 1 1 1 1 1 1 1 1 0 0 1 1 F(0,1,1) = 0

  21. 1-3.21 Minterm Definition • Minterm : A product term where each input variable of a function appears as exactly one literal – f(x,y,z) => • x’y’z • xyz • x’y • x+y+z

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend