Introduction to Digital Systems By Dr. John Abraham UT-Panam.

Slides:



Advertisements
Similar presentations
Selected Design Topics. Integrated Circuits Integrated circuit (informally, a chip) is a semiconductor crystal (most often silicon) containing the electronic.
Advertisements

Chapter 20 Digital Circuits. Chapter 20 Digital Circuits.
CSET 4650 Field Programmable Logic Devices
Logical Design.
Digital Electronics Logic Families TTL and CMOS.
CP208 Digital Electronics Class Lecture 11 May 13, 2009.
From analog to digital circuits A phenomenological overview Bogdan Roman.
Chapter 4 Gates and Circuits.
Major Numeric Data Types Unsigned Integers Signed Integers Alphanumeric Data – ASCII & UNICODE Floating Point Numbers.
Faculty of Computer Science © 2006 CMPUT 229 Digital Logic From Switches to Memories.
Multiplexers, Decoders, and Programmable Logic Devices
Chapter 6 – Selected Design Topics Part 1 – The Design Space Logic and Computer Design Fundamentals.
Computer ArchitectureFall 2008 © August 20 th, Introduction to Computer Architecture Lecture 2 – Digital Logic Design.
University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.
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 
BASIC ELECTRONICS.
UNIT – V CMOS LOGIC: CMOS logic levels, MOS transistors, Basic CMOS Inverter, NAND and NOR gates, CMOS AND-OR-INVERT and OR-AND-INVERT gates, Implementation.
Component Identification: Digital Introduction to Logic Gates and Integrated Circuits © 2014 Project Lead The Way, Inc.Digital Electronics.
ECE 331 – Digital System Design Transistor Technologies, and Realizing Logic Gates using CMOS Circuits (Lecture #23)
Transistors Three-terminal devices with three doped silicon regions and two P-N junctions versus a diode with two doped regions and one P-N junction Two.
Chapter 10 Digital Integrated Circuits
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.
DIGITAL COMPONENTS By Sohaib.
Chapter 4 Gates and Circuits.
The Transistor A transistor is an automatic switch. It can only be on or off. base emitter collector 0.7 V When the transistor is on, current flows from.
Electronic Troubleshooting Chapter 10 Digital Circuits.
Chapter 3 Digital Logic Structures. 3-2 Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2000):
Introduction to Computing Systems from bits & gates to C & beyond Chapter 3 Digital Logic Structures Transistors Logic gates & Boolean logic Combinational.
INTERGRATED CIRCUITS LECTURE 17. History of Electronic Devices 1st Generation Electron tubes INTERGRATED CIRCUITS LECTURE 17.
Dept. of Computer Science Engineering Islamic Azad University of Mashhad 1 DIGITAL LOGIC CIRCUITS Dept. of Computer Science Engineering Islamic Azad University.
Chapter 2: Fundamentals of Digital Electronics Dr Mohamed Menacer Taibah University
Introduction to Computing Systems from bits & gates to C & beyond Chapter 3 Digital Logic Structures Transistors Logic gates & Boolean logic Combinational.
Introduction to CMOS VLSI Design
MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5) Dr. Costas Kyriacou and Dr. Konstantinos Tatas ACOE161 - Digital Logic.
Digital Logic Structures. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-2 Roadmap Problems Algorithms.
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 6 – Selected Design Topics Part 1 – The.
COE (CENTER OF EXCELLENCE) CHEMICAL GROUP I.T.I., DASHRATH VADODARA.
Chapter 4 Logic Families.
Digital Logic Structures MOS transistors logic gates functional units of a computer.
Eng.Samra Essalaimeh Philadelphia University 2013/ nd Semester PIC Microcontrollers.
Integrated Circuits. Integrated Circuit (IC) A silicon crystal (chip) containing electronic components that create the logic gates we’ve been looking.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Chapter 3 Digital Logic Structures. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-2 Transistor: Building.
Magnitude Comparator Dr. Ahmed Telba.
Instructor : Po-Yu Kuo 教師:郭柏佑 Ch. 3 Digital Logic Structures EL 1009 計算機概論 ( 電子一 B) Introduction to Computer Science.
Digital Computers Logic Gates & Applications. Digital Computers Types of Material (Electric Conductivity) – Insulator Rubber / wood – Conductor Copper.
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.
EE Electronics Circuit Design Digital Logic Gates 14.2nMOS Logic Families 14.3Dynamic MOS Logic Families 14.4CMOS Logic Families 14.5TTL Logic.
Digital Logic Design Basics Combinational Circuits Sequential Circuits Pu-Jen Cheng Adapted from the slides prepared by S. Dandamudi for the book, Fundamentals.
Introduction to CMOS Transistor and Transistor Fundamental
1 Digital Design Debdeep Mukhopadhyay Associate Professor Dept of Computer Science and Engineering NYU Shanghai and IIT Kharagpur.
1 Lecture 24 Transistors A look ahead Course summary.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
ACOE161 (Spring2007)MSI Devices1 Revision on MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5)
Logic Gates Unit 16.
Computer Organization and Design
Digital Signals Digital Signals have two basic states:
Chapter 4 Gates and Circuits.
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Fundamentals of Computer Science Part i2
SOLIDS AND SEMICONDUCTOR DEVICES - IV
SOLIDS AND SEMICONDUCTOR DEVICES - IV
A Systems Approach Automotive Technology PowerPoint® Presentation
1.Introduction to Advanced Digital Design (14 marks)
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Unit IV Adders Subtractors Flip Flops Counters Multiplexes and De multiplexes. Integrated circuits-Op. amp – Characteristics Inverting amplifier - Non-inverting.
Presentation transcript:

Introduction to Digital Systems By Dr. John Abraham UT-Panam

Digital systems n classified as – combinational n contain no memory n example will be a binary adder (input, output only) – sequential n requires memory to remember the present state to go to the next state n counter is an example n Computers are clocked sequential systems

Digital Integrated Circuits n Diode – is an electronic switch – Positive terminal p-type semiconductor (anode) – Neg n-type semiconductor material(cathod) – When v=0.6 is applied the switch closes – Anode Cathode

Transistors – Also an electronic switch – Transistor also acts like a logic device called an inverter - low input gives high output and high input gives a low output. – Transistors can therefore amplify signals – Two types of transistors, NPN AND PNP n NPN is used in digital circuits n transistor is a three-terminal device, base, emitter and collector. n Transistor is current controlled switch

Transistors – adequate current at the base will close the switch allowing a current to flow from the collector to the emitter. – Transistor has three modes of operation: cutoff, saturation, and active – when no current flows it is in the cutoff mode – When the base current flows such that the voltage across the base and the emitter is at least 0.6 V the switch closes. – If the base current increases there will be a constant voltage across the collector and the emitter. This is the On mode. – The active mode is between Off and On mode

transistor n Base collector emitter NPN TRANSISTOR

Light Emitting Diodes – Driven by low voltage and low current – LED will generate light when its cathode is sufficiently negative with respect to its anode. – A seven-segment LED display can be used to display decimal numbers from 0 to 9.

Transistor Transistor Logic-TTL n TTLs evolved from diodes and transistors – Power supplied required is +5V – TTLs outputs n open-collector, totem-pole, and tristate

MOS Transistors n Metal-Oxide Semiconductor – occupies less space and consume less power – used in highly integrated circuuits – MOS transistor operates as a voltage controlled resistance switch. – If resistance is very high switch is off. – If the resistance is very low it is on. – Two types - nMOS and pMOS

Complementary MOS (CMOS) n CMOS is fabricated by combining nMOS and pMOS together. – CMOS dissipates low power and offers short propagation delays. – CMOS provides high circuit density – high noise immunity

Integrated Circuits (Ics) n Device level design utilizes transistors to design circuits called gates. – One or more gates on a single silicon chip is an integrated circuit – small-scale integration (SSI) – medium scale integration (MSI) – Large-scale integration (LSI) – Very large scale integration (VLSI)

Basic logic operations – Not operation. Symbol is + n not gate is an INVERTER n a transistor acts an inverter – OR operation Or operation Or gate may be implemented using 2 diodes or transistors

AND – Variables A and B must be true to get a true output. Symbols are. And ^ And gate can be constructed with 2 diodes or transistors

Other operations n NOR operation – invert the result of an or operation n NAND – invert the output of an AND operation n XOR – produces a one if inputs are different, zero if inputs are the same. n XNOR – produces a one if inputs are the same.

Combinational logic design – A combinational circuit is designed using logic gates in which application of inputs generates the outputs at any time – examples are: adders, subtractors, decoders, encoders, multiplexers and demultiplexers. – The results are based on the truth table

Sequential Logic Design – Designed using logic gates and memory elements known as flip-flops. n A flip flop is a one bit memory. (a latch). n Output will depend upon present inputs and previous states stored in memory. n To distinguish different states a clock is used. n There are synchronous and asynchronous sequential circuits. Synchronous are regulated by a clock. In asynchronous, completion of one task automatically starts another, no clock is needed.

RAM n RAM is of two types – static ram - stores each bit in a flip-flop – dynamic ram - stores each bit as a charge in a capacitor. n Capacitors can store charges only for few ms. n So refreshing is needed.