Gates and Logic: From switches to Transistors, Logic Gates and Logic Circuits

Similar documents
Gates and Logic: From Transistors to Logic Gates and Logic Circuits

Gates and Logic: From Transistors to Logic Gates and Logic Circuits

Numbers & Arithmetic. Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell University. See: P&H Chapter , 3.2, C.5 C.

Floating Point Representation and Digital Logic. Lecture 11 CS301

Intro To Digital Logic

CS/COE0447: Computer Organization and Assembly Language

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

Boolean Algebra and logic gates

Introduction to Computer Engineering ECE 203

Digital Logic (2) Boolean Algebra

Chap 2. Combinational Logic Circuits

Week-I. Combinational Logic & Circuits

211: Computer Architecture Summer 2016

Logic design? Transistor as a switch. Layered design approach. CS/COE1541: Introduction to Computer Architecture. Logic Design Review.

Learning Objectives 10/7/2010. CE 411 Digital System Design. Fundamental of Logic Design. Review the basic concepts of logic circuits. Dr.

Logic Gates and Boolean Algebra

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

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

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

Digital Logic. CS211 Computer Architecture. l Topics. l Transistors (Design & Types) l Logic Gates. l Combinational Circuits.

L2: Combinational Logic Design (Construction and Boolean Algebra)

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

EEE130 Digital Electronics I Lecture #4

COMP2611: Computer Organization. Introduction to Digital Logic

Switches: basic element of physical implementations

Logic Design. Chapter 2: Introduction to Logic Circuits

L2: Combinational Logic Design (Construction and Boolean Algebra)

Logic Simplification. Boolean Simplification Example. Applying Boolean Identities F = A B C + A B C + A BC + ABC. Karnaugh Maps 2/10/2009 COMP370 1

Chapter 2: Boolean Algebra and Logic Gates

L2: Combinational Logic Design (Construction and Boolean Algebra)

Fundamentals of Computer Systems

Possible logic functions of two variables

Computer Science 324 Computer Architecture Mount Holyoke College Fall Topic Notes: Digital Logic

Numbers and Arithmetic

E40M. Binary Numbers. M. Horowitz, J. Plummer, R. Howe 1

CSC258: Computer Organization. Digital Logic: Transistors and Gates

Hakim Weatherspoon CS 3410 Computer Science Cornell University

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

Boolean Algebra, Gates and Circuits

Numbers and Arithmetic

Gates. Quiz 1 will cover up to and including this lecture. The book says something about NAND... maybe an in-law. Is he talking about BILL??? 6.

Simplifying Logic Circuits with Karnaugh Maps

Digital Electronics H H

Introduction to Karnaugh Maps

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

INTRO TO I & CT. (Boolean Algebra and Logic Simplification.) Lecture # By: Department of CS & IT.

Chapter 2 Combinational Logic Circuits

ELCT201: DIGITAL LOGIC DESIGN

Lecture (02) NAND and NOR Gates

Boolean Algebra and Digital Logic 2009, University of Colombo School of Computing

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

DIGITAL LOGIC CIRCUITS

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

Lecture 1: Circuits & Layout

EC-121 Digital Logic Design

CS/COE1541: Introduction to Computer Architecture. Logic Design Review. Sangyeun Cho. Computer Science Department University of Pittsburgh

CSE140: Components and Design Techniques for Digital Systems. Introduction. Instructor: Mohsen Imani

CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES

DIGITAL LOGIC CIRCUITS

CHAPTER1: Digital Logic Circuits Combination Circuits

School of Computer Science and Electrical Engineering 28/05/01. Digital Circuits. Lecture 14. ENG1030 Electrical Physics and Electronics

Fundamentals of Computer Systems

ECE 2300 Digital Logic & Computer Organization

Lecture 22 Chapters 3 Logic Circuits Part 1

4 Switching Algebra 4.1 Axioms; Signals and Switching Algebra

CS 226: Digital Logic Design

EECS Variable Logic Functions

Fundamentals of Computer Systems

Unit 3 Session - 9 Data-Processing Circuits

CHAPTER III BOOLEAN ALGEBRA

Implementation of Boolean Logic by Digital Circuits

CHAPTER III BOOLEAN ALGEBRA

Digital Circuits. 1. Inputs & Outputs are quantized at two levels. 2. Binary arithmetic, only digits are 0 & 1. Position indicates power of 2.

Chapter 2. Digital Logic Basics

CSC9R6 Computer Design. Practical Digital Logic

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

CS/COE0447: Computer Organization

Digital electronic systems are designed to process voltage signals which change quickly between two levels. Low time.

Computer Organization: Boolean Logic

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

ECE 546 Lecture 10 MOS Transistors

Standard Expression Forms

ENG2410 Digital Design Combinational Logic Circuits

Combinational Logic (mostly review!)

ECE 342 Electronic Circuits. Lecture 34 CMOS Logic

Karnaugh Maps Objectives

Number System conversions

Lecture 21: Boolean Logic. To Wrap up AVR

Unit 8A Computer Organization. Boolean Logic and Gates

CPE100: Digital Logic Design I

DC and Transient Responses (i.e. delay) (some comments on power too!)

ELCT201: DIGITAL LOGIC DESIGN

2. Associative Law: A binary operator * on a set S is said to be associated whenever (A*B)*C = A*(B*C) for all A,B,C S.

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

XI STANDARD [ COMPUTER SCIENCE ] 5 MARKS STUDY MATERIAL.

CSE 140 Midterm I - Solution

Prove that if not fat and not triangle necessarily means not green then green must be fat or triangle (or both).

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

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

Transcription:

Gates and Logic: From switches to Transistors, Logic Gates and Logic Circuits Hakim Weatherspoon CS 3410, Spring 2013 Computer Science Cornell University See: P&H ppendix C.2 and C.3 (lso, see C.0 and C.1)

iclicker Lab0 was a) Too easy b) Too hard c) Just right d) Have not done lab yet

Goals for Today From Switches to Logic Gates to Logic Circuits Logic Gates From switches Truth Tables Logic Circuits Identity Laws From Truth Tables to Circuits (Sum of Products) Logic Circuit Minimization lgebraic Manipulations Truth Tables (Karnaugh Maps) Transistors (electronic switch)

switch cts as a conductor or insulator Can be used to build amazing things The Bombe used to break the German Enigma machine during World War II

Basic Building Blocks: Switches to Logic Gates + - Truth Table B Light OFF OFF B OFF ON ON OFF ON ON + - B Light OFF OFF B OFF ON ON OFF ON ON

Basic Building Blocks: Switches to Logic Gates + B - Either (OR) Truth Table B Light OFF OFF OFF OFF ON ON ON OFF ON ON ON ON Both (ND) + - B Light OFF OFF OFF B OFF ON OFF ON OFF OFF ON ON ON

Basic Building Blocks: Switches to Logic Gates Either (OR) B OR - Truth Table B Light OFF OFF OFF OFF ON ON ON OFF ON ON ON ON Both (ND) B ND - B Light OFF OFF OFF OFF ON OFF ON OFF OFF ON ON ON

Basic Building Blocks: Switches to Logic Gates Either (OR) B OR - Truth Table B Light 0 0 0 0 1 1 1 0 1 0 = OFF 1 = ON 1 1 1 Both (ND) B ND - B Light 0 0 0 0 1 0 1 0 0 1 1 1

Basic Building Blocks: Switches to Logic Gates B OR George Boole,(1815-1864) B ND Did you know? George Boole Inventor of the idea of logic gates. He was born in Lincoln, England and he was the son of a shoemaker in a low class family.

Takeaway Binary (two symbols: true and false) is the basis of Logic Design

Building Functions: Logic Gates NOT: In Out ND: OR: B B B Out 0 0 0 0 1 0 1 0 0 1 1 1 B Out 0 0 0 0 1 1 1 0 1 1 1 1 Logic Gates digital circuit that either allows a signal to pass through it or not. Used to build logic functions There are seven basic logic gates: ND, OR, NOT, NND (not ND), NOR (not OR), XOR, and XNOR (not XOR) [later]

Building Functions: Logic Gates NOT: In Out 0 1 1 0 ND: OR: B B B Out 0 0 0 0 1 0 1 0 0 1 1 1 B Out 0 0 0 0 1 1 1 0 1 1 1 1 Logic Gates digital circuit that either allows a signal to pass through it or not. Used to build logic functions There are seven basic logic gates: ND, OR, NOT, NND (not ND), NOR (not OR), XOR, and XNOR (not XOR) [later]

Building Functions: Logic Gates NOT: In Out 0 1 1 0 ND: B B Out 0 0 0 0 1 0 1 0 0 NND: B B Out 0 0 1 0 1 1 1 0 1 OR: B 1 1 1 B Out 0 0 0 0 1 1 NOR: B 1 1 0 B Out 0 0 1 0 1 0 1 0 1 1 0 0 1 1 1 1 1 0 Logic Gates digital circuit that either allows a signal to pass through it or not. Used to build logic functions There are seven basic logic gates: ND, OR, NOT, NND (not ND), NOR (not OR), XOR, and XNOR (not XOR) [later]

ctivity#1.: Logic Gates Fill in the truth table, given the following Logic Circuit made from Logic ND, OR, and NOT gates. What does the logic circuit do? a b Out a b Out

ctivity#1.: Logic Gates XOR: out = 1 if a or b is 1, but not both; out = 0 otherwise. out = 1, only if a = 1 ND b = 0 OR a = 0 ND b = 1 a b Out 0 0 0 0 1 1 1 0 1 1 1 0 a b Out

ctivity#1.: Logic Gates XOR: out = 1 if a or b is 1, but not both; out = 0 otherwise. out = 1, only if a = 1 ND b = 0 OR a = 0 ND b = 1 a b Out 0 0 0 0 1 1 1 0 1 1 1 0 a b Out

ctivity#1: Logic Gates Fill in the truth table, given the following Logic Circuit made from Logic ND, OR, and NOT gates. What does the logic circuit do? a b d Out 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 a d b Out

ctivity#1: Logic Gates Multiplexor: select (d) between two inputs (a and b) and set one as the output (out)? out = a, if d = 0 out = b, if d = 1 a b d Out 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 1 1 1 1 1 a d b Out

Goals for Today From Switches to Logic Gates to Logic Circuits Logic Gates From switches Truth Tables Logic Circuits Identity Laws From Truth Tables to Circuits (Sum of Products) Logic Circuit Minimization lgebraic Manipulations Truth Tables (Karnaugh Maps) Transistors (electronic switch)

Next Goal Given a Logic function, create a Logic Circuit that implements the Logic Function and, with the minimum number of logic gates Fewer gates: cheaper ($$$) circuit!

Logic Gates NOT: In Out 0 1 1 0 ND: OR: XOR: L B ogic Equations B B B Out 0 0 0 0 1 0 1 0 0 1 1 1 B Out 0 0 0 0 1 1 1 0 1 1 1 1 B Out 0 0 0 0 1 1 1 0 1 Constants: true = 1, false 1 1 = 0 Variables: a, b, out, Operators (above): ND, OR, NOT, etc.

Logic Gates NOT: In Out 0 1 1 0 ND: OR: XOR: L B ogic Equations B B B Out 0 0 0 0 1 0 1 0 0 1 1 1 B Out 0 0 0 0 1 1 1 0 1 1 1 1 B Out 0 0 0 0 1 1 1 0 1 NND: NOR: Constants: true = 1, false 1 1 = 0 Variables: a, b, out, Operators (above): ND, OR, NOT, etc. XNOR: B B B B Out 0 0 1 0 1 1 1 0 1 1 1 0 B Out 0 0 1 0 1 0 1 0 0 1 1 0 B Out 0 0 1 0 1 0 1 0 0 1 1 1

Logic Equations NOT: out = ā =!a = a ND: out = a b = a & b = a b OR: out = a + b = a b = a b XOR: out = a b = ab + āb Logic Equations Constants: true = 1, false = 0 Variables: a, b, out, Operators (above): ND, OR, NOT, etc.

Logic Equations NOT: out = ā =!a = a ND: out = a b = a & b = a b NND: out = a b =!(a & b) = (a b) OR: out = a + b = a b = a b XOR: out = a b = ab + āb NOR: out = a + b =!(a b) = (a b) XNOR: out = a b = ab + ab Logic Equations Constants: true = 1, false = 0 Variables: a, b, out, Operators (above): ND, OR, NOT,. etc.

Identities Identities useful for manipulating logic equations For optimization & ease of implementation a + 0 = a + 1 = a + ā = a 0 = a 1 = a ā =

Identities Identities useful for manipulating logic equations For optimization & ease of implementation a + 0 = a + 1 = a + ā = a 1 1 a b a 0 = a 1 = a ā = 0 a 0 a b

Identities useful for manipulating logic equations For optimization & ease of implementation (a + b) = (a b) = a + a b = a(b+c) = a(b + c) = Identities

Identities Identities useful for manipulating logic equations For optimization & ease of implementation (a + b) = a b B B (a b) = a + b B B a + a b = a a(b+c) = ab + ac a(b + c) = a + b c

ctivity #2: Identities a + 0 = a + 1 = a + ā = a 0 = a 1 = a ā = a 1 1 0 a 0 (a + b) = (a b) = a + a b = a(b+c) = a(b + c) = a b a + b a ab + ac a + bc Show that the Logic equations below are equivalent. (a+b)(a+c) = a + bc (a+b)(a+c) =

ctivity #2: Identities a + 0 = a + 1 = a + ā = a 0 = a 1 = a ā = a 1 1 0 a 0 (a + b) = (a b) = a + a b = a(b+c) = a(b + c) = a b a + b a ab + ac a + bc Show that the Logic equations below are equivalent. (a+b)(a+c) = a + bc (a+b)(a+c) = aa + ab + ac + bc = a + a(b+c) + bc = a(1 + (b+c)) + bc = a + bc

Logic Manipulation functions: gates truth tables equations Example: (a+b)(a+c) = a + bc a b c 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1

Logic Manipulation functions: gates truth tables equations Example: (a+b)(a+c) = a + bc a b c a+b a+c LHS bc RHS 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 0 0 0 0 1 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 1 1

Takeaway Binary (two symbols: true and false) is the basis of Logic Design More than one Logic Circuit can implement same Logic function. Use lgebra (Identities) or Truth Tables to show equivalence.

Goals for Today From Switches to Logic Gates to Logic Circuits Logic Gates From switches Truth Tables Logic Circuits Identity Laws From Truth Tables to Circuits (Sum of Products) Logic Circuit Minimization lgebraic Manipulations Truth Tables (Karnaugh Maps) Transistors (electronic switch)

Next Goal How to standardize minimizing logic circuits?

Logic Minimization How to implement a desired logic function? a b c out 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 1 1 1 0

Logic Minimization How to implement a desired logic function? a b c out 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 1 1 1 0 minterm a b c a b c a b c a b c a b c a b c a b c a b c 1) Write minterm s 2) sum of products: OR of all minterms where out=1

Logic Minimization How to implement a desired logic function? a b c out 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 1 1 1 0 minterm a b c a b c a b c a b c a b c a b c a b c a b c 1) Write minterm s 2) sum of products: OR of all minterms where out=1 E.g. out = abc + abc + abc corollary: any combinational circuit can be implemented in two levels of logic (ignoring inverters) a b c out

Karnaugh Maps How does one find the most efficient equation? Manipulate algebraically until? Use Karnaugh maps (optimize visually) Use a software optimizer For large circuits Decomposition & reuse of building blocks

Minimization with Karnaugh maps (1) a b c out 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 0 1 1 1 0 Sum of minterms yields out = abc + abc + abc + abc

Minimization with Karnaugh maps (2) a b c out 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 0 1 1 1 0 c ab 00 01 11 10 Sum of minterms yields out = abc + abc + abc + abc Karnaugh maps identify which inputs are (ir)relevant to the output 0 1 0 0 0 1 1 1 0 1

Minimization with Karnaugh maps (2) a b c out 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 0 1 1 1 0 c ab 00 01 11 10 0 1 0 0 0 1 1 1 0 1 Sum of minterms yields out = abc + abc + abc + abc Karnaugh map minimization Cover all 1 s Group adjacent blocks of 2 n 1 s that yield a rectangular shape Encode the common features of the rectangle out = ab + ac

Karnaugh Minimization Tricks (1) c ab 0 1 ab c 0 1 00 01 11 10 0 1 1 1 0 0 1 0 00 01 11 10 1 1 1 1 0 0 1 0 Minterms can overlap out = bc + ac + ab Minterms can span 2, 4, 8 or more cells out = c + ab

Karnaugh Minimization Tricks (1) c ab 0 1 ab c 0 1 00 01 11 10 0 1 1 1 0 0 1 0 00 01 11 10 1 1 1 1 0 0 1 0 Minterms can overlap out = bc + ac + ab Minterms can span 2, 4, 8 or more cells out = c + ab

Karnaugh Minimization Tricks (2) cd ab 00 01 11 10 00 01 11 10 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 The map wraps around out = bd cd ab 00 01 11 10 00 01 11 10 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 out = bd

Karnaugh Minimization Tricks (2) cd ab 00 01 11 10 00 01 11 10 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 The map wraps around out = bd cd ab 00 01 11 10 00 01 11 10 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 out = bd

Karnaugh Minimization Tricks (3) cd ab 00 01 11 10 00 01 11 10 ab cd 00 01 11 10 0 0 0 0 1 x x x 1 x x 1 0 0 0 0 00 01 11 10 1 0 0 x 0 x x 0 0 x x 0 1 0 0 1 Don t care values can be interpreted individually in whatever way is convenient assume all x s = 1 out = d assume middle x s = 0 assume 4 th column x = 1 out = bd

Karnaugh Minimization Tricks (3) cd ab 00 01 11 10 00 01 11 10 ab cd 00 01 11 10 0 0 0 0 1 x x x 1 x x 1 0 0 0 0 00 01 11 10 1 0 0 x 0 x x 0 0 x x 0 1 0 0 1 Don t care values can be interpreted individually in whatever way is convenient assume all x s = 1 out = d assume middle x s = 0 assume 4 th column x = 1 out = bd

Multiplexer a b d a b d out 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 multiplexer selects between multiple inputs out = a, if d = 0 out = b, if d = 1 Build truth table Minimize diagram Derive logic diagram

Multiplexer Implementation a b d Build a truth table out = abd + abd + abd + abd a b d out 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 1 1 1 1 1

Multiplexer Implementation a b Build the Karnaugh map d a b d out 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 1 1 1 1 1 d ab 0 1 00 01 11 10

Multiplexer Implementation a b Build the Karnaugh map d a b d out 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 1 1 1 1 1 d ab 0 1 00 01 11 10 0 0 1 1 0 1 1 0

Multiplexer Implementation a b d a b d out 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 1 1 1 1 1 Derive Minimal Logic Equation out = ad + bd d a b d ab 00 01 11 10 0 0 0 1 1 1 0 1 1 0 out

Takeaway Binary (two symbols: true and false) is the basis of Logic Design More than one Logic Circuit can implement same Logic function. Use lgebra (Identities) or Truth Tables to show equivalence. ny logic function can be implemented as sum of products. Karnaugh Maps minimize number of gates.

Goals for Today From Transistors to Gates to Logic Circuits Logic Gates From transistors Truth Tables Logic Circuits Identity Laws From Truth Tables to Circuits (Sum of Products) Logic Circuit Minimization lgebraic Manipulations Truth Tables (Karnaugh Maps) Transistors (electronic switch)

ctivity#1 How do we build electronic switches? Transistors: 6:10 minutes (watch from from 41s to 7:00) http://www.youtube.com/watch?v=qo5fgm7mlgg Fill our Transistor Worksheet with info from Video

NMOS and PMOS Transistors NMOS Transistor V D PMOS Transistor V S V G V G = V S V G = 0 V V G VG = V S V G = 0 V V S = 0 V V D = 0 V Connect source to drain when gate = 1 N-channel Connect source to drain when gate = 0 P-channel

NMOS and PMOS Transistors NMOS Transistor V D PMOS Transistor V S V G V G = 1 V G = 0 V G VG = 1 V G = 0 V S = 0 V V D = 0 V Connect source to drain when gate = 1 N-channel Connect source to drain when gate = 0 P-channel

Inverter V supply (aka logic 1) in 0 1 out Function: NOT Called an inverter Symbol: (ground is logic 0) in out In Out 0 1 1 0 Truth table Useful for taking the inverse of an input CMOS: complementary-symmetry metal oxide semiconductor

Inverter V supply V supply (aka logic 1) in 1 0 out Function: NOT Called an inverter Symbol: (ground is logic 0) in out In Out 0 1 1 0 Truth table Useful for taking the inverse of an input CMOS: complementary-symmetry metal oxide semiconductor

Inverter V supply (aka logic 1) in out = 0 Out = 1 = 1 Out = 0 Function: NOT Called an inverter Symbol: (ground is logic 0) in out Out 0 1 1 0 Truth table Useful for taking the inverse of an input CMOS: complementary-symmetry metal oxide semiconductor

NND Gate V supply 1 1 B B 1 V supply 0 out Function: NND Symbol: a out b 1 B out 0 0 1 1 0 1 0 1 1 1 1 0

NOR Gate 0 V supply Function: NOR Symbol: B 0 1 out a b out 0 0 B B out 0 0 1 1 0 0 0 1 0 1 1 0

Building Functions (Revisited) NOT: ND: OR: NND and NOR are universal Can implement any function with NND or just NOR gates useful for manufacturing

Building Functions (Revisited) NOT: a ND: OR: a b a b NND and NOR are universal Can implement any function with NND or just NOR gates useful for manufacturing

Logic Gates One can buy gates separately ex. 74xxx series of integrated circuits cost ~$1 per chip, mostly for packaging and testing Cumbersome, but possible to build devices using gates put together manually

Then and Now http://www.theregister.co.uk/2010/02/03/intel_westmere_ep_preview/ The first transistor on a workbench at T&T Bell Labs in 1947 Bardeen, Brattain, and Shockley n Intel Westmere 1.17 billion transistors 240 square millimeters Six processing cores

Big Picture: bstraction Hide complexity through simple abstractions Simplicity Box diagram represents inputs and outputs Complexity Hides underlying NMOS- and PMOS-transistors and atomic interactions Vdd a in out d out Vss b in out a d b out

Summary Most modern devices are made from billions of on /off switches called transistors We will build a processor in this course! Transistors made from semiconductor materials: MOSFET Metal Oxide Semiconductor Field Effect Transistor NMOS, PMOS Negative MOS and Positive MOS CMOS Complimentary MOS made from PMOS and NMOS transistors Transistors used to make logic gates and logic circuits We can now implement any logic circuit Can do it efficiently, using Karnaugh maps to find the minimal terms required Can use either NND or NOR gates to implement the logic circuit Can use P- and N-transistors to implement NND or NOR gates