Prof. Hakim Weatherspoon CS 3410, Spring 2015 Computer Science Cornell University See: P&H Appendix B.2 and B.3 (Also, see B.1)

Slides:



Advertisements
Similar presentations
CT455: Computer Organization Logic gate
Advertisements

L14: Boolean Logic and Basic Gates
Chapter 3 Digital Logic Structures
Logical Design.
1 CS/COE0447 Computer Organization & Assembly Language Logic Design.
Kevin Walsh CS 3410, Spring 2010 Computer Science Cornell University Gates and Logic See: P&H Appendix C.2, C.3 xkcd.com/74/
Kevin Walsh CS 3410, Spring 2010 Computer Science Cornell University Circuits & Numbers See: P&H Chapter 2.4, 2.5, 3.2, C.5.
ECE C03 Lecture 41 Lecture 4 Combinational Logic Implementation Technologies Prith Banerjee ECE C03 Advanced Digital Design Spring 1998.
Relationship Between Basic Operation of Boolean and Basic Logic Gate The basic construction of a logical circuit is gates Gate is an electronic circuit.
Lecture 14 Today we will Learn how to implement mathematical logical functions using logic gate circuitry, using Sum-of-products formulation NAND-NAND.
CS 140L Lecture 1 Professor CK Cheng 3/31/02. CMOS Logic (3.2 – 3.6) Complementary Metal-Oxide Semiconductor.
1 Boolean Algebra & Logic Design. 2 Developed by George Boole in the 1850s Mathematical theory of logic. Shannon was the first to use Boolean Algebra.
Gates and Logic Hakim Weatherspoon CS 3410, Spring 2011 Computer Science Cornell Universty See: P&H Appendix C.0, C.1, C.2.
W. G. Oldham EECS 40 Fall 2001 Lecture 2 Copyright Regents of University of California The CMOS Inverter: Current Flow during Switching V IN V OUT V DD.
Prof. Hakim Weatherspoon CS 3410, Spring 2015 Computer Science Cornell University See: P&H Chapter 2.4, 3.2, B.2, B.5, B.6.
Prof. Kavita Bala and Prof. Hakim Weatherspoon CS 3410, Spring 2014 Computer Science Cornell University See: P&H Appendix B.2 and B.3 (Also, see B.0 and.
Numbers & Arithmetic Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell University See: P&H Chapter , 3.2, C.5 – C.6.
Gates and Logic: From switches to Transistors, Logic Gates and Logic Circuits Hakim Weatherspoon CS 3410, Spring 2013 Computer Science Cornell University.
3. DIGITAL ELECTRONICS..
ECE 331 – Digital System Design Transistor Technologies, and Realizing Logic Gates using CMOS Circuits (Lecture #23)
Chapter 4 Gates and Circuits.
Chapter 3 Digital Logic Structures. 3-2 Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2000):
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.
1 Logic Gates Digital Computer Logic Kashif Bashir WWW:
CS 352 : Computer Organization and Design University of Wisconsin-Eau Claire Dan Ernst Elementary Digital Logic Apps O/S Arch  Arch Logic Digital Analog.
We know binary We know how to add and subtract in binary –Same as in decimal Next up: learn how apply this knowledge Boolean and Binary Inputs.
Lecture 17: Digital Design Today’s topic –Intro to Boolean functions Reminders –HW 4 due Wednesday 10/8/2014 (extended) –HW 5 due Wednesday 10/15/2014.
Logic Design A Review. Binary numbers Binary numbers to decimal  Binary 2 decimal  Decimal 2 binary.
Lecture 2. Logic Gates Prof. Taeweon Suh Computer Science Education Korea University 2010 R&E Computer System Education & Research.
The Digital Logic Level
Gates and Logic Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell Universty See: P&H Appendix C.2 and C.3 (Also, see C.0 and C.1)
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.
Fall 2012: FCM 708 Foundation I Lecture 2 Prof. Shamik Sengupta
Complementary CMOS Logic Style Construction (cont.) Digital Integrated Circuits© Prentice Hall 1995 Introduction.
Numbers & Arithmetic Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell University See: P&H Chapter , 3.2, C.5 – C.6.
Gates and Logic Hakim Weatherspoon CS 3410, Spring 2012 Computer Science Cornell Universty See: P&H Appendix C.2 and C.3 (Also, see C.0 and C.1)
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
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.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Logical Circuits Philip Gebhardt 3/15/2011. Logic Circuits Negative, Positive, and Complimentary circuits Logic Gates Programmable Logic Devices.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
CS/COE0447 Computer Organization & Assembly Language
From Switches to Transistors and Gates Prof. Sirer CS 316 Cornell University.
Introduction to Computing Systems and Programming Digital Logic Structures.
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
BOOLEAN ALGEBRA LOGIC GATES. Introduction British mathematician George Boole( ) was successful in finding the link between logic and mathematics.
Logic Simplification-Using Boolean Laws Logic Design Laboratory EE 2121 Lectures By Manesh T EE2121-In Charge
NAND, NOR, and EXOR (more primitive logical gates) CS Computer Architecture David Mayer.
Minute Paper 4/4/04 Z=50+j86.7=100
K-maps and Decoders Prof. Sin-Min Lee Department of Computer Science.
Introduction to VLSI Design© Steven P. Levitan 1998 Introduction Design Technologies.
Logic gates.
From Switches to Transistors and Gates
Department of Preparatory Year, Umm Al Qura University
LOGIc gates Lesson Objectives: George Boole, ( )
Logic Gates.
Lecture 4 Nand, Nor Gates, CS147 Circuit Minimization and
ECE 331 – Digital System Design
Digital Logic.
Digital Signals Digital Signals have two basic states:
4. Transistors and logic gates
Gates and Logic: From Transistors to Logic Gates and Logic Circuits
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Hakim Weatherspoon CS 3410, Spring 2013 Computer Science
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Dr. Clincy Professor of CS
Gates and Logic: From Transistors to Logic Gates and Logic Circuits
Gates and Logic: From Transistors to Logic Gates and Logic Circuits
Reading: Hambley Ch. 7 through 7.5
Presentation transcript:

Prof. Hakim Weatherspoon CS 3410, Spring 2015 Computer Science Cornell University See: P&H Appendix B.2 and B.3 (Also, see B.1)

From Switches to Logic Gates to Logic Circuits Understanding the foundations of Computer Systems Organization and Programming

From Switches to Logic Gates to Logic Circuits Understanding the foundations of Computer Systems Organization and Programming e.g. Galaxy Note 3

From Switches to Logic Gates to Logic Circuits Understanding the foundations of Computer Systems Organization and Programming e.g. Galaxy Note 3 with the big.LITTLE 8-core ARM processor

From Switches to Logic Gates to Logic Circuits Understanding the foundations of Computer Systems Organization and Programming e.g. Galaxy Note 3 with the big.LITTLE 8-core ARM processor big Quad CoreLITTLE Quad Core ArchitectureARM v7a ProcessSamsung 28nm Frequency200MHz~1.8GHz+200MHz~1.2GHz Area19mm23.8mm2 Power-ratio10.17 L1 Cache Size32 KB I/D Cache L2 Cache Size2 MB Data Cache512 KB Data Cache

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)

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

ABLight OFF ABLight OFF ON ABLight OFF ON OFF ON ABLight + - A B AB OFF ON OFF Truth Table

ABLight OFF ABLight OFF ON ABLight OFF ON OFF ABLight OFF ON OFF ON ABLight OFF ABLight OFF ON ABLight OFF ON OFF ON ABLight AB A B A B AB OFF ON OFFON Truth Table +

ABLight OFF ABLight OFF ON ABLight OFF ON OFF ABLight OFF ON OFF ON ABLight OFF ABLight OFF ON ABLight OFF ON OFF ON ABLight AB A B A B AB OFF ON OFFON Truth Table +

Either (OR) Both (AND) ABLight OFF ON OFFON A B A B ABLight OFF ONOFF ONOFF ON Truth Table +

Either (OR) Both (AND) - - A B A B ABLight OFF ON OFFON ABLight OFF ONOFF ONOFF ON Truth Table OR AND

Either (OR) Both (AND) - - A B A B ABLight AB Truth Table 0 = OFF 1 = ON OR 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. A B A B George Boole,( ) OR AND

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

NOT: AND: OR: 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 ABOut AB A A B A B A

NOT: AND: OR: 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] ABOut AB A A B A B A

NOT: AND: OR: 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] ABOut AB A A B A B A AB AB A B A B NAND: NOR:

Fill in the truth table, given the following Logic Circuit made from Logic AND, OR, and NOT gates. What does the logic circuit do? abOut a b

XOR: out = 1 if a or b is 1, but not both; out = 0 otherwise. out = 1, only if a = 1 AND b = 0 OR a = 0 AND b = 1 abOut a b

XOR: out = 1 if a or b is 1, but not both; out = 0 otherwise. out = 1, only if a = 1 AND b = 0 OR a = 0 AND b = 1 abOut a b

Fill in the truth table, given the following Logic Circuit made from Logic AND, OR, and NOT gates. What does the logic circuit do? a b d Out abd

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 abdOut a b d

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)

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: AND: OR: XOR:. ABOut AB A A B A B A AB A B

NOT: AND: OR: XOR:. ABOut AB A A B A B A AB A B AB AB A B A B NAND: NOR: ABOut A B XNOR:

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 + 0 = a + 1 = a + ā = a ∙ 0 = a ∙ 1 = a ∙ ā = a a 0 a b a b

A B A B ↔ A B A B ↔

Show that the Logic equations below are equivalent. (a+b)(a+c)= a + bc (a+b)(a+c)=

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

functions: gates ↔ truth tables ↔ equations Example: (a+b)(a+c) = a + bc abc

abc a+ba+cLHS bcRHS functions: gates ↔ truth tables ↔ equations Example: (a+b)(a+c) = a + bc

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.

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)

How to standardize minimizing logic circuits?

How to implement a desired logic function? abcout

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

How to implement a desired logic function? abcout corollary: any combinational circuit can be implemented in two levels of logic (ignoring inverters) minterm a b c c out b a

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

abcout

abc c ab

abcout c ab

abcout c ab

c ab c ab

c ab c ab

ab cd ab cd 11 10

ab cd ab cd 11 10

100x 0xx0 0xx ab cd xxx 1xx ab cd 11 10

100x 0xx0 0xx ab cd xxx 1xx ab cd 11 10

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

abd a b d

abd Build the Karnaugh map a b d d ab

abdout Build the Karnaugh map a b d d ab

d out b a d ab abdout a b d

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.

Dates to keep in Mind Prelims: Tue Mar 3 rd and Thur April 30 th Lab 1: Due Fri Feb 13 th before Winter break Proj2: Due Thur Mar 26 th before Spring break Final Project: Due when final would be (not known until Feb 14 th )

Lab Sections (required) Labs sections are required. –Separate than lecture and homework Bring laptop to Labs “Make up” lab sections only 8:40am Wed, Thur, or Fri This week: intro to logisim and building an adder T2:55 – 4:10pmCarpenter Hall 104 (Blue Room) W8:40—9:55amCarpenter Hall 104 (Blue Room) W11:40am – 12:55pmCarpenter Hall 104 (BlueRoom) W1:25 – 2:40pmCarpenter Hall 104 (BlueRoom) W3:35 – 4:50pmCarpenter Hall 104 (Blue Room) W7:30—8:45pmPhillips 318 R8:40 – 9:55pmCarpenter Hall 104 (Blue Room) R11:40 – 12:55pmCarpenter Hall 104 (Blue Room) R2:55 – 4:10pmCarpenter Hall 104 (Blue Room) F8:40 – 9:55amCarpenter Hall 104 (Blue Room) F11:40am – 12:55pmCarpenter Hall 104 (Blue Room) F1:25 – 2:40pmCarpenter Hall 104 (Blue Room) F2:55 – 4:10pmCarpenter Hall 104 (Blue Room)

Attempt to balance the iClicker graph Register iClicker iClicker GO

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

Transistors: 6:10 minutes (watch from from 41s to 7:00) Fill our Transistor Worksheet with info from Video

NMOS Transistor Connect source to drain when gate = 1 N-channel VDVD V S = 0 V VGVG V G = V S V G = 0 V PMOS Transistor Connect source to drain when gate = 0 P-channel V S = 0 V VDVD VGVG V G = V S V G = 0 V

NMOS Transistor Connect source to drain when gate = 1 N-channel VDVD V S = 0 V VGVG V G = 1 V G = 0 PMOS Transistor Connect source to drain when gate = 0 P-channel VGVG V G = 1 V G = 0 V S = 0 V VDVD

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

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

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

ABout Function: NAND Symbol: b a out A V supply B B A

ABout Function: NOR Symbol: b a out A V supply B B A

NOT: AND: OR: NAND and NOR are universal Can implement any function with NAND or just NOR gates useful for manufacturing

NOT: AND: OR: NAND and NOR are universal Can implement any function with NAND or just NOR gates useful for manufacturing b a b a a

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

The first transistor on a workbench at AT&T Bell Labs in 1947 Bardeen, Brattain, and Shockley An Intel Haswell –1.4 billion transistors –177 square millimeters –Four processing cores

The first transistor on a workbench at AT&T Bell Labs in 1947 Bardeen, Brattain, and Shockley An Intel Westmere –1.17 billion transistors –240 square millimeters –Six processing cores

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

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 – complementary 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 NAND or NOR gates to implement the logic circuit Can use P- and N-transistors to implement NAND or NOR gates