© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 1 EECS 150 - Components and Design Techniques for Digital Systems Lec 02 – Gates and CMOS Technology 8-30-07.

Slides:



Advertisements
Similar presentations
L14: Boolean Logic and Basic Gates
Advertisements

Types of Logic Circuits
Chapter 2 Logic Circuits.
Introduction to Digital Systems By Dr. John Abraham UT-Panam.
I - Introduction © Copyright 2004, Gaetano Borriello and Randy H. Katz 1 Why study logic design? Obvious reasons  this course is part of the EE/CS/CE.
CS 150 – Fall Lec #26 – Digital Design – 1 Digital Design and System Implementation zOverview of Physical Implementations zCMOS devices zCMOS transistor.
EECS 150 Fa04 Lecture 2 EECS Components and Design Techniques for Digital Systems Lec 02 – CMOS Technology David Culler Electrical Engineering.
EECS Components and Design Techniques for Digital Systems Lec 05 – Boolean Logic 9/4-04 David Culler Electrical Engineering and Computer Sciences.
Fall 2002EECS150 - Lec02-CMOS Page 1 EECS150 - Digital Design Lecture 2 - CMOS August 27, 2003 by Mustafa Ergen Lecture Notes: John Wawrzynek.
CS61C L23 Synchronous Digital Systems (1) Garcia, Fall 2011 © UCB Lecturer SOE Dan Garcia inst.eecs.berkeley.edu/~cs61c CS61C.
CS61CL Machine Structures Lec 7 – Introduction to Digital Design David Culler Electrical Engineering and Computer Sciences University of California, Berkeley.
Chapter 4 Gates and Circuits.
Spring 2002EECS150 - Lec02-CMOS Page 1 EECS150 - Digital Design Lecture 2 - CMOS January 24, 2002 John Wawrzynek.
Contemporary Logic Design Two-Level Logic © R.H. Katz Transparency No. 3-1 Chapter #2: Two-Level Combinational Logic Section 2.1, Logic Functions.
© UC Berkeley CS61CL – Machine Structures David Culler Electrical Engineering and Computer Sciences University of California, Berkeley
Computer ArchitectureFall 2008 © August 20 th, Introduction to Computer Architecture Lecture 2 – Digital Logic Design.
Lecture 8 Topics –Switch –Transistor –CMOS transistor –Logic gates AND, OR, NOT Universal gates: NAND, NOR XOR.
Chapter 2: Boolean Algebra and Logic Functions
Gates and Logic: From switches to Transistors, Logic Gates and Logic Circuits Hakim Weatherspoon CS 3410, Spring 2013 Computer Science Cornell University.
Chapter 4 Gates and Circuits. 4–2 Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors.
Chapter 4 Gates and Circuits.
MOS Transistors The gate material of Metal Oxide Semiconductor Field Effect Transistors was original made of metal hence the name. Present day devices’
1 CHAPTER 4: PART I ARITHMETIC FOR COMPUTERS. 2 The MIPS ALU We’ll be working with the MIPS instruction set architecture –similar to other architectures.
Chapter 4 Gates and Circuits.
1 Logic Gates Digital Computer Logic Kashif Bashir WWW:
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
Lecture 2 1 Computer Elements Transistors (computing) –How can they be connected to do something useful? –How do we evaluate how fast a logic block is?
School of Computer Science G51CSA 1 Computer Systems Architecture Fundamentals Of Digital Logic.
CSE 311 Foundations of Computing I Spring 2013, Lecture 3 Propositional Logic, Boolean Logic/Boolean Algebra 1.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
Digital Logic. 4 Why is 32-bit or 64-bit significant in terms of speed, efficiency? 4 Difference between OR and XOR 4 What is a mux for? PLA 4 Two kinds.
Chapter 1 Combinational CMOS Logic Circuits Lecture # 4 Pass Transistors and Transmission Gates.
Lecture 22: 11/19/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
CSE 311 Foundations of Computing I
Digital Design and System Implementation
Lecture 3. Combinational Logic 1 Prof. Taeweon Suh Computer Science Education Korea University 2010 R&E Computer System Education & Research.
Lecture 4 Boolean Algebra. Logical Statements °A proposition that may or may not be true: Today is Monday Today is Sunday It is raining °Compound Statements.
CS/COE0447 Computer Organization & Assembly Language
Chapter 3 Digital Logic Structures. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-2 Transistor: Building.
Boolean Algebra and Logic Gates
Introduction to Computing Systems and Programming Digital Logic Structures.
CS 61C: Great Ideas in Computer Architecture Hardware intro, Digital Logic 1 Instructors: Nicholas Weaver & Vladimir Stojanovic
1 Binary Signals Logic gate circuits are designed to input and output only two types of signals: “high” (1) and “low” (0), as represented by a variable.
Logic Gates Unit 16.
Logic gates.
Chapter 2: Boolean Algebra and Logic Functions
Logic Gates and Boolean Algebra
Stateless Combinational Logic and State Circuits
Instructor:Po-Yu Kuo 教師:郭柏佑
CHAPTER 2 Boolean Algebra
Chapter 4 Gates and Circuits.
CS105 Introduction to Computer Concepts GATES and CIRCUITS
CSE 311 Foundations of Computing I
Digital Logic Structures Logic gates & Boolean logic
CSE 370 – Winter Combinational Logic - 1
Digital Electronics Lab 2 Instructor:
CSE 370 – Winter Sequential Logic - 1
January 19 W’05 Yutao He 4532B Boelter Hall CSM51A/EEM16-Sec.1 W’05
ECE 120 Midterm 2 HKN Review Session
Chapter 2 Introduction to Logic Circuits
Part I Background and Motivation
January 24 W’05 Yutao He 4532B Boelter Hall CSM51A/EEM16-Sec.1 W’05
Logic Circuits I Lecture 3.
Design of Digital Circuits Lab 1 Supplement: Drawing Basic Circuits
Introductory Concepts
CSE 370 – Winter Introduction -2- 1
CSE 370 – Winter Number syst.; Logic functions- 1
ECE 120 Midterm 2 HKN Review Session.
Presentation transcript:

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 1 EECS Components and Design Techniques for Digital Systems Lec 02 – Gates and CMOS Technology David Culler Electrical Engineering and Computer Sciences University of California, Berkeley

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 2 Outline Summary of last time Overview of Physical Implementations Boolean Logic CMOS devices Combinational Logic Announcements/Break CMOS transistor circuits –basic logic gates –tri-state buffers –flip-flops »flip-flop timing basics »example use »circuits

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 3 L01 Summary: Digital Design Given a functional description and performance, cost, & power constraints, come up with an implementation using a set of primitives. How do we learn how to do this? 1. Learn about the primitives and how to generate them. 2. Learn about design representation. 3. Learn formal methods to optimally manipulate the representations. 4. Look at design examples. 5. Use trial and error - CAD tools and prototyping. Digital design is in some ways more an art than a science. The creative spirit is critical in combining primitive elements & other components in new ways to achieve a desired function. However, unlike art, we have objective measures of a design: performance cost power & Time to Market

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 4 The Boolean Abstraction

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 5 Technology State 0 State 1 Relay logicCircuit OpenCircuit Closed CMOS logic volts volts Transistor transistor logic (TTL) volts volts Fiber OpticsLight offLight on Dynamic RAMDischarged capacitorCharged capacitor Nonvolatile memory (erasable)Trapped electronsNo trapped electrons Programmable ROMFuse blownFuse intact Bubble memoryNo magnetic bubbleBubble present Magnetic diskNo flux reversalFlux reversal Compact discNo pitPit Mapping from physical world to binary world Sense the logical value, manipulate in s systematic fashion.

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 6 XY16 possible functions (F0–F15) X Y F X Y X nor Y not (X or Y) X nand Y not (X and Y) 10 not X X and Y X or Y not Y X xor Y X = Y Possible Logic Functions of Two Variables 16 possible functions of 2 input variables: –2**(2**n) functions of n inputs

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 7 X, Y are Boolean algebra variables XYX Y XYX'Y'X YX' Y'( X Y ) + ( X' Y' ) ( X Y ) + ( X' Y' )  X = Y XYX'X' Y Boolean expression that is true when the variables X and Y have the same value and false, otherwise Logic Functions and Boolean Algebra Any logic function that can be expressed as a truth table can be written as an expression in Boolean algebra using the operators: ', +, and

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 8 XYX nand Y XYX nor Y X nand Y  not ( (not X) nor (not Y) ) X nor Y  not ( (not X) nand (not Y) ) Minimal set of functions Implement any logic functions from NOT, NOR, and NAND? –For example, implementing X and Y is the same as implementing not (X nand Y) Do it with only NOR or only NAND –NOT is just a NAND or a NOR with both inputs tied together –and NAND and NOR are "duals", i.e., easy to implement one using the other

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 9 time change in Y takes time to "propagate" through gates Waveform View of Logic Functions Just a sideways truth table –But note how edges don't line up exactly –It takes time for a gate to switch its output!

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 10 T1 T2 use of 3-input gate A B C D T2 T1 Z A B C D Z From Boolean Expressions to Logic Gates More than one way to map expressions to gates –e.g., Z = A' B' (C + D) = (A' (B' (C + D)))

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 11 (X + Y)' = X' Y' NOR is equivalent to AND with inputs complemented (X Y)' = X' + Y' NAND is equivalent to OR with inputs complemented XYX'Y'(X + Y)'X' Y' XYX'Y'(X Y)'X' + Y' Proving theorems (perfect induction) De Morgan’s Law –complete truth table, exhaustive proof Push inv. bubble from output to input and change symbol

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 12 An algebraic structure An algebraic structure consists of –a set of elements B –binary operations { +, } –and a unary operation { ' } –such that the following axioms hold: 1. set B contains at least two elements, a, b, such that a  b 2. closure: a + b is in Ba b is in B 3. commutativity: a + b = b + aa b = b a 4. associativity: a + (b + c) = (a + b) + ca (b c) = (a b) c 5. identity: a + 0 = aa 1 = a 6. distributivity: a + (b c) = (a + b) (a + c) a (b + c) = (a b) + (a c) 7. complementarity: a + a' = 1a a' = 0 More on this later

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 13 Technology State “0” State “1” Relay logicCircuit OpenCircuit Closed CMOS logic volts volts Transistor transistor logic (TTL) volts volts Fiber OpticsLight offLight on Dynamic RAMDischarged capacitorCharged capacitor Nonvolatile memory (erasable)Trapped electronsNo trapped electrons Programmable ROMFuse blownFuse intact Bubble memoryNo magnetic bubbleBubble present Magnetic diskNo flux reversalFlux reversal Compact discNo pitPit Mapping from physical world to binary world Sense the logical value, manipulate in s systematic fashion.

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 14 Overview of Physical Implementations Integrated Circuits (ICs) –Combinational logic circuits, memory elements, analog interfaces. Printed Circuits boards (PCBs) –substrate for ICs and interconnection, distribution of CLK, Vdd, and GND signals, heat dissipation. Power Supplies –Converts line AC voltage to regulated DC low voltage levels. Chassis (rack, card case,...) –holds boards, power supply, provides physical interface to user or other systems. Connectors and Cables. The stuff out of which we make systems.

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 15 Integrated Circuits Primarily Crystalline Silicon 1mm - 25mm on a side M transistors ( M “logic gates") conductive layers feature size ~ 0.13um = 0.13 x m “CMOS” most common - complementary metal oxide semiconductor Package provides: –spreading of chip-level signal paths to board-level –heat dissipation. Ceramic or plastic with gold wires. Chip in Package

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 16 Printed Circuit Boards fiberglass or ceramic 1-20 conductive layers 1-20in on a side IC packages are soldered down. Multichip Modules (MCMs) Multiple chips directly connected to a substrate. (silicon, ceramic, plastic, fiberglass) without chip packages.

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 17 Integrated Circuits Moore’s Law has fueled innovation for the last 3 decades. “Number of transistors on a die doubles every 18 months.” What are the side effects of Moore’s law?

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 18 Integrated Circuits Uses for digital IC technology today: –standard microprocessors »used in desktop PCs, and embedded applications »simple system design (mostly software development) –memory chips (DRAM, SRAM) –application specific ICs (ASICs) »custom designed to match particular application »can be optimized for low-power, low-cost, high-performance »high-design cost / relatively low manufacturing cost –field programmable logic devices (FPGAs, CPLDs) »customized to particular application after fabrication »short time to market »relatively high part cost –standardized low-density components »still manufactured for compatibility with older system designs

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 19 close switch (if A is “1” or asserted) and turn on light bulb (Z) AZ open switch (if A is “0” or unasserted) and turn off light bulb (Z) Recall: Switches: basic element of physical implementations Implementing a simple circuit (arrow shows action if wire changes to “1”): Z  A A Z

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 20 CMOS Devices Cross Section The gate acts like a capacitor. A high voltage on the gate attracts charge into the channel. If a voltage exists between the source and drain a current will flow. In its simplest approximation the device acts like a switch. Top View MOSFET (Metal Oxide Semiconductor Field Effect Transistor). nFET pFET

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 21 n-channel open when voltage at G is low closes when: voltage(G) > voltage (S) +  p-channel closed when voltage at G is low opens when: voltage(G) < voltage (S) –  What’s Complementary about CMOS CMOS devices work in pairs Three terminals: drain, gate, and source –Switch action: if voltage on gate terminal is (some amount) higher/lower than source terminal then conducting path established between drain and source terminals G SD G SD

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 22 X Y Z XYZ XYZ XYZ XYZ Z X Y X Y Z XYZ XYZ XYZ XYZ Z X Y X xor Y = X Y' + X' Y X or Y but not both ("inequality", "difference") X xnor Y = X Y + X' Y' X and Y are the same ("equality", "coincidence") Building back up to our Boolean Abstraction NAND NOR XOR X  Y XNOR X = Y

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 23 Transistor-level Logic Circuits (inv) Inverter (NOT gate): Vdd Gnd Vdd Gnd 0 volts inout 3 volts what is the relationship between in and out?

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 24 Logical Values Threshold –Logical 1 (true) : V > Vdd –V th –Logical 0 (false) : V < Vth Noise margin? V +3 0 Logic 1 Logic 0 V out +3 0 Logic 0 Input Voltage Logic 1 Input Voltage V in +5 F inout T T F not( out, in)

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 25 Big idea: Self-restoring logic CMOS logic gates are self-restoring –Even if the inputs are imperfect, switching time is fast and outputs go rail to rail –Doesn’t matter how many you cascade »Although propagation delay increases Manage fan-out to ensure sharp and complete transition

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 26 Element of Time Logical change is not instantaneous Broader digital design methodology has to make it appears as such –Clocking, delay estimation, glitch avoidance V out +3 0 T Propagation delay

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 27 Announcements  Reading assignment for this week.  Katz and Boriello, Chap 1  K&B , pp  Homework 1 is posted - due week from friday

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 28 AND OR Z  A and B Z  A or B A B A B Computing with Switches Compose switches into more complex functions: Two fundamental structures: series (AND) and parallel (OR)

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 29 Transistor-level Logic Circuits - NAND Inverter (NOT gate): NAND gate Logic Function: –out = 0 iff both a AND b = 1 therefore out = (ab)’ –pFET network and nFET network are duals of one another. How about AND gate? a b out nand (out, a, b)

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 30 Transistor-level Logic Circuits nFET is used only to pass logic zero. pFet is used only to pass logic one. For example, NAND gate: Simple rule for wiring up MOSFETs: Note: This rule is sometimes violated by expert designers under special conditions.

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 31 Transistor-level Logic Circuits - NOR NAND gate NOR gate Function: –out = 0 iff both a OR b = 1 therefore out = (a+b)’ –Again pFET network and nFET network are duals of one another. –Other more complex functions are possible. Ex: out = (a+bc)’ a b out nor (out, a, b)

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 32 Transistor-level Logic Circuits Transistor circuit for inverting tri-state buffer: “high impedance” (output disconnected) Variations Tri-state Buffer “transmission gate” Inverting buffer Inverted enable Tri-state buffers are used when multiple circuits all connect to a common bus. Only one circuit at a time is allowed to drive the bus. All others “disconnect”.

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 33 Transmission Gate Transmission gates are the way to build “switches” in CMOS. Both transistor types are needed: –nFET to pass zeros. –pFET to pass ones. The transmission gate is bi-directional (unlike logic gates and tri-state buffers). Functionally it is similar to the tri-state buffer, but does not connect to Vdd and GND, so must be combined with logic gates or buffers. Is it self restoring?

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 34 Transistor-level Logic Circuits - MUX Multiplexor If s=1 then c=a else c=b Transistor Circuit for inverting multiplexor:

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 35 Transistor-level Logic Circuits - MUX Multiplexor If s=1 then c=a else c=b Transistor Circuit for inverting multiplexor:

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 36 Interactive Quiz mux (c, s, a, b) Generate truth table for MUX Boolean expression? Can you build an inverter out of a MUX? How about AND? c universality

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 37 inputsoutputs system Combinational vs. Sequential Digital Circuits Simple model of a digital system is a unit with inputs and outputs: Combinational means "memory-less" –Digital circuit is combinational if its output values only depend on its inputs

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 38 Sequential logic Sequential systems –Exhibit behaviors (output values) that depend on current as well as previous inputs All real circuits are sequential –Outputs do not change instantaneously after an input change –Why not, and why is it then sequential? Fundamental abstraction of digital design is to reason (mostly) about steady-state behaviors –Examine outputs only after sufficient time has elapsed for the system to make its required changes and settle down

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 39 Synchronous sequential digital systems Combinational circuit outputs depend only on current inputs –After sufficient time has elapsed Sequential circuits have memory –Even after waiting for transient activity to finish Steady-state abstraction: most designers use it when constructing sequential circuits: –Memory of system is its state –Changes in system state only allowed at specific times controlled by an external periodic signal (the clock) –Clock period is elapsed time between state changes sufficiently long so that system reaches steady-state before next state change at end of period

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 40 Recall: What makes Digital Systems tick? Combinational Logic time clk

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 41 D-type edge-triggered flip-flop The edge of the clock is used to sample the "D" input & send it to "Q” (positive edge triggering). –At all other times the output Q is independent of the input D (just stores previously sampled value). –The input must be stable for a short time before the clock edge

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 42 Parallel to Serial Converter Example 4-bit version: Operation: –cycle 1: load x, output x 0 –cycle i: output x i if LD=1 load FF from x i else from previous stage. Each stage:

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 43 Parallel to Serial Converter Example 4-bit version: Operation: –cycle 1: load x, output x 0 –cycle i: output x i if LD=1 load FF from x i else from previous stage. Each stage: X 3 X 2 X 1 X 0

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 44 Parallel to Serial Converter Example timing:

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 45 Transistor-level Logic Circuits - Latch Positive Level-sensitive latch Transistor Level Positive Edge-triggered flip-flop built from two level-sensitive latches: clk’ clk clk’ D FlipFlop

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 46 scope of CS 150 Summary: Representation of digital designs Physical devices (transistors, relays) Switches Truth tables Boolean algebra Gates Waveforms Finite state behavior Register-transfer behavior Concurrent abstract specifications more depth than 61C focus on building systems

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 47 Axioms & theorems of Boolean algebra Identity 1. X + 0 = X1D. X 1 = X Null 2. X + 1 = 12D. X 0 = 0 Idempotency: 3. X + X = X3D. X X = X Involution: 4. (X')' = X Complementarity: 5. X + X' = 15D. X X' = 0 Commutativity: 6. X + Y = Y + X6D. X Y = Y X Associativity: 7. (X + Y) + Z = X + (Y + Z)7D. (X Y) Z = X (Y Z)

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 48 Axioms and theorems of Boolean algebra (cont’d) Distributivity: 8. X (Y + Z) = (X Y) + (X Z)8D. X + (Y Z) = (X + Y) (X + Z) Uniting: 9. X Y + X Y' = X9D. (X + Y) (X + Y') = X Absorption: 10. X + X Y = X10D. X (X + Y) = X 11. (X + Y') Y = X Y11D. (X Y') + Y = X + Y Factoring: 12. (X + Y) (X' + Z) =12D. X Y + X' Z = X Z + X' Y (X + Z) (X' + Y) Concensus: 13. (X Y) + (Y Z) + (X' Z) = 13D. (X + Y) (Y + Z) (X' + Z) = X Y + X' Z (X + Y) (X' + Z)

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 49 Axioms and theorems of Boolean algebra (cont’) de Morgan's: 14. (X + Y +...)' = X' Y'...14D. (X Y...)' = X' + Y' +... generalized de Morgan's: 15. f'(X1,X2,...,Xn,0,1,+,) = f(X1',X2',...,Xn',1,0,,+) establishes relationship between and +

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 50 Axioms & theorems of Bool. Alg. - Duality Duality –Dual of a Boolean expression is derived by replacing by +, + by, 0 by 1, and 1 by 0, and leaving variables unchanged –Any theorem that can be proven is thus also proven for its dual! –Meta-theorem (a theorem about theorems) duality: 16. X + Y +...  X Y... generalized duality: 17. f (X1,X2,...,Xn,0,1,+,)  f(X1,X2,...,Xn,1,0,,+) Different than deMorgan’s Law –this is a statement about theorems –this is not a way to manipulate (re-write) expressions

© UC Berkeley 8/30/2007 EECS150-F05 CMOS lec02 51 Proving theorems (rewriting) Using the axioms of Boolean algebra: –e.g., prove the theorem: X Y + X Y' = X –e.g., prove the theorem: X + X Y = X distributivity (8)X Y + X Y'= X (Y + Y') complementarity (5)X (Y + Y') = X (1) identity (1D)X (1)= X identity (1D)X + X Y= X 1 + X Y distributivity (8)X 1 + X Y= X (1 + Y) identity (2)X (1 + Y)= X (1) identity (1D)X (1) = X