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

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

Gates and Logic: From switches to Transistors, 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

Hakim Weatherspoon CS 3410 Computer Science Cornell University

Intro To Digital Logic

Digital Logic (2) Boolean Algebra

Logic Design. Chapter 2: Introduction to Logic Circuits

Boolean Algebra and logic gates

Fundamentals of Computer Systems

211: Computer Architecture Summer 2016

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

CSC258: Computer Organization. Digital Logic: Transistors and Gates

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

Introduction to Computer Engineering ECE 203

Lecture 22 Chapters 3 Logic Circuits Part 1

Fundamentals of Computer Systems

EEE130 Digital Electronics I Lecture #4

CS/COE0447: Computer Organization and Assembly Language

Switches: basic element of physical implementations

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

Week-I. Combinational Logic & Circuits

Fundamentals of Computer Systems

EE40 Lec 15. Logic Synthesis and Sequential Logic Circuits

Chap 2. Combinational Logic Circuits

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

CHAPTER1: Digital Logic Circuits Combination Circuits

Numbers and Arithmetic

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

Implementation of Boolean Logic by Digital Circuits

L2: Combinational Logic Design (Construction and Boolean Algebra)

4 Switching Algebra 4.1 Axioms; Signals and Switching Algebra

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

Simplifying Logic Circuits with Karnaugh Maps

Logic Gates and Boolean Algebra

Chapter 1 :: From Zero to One

Digital Electronics H H

Introduction to Karnaugh Maps

ELCT201: DIGITAL LOGIC DESIGN

Numbers and Arithmetic

CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES

CS 226: Digital Logic Design

Unit 8A Computer Organization. Boolean Logic and Gates

Boolean Algebra, Gates and Circuits

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

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

Chapter 1: Logic systems

Additional Gates COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

DIGITAL LOGIC CIRCUITS

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

XI STANDARD [ COMPUTER SCIENCE ] 5 MARKS STUDY MATERIAL.

Computer Organization: Boolean Logic

Chapter 2: Boolean Algebra and Logic Gates

0 volts. 2 volts. 5 volts

Lecture (02) NAND and NOR Gates

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

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

CHAPTER III BOOLEAN ALGEBRA

Lecture 0: Introduction

Introduction to CMOS VLSI Design Lecture 1: Introduction

2009 Spring CS211 Digital Systems & Lab CHAPTER 2: INTRODUCTION TO LOGIC CIRCUITS

Chapter 2: Switching Algebra and Logic Circuits

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

Combinational Logic Fundamentals

CHAPTER III BOOLEAN ALGEBRA

Chapter 2 Combinational Logic Circuits

DIGITAL LOGIC CIRCUITS

2.1. Unit 2. Digital Circuits (Logic)

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

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

MC9211 Computer Organization

CSC9R6 Computer Design. Practical Digital Logic

CMPE12 - Notes chapter 2. Digital Logic. (Textbook Chapters and 2.1)"

Introduction to Computer Engineering. CS/ECE 252, Spring 2017 Rahul Nayar Computer Sciences Department University of Wisconsin Madison

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

Boolean Algebra. The Building Blocks of Digital Logic Design. Section. Section Overview. Binary Operations and Their Representation.

Combinatorial Logic Design Principles

. T SHREE MAHAPRABHU PUBLIC SCHOOL & COLLEGE NOTES FOR BOARD EXAMINATION SUBJECT COMPUTER SCIENCE (Code: 083) Boolean Algebra

Chapter 2 Combinational Logic Circuits

CMPE12 - Notes chapter 1. Digital Logic. (Textbook Chapter 3)

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

Digital Logic. Lecture 5 - Chapter 2. Outline. Other Logic Gates and their uses. Other Logic Operations. CS 2420 Husain Gholoom - lecturer Page 1

T02 Tutorial Slides for Week 6

LOGIC GATES. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D.

EC-121 Digital Logic Design

COMP2611: Computer Organization. Introduction to Digital Logic

CPE100: Digital Logic Design I

ENG2410 Digital Design Combinational Logic Circuits

Systems I: Computer Organization and Architecture

Lecture A: Logic Design and Gates

Standard Expression Forms

Number System conversions

Combinational Logic. Review of Combinational Logic 1

Lecture 1: Circuits & Layout

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

CS/COE0447: Computer Organization

Computer organization

Review: Additional Boolean operations

Part 1: Digital Logic and Gates. Analog vs. Digital waveforms. The digital advantage. In real life...

Transcription:

Gates and Logic: From Transistors to Logic Gates and Logic Circuits Prof. Hakim Weatherspoon CS 3410 Computer Science Cornell University The slides are the product of many rounds of teaching CS 3410 by Professors Weatherspoon, Bala, Bracy, and Sirer.

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 Algebraic Manipulations Truth Tables (Karnaugh Maps) Transistors (electronic switch)

A switch Acts 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 A B OR Either (OR) Truth Table A B Light OFF OFF OFF ON ON OFF ON ON A B AND Both (AND) A B Light OFF OFF OFF ON ON OFF ON ON

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

Basic Building Blocks: Switches to Logic Gates A B OR George Boole,(18151864) A B AND 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: AND: OR: A A B A B A A B A B Out 0 1 1 0 Out 0 0 0 0 1 0 1 0 0 1 1 1 Out 0 0 0 0 1 1 1 0 1 1 1 1 NAND: NOR: 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: AND, OR, NOT, NAND (not AND), NOR (not OR), XOR, and XNOR (not XOR) [later] A B A B A B A B Out 0 0 1 0 1 1 1 0 1 1 1 0 Out 0 0 1 0 1 0 1 0 0 1 1 0

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 Algebraic 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: A cheaper ($$$) circuit!

NOT: A Logic Gates A Out 0 1 1 0 AND: A B A B Out 0 0 0 0 1 0 1 0 0 NAND: A B A B Out 0 0 1 0 1 1 1 0 1 OR: A B 1 1 1 A B Out 0 0 0 0 1 1 NOR: A B 1 1 0 A B Out 0 0 1 0 1 0 XOR: 1 0 1 1 1 1 A B Out XNOR: 1 0 0 1 1 0 A B Out A 0 0 0 A 0 0 1 B 0 1 1 1 0 1 B 0 1 0 1 0 0 1 1 0 1 1 1

Logic Implementation 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 Implementation 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 minterms 2) sum of products: OR of all minterms where out=1

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

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

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

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

Checking Equality w/truth Tables circuits 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

Takeaway Binary (two symbols: true and false) is the basis of Logic Design More than one Logic Circuit can implement same Logic function. Use Algebra (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 From Truth Tables to Circuits (Sum of Products) Identity Laws Logic Circuit Minimization Algebraic Manipulations Truth Tables (Karnaugh Maps) Transistors (electronic switch)

Next Goal How to standardize minimizing logic circuits?

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 + a bc

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 + a bc 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 = a b + ac

Karnaugh Minimization Tricks (1) c ab 0 1 c ab 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 = b c + a c + ab Minterms can span 2, 4, 8 or more cells out = c + ab

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

Karnaugh Minimization Tricks (3) ab cd 00 01 11 10 ab cd 00 01 11 10 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 = assume middle x s = 0 assume 4 th column x = 1 out =

Minimization with KMaps c ab 00 01 11 10 0 0 0 0 1 1 1 1 0 1 (1) Circle the 1 s (see below) (2) Each circle is a logical component of the final equation = a b + ac Rules: Use fewest circles necessary to cover all 1 s Circles must cover only 1 s Circles span rectangles of size power of 2 (1, 2, 4, 8 ) Circles should be as large as possible (all circles of 1?) Circles may wrap around edges of KMap 1 may be circled multiple times if that means fewer circles 29

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 A multiplexer selects between multiple inputs out = a, if d = 0 out = b, if d = 1 Build truth table Minimize diagram Derive logic diagram

Takeaway Binary (two symbols: true and false) is the basis of Logic Design More than one Logic Circuit can implement same Logic function. Use Algebra (Identities) or Truth Tables to show equivalence. Any 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 From Truth Tables to Circuits (Sum of Products) Identity Laws Logic Circuit Minimization Algebraic Manipulations Truth Tables (Karnaugh Maps) Transistors (electronic switch)

Silicon Valley & the Semiconductor Industry Transistors: Youtube video How does a transistor work https://www.youtube.com/watch?v=icrbqcflhiy Break: show some Transistor, Fab, Wafer photos 33

Transistors 101 Source Gate Drain Source Gate Drain + + + + + + + Ptype Insulator + + + + + + + Ptype Ntype Insulator + + + + + + + + + + Ptype + channel + created + + + Ptype Ptype Ntype Off On NType Silicon: negative freecarriers (electrons) PType Silicon: positive freecarriers (holes) PTransistor: negative charge on gate generates electric field that creates a (+ charged) pchannel connecting source & drain NTransistor: works the opposite way MetalOxide Semiconductor (GateInsulatorSilicon) Complementary MOS = CMOS technology uses both p & ntype transistors 34

CMOS Notation Ntype Off/Open On/Closed gate 0 1 Ptype Off/Open On/Closed gate 1 0 Gate input controls whether current can flow between the other two terminals or not. Hint: the o bubble of the ptype tells you that this gate wants a 0 to be turned on 35

2Transistor Combination: NOT Logic gates are constructed by combining transistors in complementary arrangements Combine p&n transistors to make a NOT gate: CMOS Inverter : power source (1) power source (1) power source (1) pgate pgate closes + pgate stays open input output ngate 0 1 1 0 ngate stays open + ngate closes ground (0) ground (0) ground (0) 36

Inverter V supply (aka logic 1) Function: NOT Symbol: in out in out (ground is logic 0) Truth Table: In Out 0 1 1 0 37

A V supply NOR Gate Function: NOR Symbol: B out a b out A B Truth Table: A B out 0 0 1 0 1 0 1 0 0 1 1 0 38

Building Functions (Revisited) NOT: a AND: OR: a b a b NAND and NOR are universal Can implement any function with NAND 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 The first transistor One workbench at AT&T Bell Labs 1947 Bardeen, Brattain, and Shockley http://techguru3d.com/4thgenintelhaswellprocessorsarchitectureandlineup/ Intel Haswell 1.4 billion transistors, 22nm 177 square millimeters Four processing cores https://en.wikipedia.org/wiki/transistor_count 41

Then and Now The first transistor One workbench at AT&T Bell Labs 1947 Bardeen, Brattain, and Shockley https://www.computershopper.com/computex2015/performancepreviewdesktopbroadwellatcomputex2015 Intel Broadwell 7.2 billion transistors, 14nm 456 square millimeters Up to 22 processing cores https://en.wikipedia.org/wiki/transistor_count 42

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

Summary Most modern devices made of billions of transistors You will build a processor in this course! Modern transistors made from semiconductor materials Transistors used to make logic gates and logic circuits We can now implement any logic circuit Use P & Ntransistors to implement NAND/NOR gates Use NAND or NOR gates to implement the logic circuit Efficiently: use Kmaps to find required minimal terms 44