1 Lecture 24 Transistors A look ahead Course summary.

Slides:



Advertisements
Similar presentations
CT455: Computer Organization Logic gate
Advertisements

Logical Design.
التصميم المنطقي Second Course
Appendix A Logic Circuits. Logic circuits Operate on binary variables that assume one of two distinct values, usually called 0 and 1 Implement functions.
Digital systems. Course Details Lecturer - Ido Bergman TA - Yehuda Arav Telephone Silverman : Ross: Course.
K-Maps, Timing Sequential Circuits: Latches & Flip-Flops Lecture 4 Digital Design and Computer Architecture Harris & Harris Morgan Kaufmann / Elsevier,
1 CS/COE0447 Computer Organization & Assembly Language Logic Design.
Introduction to Digital Systems By Dr. John Abraham UT-Panam.
ITEC 352 Lecture 4 Boolean logic / Karnaugh Maps.
Chapter 11_1 (chap 10 ed 8) Digital Logic. Irvine, Kip R. Assembly Language for Intel-Based Computers, NOT AND OR XOR NAND NOR Truth Tables Boolean.
ECE 2373 Modern Digital System Design Exam 2. ECE 2372 Exam 2 Thursday March 5 You may use two 8 ½” x 11” pages of information, front and back, write.
Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
Microprocessors & Embedded Systems
Give qualifications of instructors: DAP
CS 140L Lecture 1 Professor CK Cheng 3/31/02. CMOS Logic (3.2 – 3.6) Complementary Metal-Oxide Semiconductor.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 5 Dr. Shi Dept. of Electrical and Computer Engineering.
10-7 Metal-Oxide Semiconductor ( MOS )  Field-Effect Transistor ( FET ) Unipolar transistor Depend on the flow of only one type of carrier JFET, MOS 
ECE 331 – Digital System Design Transistor Technologies, and Realizing Logic Gates using CMOS Circuits (Lecture #23)
ReVieW Combinational & Sequential Logic Circuit EKT 221 / 4 DIGITAL ELECTRONICS II.
Introduction to Digital Logic Design Appendix A of CO&A Dr. Farag
Chapter 10_1 Digital Logic. Irvine, Kip R. Assembly Language for Intel-Based Computers, NOT AND OR XOR NAND NOR Truth Tables Boolean Operators.
Boolean Algebra and Digital Logic
ASIC 120: Digital Systems and Standard-Cell ASIC Design Tutorial 1: Introduction to Digital Circuits October 11, 2005.
Circuit, State Diagram, State Table
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.
Dept. of Computer Science Engineering Islamic Azad University of Mashhad 1 DIGITAL LOGIC CIRCUITS Dept. of Computer Science Engineering Islamic Azad University.
B-1 Appendix B - Reduction of Digital Logic Principles of Computer Architecture by M. Murdocca and V. Heuring © 1999 M. Murdocca and V. Heuring Principles.
Logic Design Computer Architecture and Design Lecture 1.
1.Overview of Course Objective 2.Details of course website, BLOG 3.Details of Syllabus 4.Recommended Books 5.Details of Lab Sessions 6.Introductory concepts.
9/15/09 - L27 CountersCopyright Joanne DeGroat, ECE, OSU1 Final Exam Review Exam Time: MONDAY o dark 30 7:30AM this room.
Digital Circuits Design Chin-Sung Lin Eleanor Roosevelt High School.
Quiz What are the results of the following 4-bit bitwise logical operations? NOT OR NOR AND
Chapter 2Basic Digital Logic1 Chapter 2. Basic Digital Logic2 Outlines  Basic Digital Logic Gates  Two types of digital logic circuits Combinational.
Digital Logic Structures MOS transistors logic gates functional units of a computer.
Module 9.  Digital logic circuits can be categorized based on the nature of their inputs either: Combinational logic circuit It consists of logic gates.
Logic and Computer Design Simon Petruc-Naum CS 147 – Dr. S.M. Lee.
1 CSE370, Lecture 19 Lecture 19 u Logistics n Lab 8 this week to be done in pairs íFind a partner before your lab period íOtherwise you will have to wait.
Digital Logic Design and Lab School of EECS Seoul National University.
Chapter 3: Digital Logic Dr Mohamed Menacer Taibah University
التحليل والتصميم المنطقي DIGITAL DESIGN Instructor : Khalil Alsulbi Mobile : Room : 217.
Chapter 7 Logic Circuits 1.State the advantages of digital technology compared to analog technology. 2. Understand the terminology of digital circuits.
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
1 ENGG 1015 Tutorial Digital Logic (II) (70 pages) 15 Oct Learning Objectives  Learn about Boolean Algebra (SoP/PoS, DrMorgan's Theorem, simplification),
Please see “portrait orientation” PowerPoint file for Appendix A Figure A.1. Light switch example.
Chapter 3 Digital Logic Structures. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-2 Transistor: Building.
Boolean Expressions Lecture 3 Digital Design and Computer Architecture Harris & Harris Morgan Kaufmann / Elsevier, 2007.
Digital Logic Design Basics Combinational Circuits Sequential Circuits Pu-Jen Cheng Adapted from the slides prepared by S. Dandamudi for the book, Fundamentals.
ENGG 340 Midterm Review. Introduced the Concept of Variables and Functions Introduced the Concept of AND, OR, and NOT Introduced the Concept of Truth.
Chapter 3 Digital Logic Structures
1 Overview of CS 151 Fall Combinational Logic Design –Simplifying a logic function using algebraic method –Truth table and logic function representation.
School of Computer and Communication Engineering, UniMAP DKT 122/3 - DIGITAL SYSTEM I Chapter 0: Introduction Mohd ridzuan mohd nor
President UniversityErwin SitompulDigital Systems 4/1 Lecture 4 Digital Systems Dr.-Ing. Erwin Sitompul President University
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
DIGITAL LOGIC CIRCUITS
Lecture 28 Logistics Today
DIGITAL LOGIC CIRCUITS
CSE 140 MT 2 Review By Daniel Knapp.
Digital Design Fundamentals
Basics Combinational Circuits Sequential Circuits Ahmad Jawdat
ASIC 120: Digital Systems and Standard-Cell ASIC Design
lecturer | ASIC design engineer
Lecture 28 Logistics Today
Lecture 15 Logistics Last lecture Today HW4 is due today
ECE 120 Midterm 2 HKN Review Session
Lecture No. 32 Sequential Logic.
CS/COE0447 Computer Organization & Assembly Language
Digital and Microprocessor Technique I
ECE 120 Midterm 2 HKN Review Session.
Presentation transcript:

1 Lecture 24 Transistors A look ahead Course summary

2 What's in a logic gate? Metal-oxide- semiconductor field- effect transistor (MOSFET)  Complementary MOS N-type (NMOS transistor) P-type (PMOS transistor)

3 CMOS transistors

4 Inverter

5 NAND

6 AND gate An AND gate is a NAND gate with an inverter.

7 3-input NOR gate

8 Computer organization Assembly language and registers Fetch-decode-execute Arithmetic logic unit (ALU) Pipelining

9 What you (hopefully) learned Number systems  Binary  Octal  Hexadecimal  Conversion to and from decimal Boolean algebra  Simplifying Boolean expressions Logic gates and truth tables Canonical forms  SOP  POS

10 What you (hopefully) learned NAND/NOR conversions Karnaugh maps Logic minimization with K-maps Multiplexers, demultiplexers PLAs/PALs ROMs Multi-level logic Timing diagrams Hazards Adders, propagation delays

11 What you (hopefully) learned Sequential logic Flip-flops and latches Registers  Shift registers Counters Timing  Setup time  Hold time  Propagation delay Finite state machines  Moore machine  Mealy machine

12 What you (hopefully) learned FSM design process  State diagram  State transition table  State minimization Row matching Implication tables  State encoding Sequential (binary) One-hot encoding  Next-state logic minimization via K-maps  Implement the circuit