EEC 216 Lecture #2: Metrics and Logic Level Power Estimation

Total Page:16

File Type:pdf, Size:1020Kb

EEC 216 Lecture #2: Metrics and Logic Level Power Estimation EEC 216 Lecture #2: Metrics and Logic Level Power Estimation Rajeevan Amirtharajah University of California, Davis Announcements • PS1 available online tonight R. Amirtharajah, EEC216 Winter 2008 2 Outline • Announcements • Aside: Environmental Impact of Electronics • Finish Lecture 1 Topics • Intersignal Correlations • Glitches • High Level Power Estimation • Behavioral Level Power Estimation • Architectural Level Power Estimation R. Amirtharajah, EEC216 Winter 2008 3 Power Consumption at the System Level • 500 MHz Pentium III with 17 in. Monitor: 150-200 W • Server: 300 W • Mainframe: 10-20 kW • Author’s home office: 2 CPUs, 2 monitors, laptop, 3 printers, scanner, plus misc. peripherals – Nameplate rating: 2.4 kW – Max power (incl. peripherals): 700 W – Typical usage: 150-170 W – Average over 10 days: 77 W (9% of total consumption) From B. Hayes, “The Computer and the Dynamo”, American Scientist, Sep-Oct 2001 R. Amirtharajah, EEC216 Winter 2008 4 Power Consumption at the National Level • All office equipment consumes 74 TW-hours / year (about 2% US total) • Adding telecoms increases total to 3.2 % • Power down and sleep modes could save 23-40 TWh • Technology has dramatically improved power cost of computing – ENIAC (1940s): 18,000 vacuum tubes, 174 kW, roughly 10 W / tube – Today’s microprocessors: 100 M transistors, 100 W, roughly 1 μW / transistor (would draw 10 GW if no change from 1940s) From B. Hayes, “The Computer and the Dynamo”, American Scientist, Sep-Oct 2001 R. Amirtharajah, EEC216 Winter 2008 5 Outline • Announcements • Aside: Environmental Impact of Electronics • Finish Lecture 1 Topics • Intersignal Correlations • Glitches • High Level Power Estimation • Behavioral Level Power Estimation • Architectural Level Power Estimation R. Amirtharajah, EEC216 Winter 2008 6 Outline • Announcements • Aside: Environmental Impact of Electronics • Finish Lecture 1 Topics • Intersignal Correlations • Glitches • High Level Power Estimation • Behavioral Level Power Estimation • Architectural Level Power Estimation R. Amirtharajah, EEC216 Winter 2008 7 Permissions to Use Conditions & Acknowledgment • Permission is granted to copy and distribute this slide set for educational purposes only, provided that the complete bibliographic citation and following credit line is included: "Copyright 2002 J. Rabaey et al." Permission is granted to alter and distribute this material provided that the following credit line is included: "Adapted from (complete bibliographic citation). Copyright 2002 J. Rabaey et al." This material may not be copied or distributed for commercial purposes without express written permission of the copyright holders. • Slides 9-20, 22-5 Adapted from CSE477 VLSI Digital Circuits Lecture Slides by Vijay Narayanan and Mary Jane Irwin, Penn State University R. Amirtharajah, EEC216 Winter 2008 8 NOR Gate Transition Probabilities • Switching activity is a strong function of the input signal statistics –PA, PB are the probabilities that inputs A, B are 1 A B 0 A B CL P A 10 1 PB P0→1 = P0 x P1 = (1-(1-PA)(1-PB)) (1-PA)(1-PB) R. Amirtharajah, EEC216 Winter 2008 9 Transition Probabilities for Basic Gates P0→1 = Pout=0 x Pout=1 NOR (1 - (1 - PA)(1 - PB)) x (1 - PA)(1 - PB) OR (1 - PA)(1 - PB) x (1 - (1 - PA)(1 - PB)) NAND PAPB x (1 - PAPB) AND (1 - PAPB) x PAPB XOR (1 - (PA + PB-2PAPB)) x (PA + PB-2PAPB) X 0.5 A Z 0.5 B For X: P0→1 = For Z: P0→1 = R. Amirtharajah, EEC216 Winter 2008 10 Transition Probabilities for Basic Gates P0→1 = Pout=0 x Pout=1 NOR (1 - (1 - PA)(1 - PB)) x (1 - PA)(1 - PB) OR (1 - PA)(1 - PB) x (1 - (1 - PA)(1 - PB)) NAND PAPB x (1 - PAPB) AND (1 - PAPB) x PAPB XOR (1 - (PA + PB-2PAPB)) x (PA + PB-2PAPB) X 0.5 A Z 0.5 B For X: P0→1 = P0 x P1 = (1-PA) PA = 0.25 For Z: P0→1 = P0 x P1 = (1-PXPB) PXPB = 3/16 R. Amirtharajah, EEC216 Winter 2008 11 Problems With Input-to-Output Evaluation • Signal and transition probabilities are progressively evaluated from input to output node – Straightforward approach determined by circuit topology – Does not deal with feedback (for example in sequential circuits) – Assumes input signal probabilities are independent X 0.5 A Z For X: P0→1 = For Z: P0→1 = R. Amirtharajah, EEC216 Winter 2008 12 Problems With Input-to-Output Evaluation • Signal and transition probabilities are progressively evaluated from input to output node – Straightforward approach determined by circuit topology – Does not deal with feedback (for example in sequential circuits) – Assumes input signal probabilities are independent X 0.5 A Z For X: P0→1 = P0 x P1 = (1-PA) PA = 0.25 For Z: P0→1 = P0 x P1 = (1-PXPA) PXPA = 3/16 ? R. Amirtharajah, EEC216 Winter 2008 13 Problems With Input-to-Output Evaluation • Signal and transition probabilities are progressively evaluated from input to output node – Straightforward approach determined by circuit topology – Does not deal with feedback (for example in sequential circuits) – Assumes input signal probabilities are independent X 0.5 A Z For X: P0→1 = P0 x P1 = (1-PA) PA = 0.25 For Z: P0→1 = P0 x P1 = (1-PXPA) PXPA = 0 ! Z = A• A = 0 R. Amirtharajah, EEC216 Winter 2008 14 Intersignal Correlations • Determining switching activity is complicated by the fact that signals exhibit correlation in space and time, e.g. by circuits with reconvergent fanout 0.5 A X 0.5 B Z Reconvergent fanout: R. Amirtharajah, EEC216 Winter 2008 15 Intersignal Correlations • Determining switching activity is complicated by the fact that signals exhibit correlation in space and time, e.g. by circuits with reconvergent fanout P(X=1) = (1-0.5)(1-0.5)x(1-(1-0.5)(1-0.5)) = 3/16 0.5 A X 0.5 B Z P(Z=1) = (1- 3/16 x 0.5) x (3/16 x 0.5) = 0.085 ? Reconvergent fanout: R. Amirtharajah, EEC216 Winter 2008 16 Intersignal Correlations • Determining switching activity is complicated by the fact that signals exhibit correlation in space and time, e.g. by circuits with reconvergent fanout P(X=1|B=1) = 1 0.5 A X 0.5 B Z P(Z=1) = P(X=1|B=1) x P(B=1) = 0.5 ! Reconvergent fanout: P(Z=1) = P(B=1) x P(X=1 | B=1) • Have to use conditional probabilities! R. Amirtharajah, EEC216 Winter 2008 17 Logic Restructuring • Logic restructuring: changing the topology of a logic network to reduce transitions AND: P0→1 = P0 x P1 = (1 - PAPB) x PAPB 3/16 0.5 0.5 (1-0.25)*0.25 = 3/16 A Y A W 7/64 0.5B 15/256 X B 15/256 0.5 F 0.5 C C 0.5 D F 0.5DZ 0.5 3/16 • Chain implementation has a lower overall switching activity than the tree implementation for random inputs • Ignores glitching effects R. Amirtharajah, EEC216 Winter 2008 18 Input Ordering Two alternate implementations with inputs reordered, same function so output stats identical 0.5 0.2 B A X X C B F 0.2 C F 0.1 A 0.1 0.5 Beneficial to postpone the introduction of signals with a high transition rate (signals with signal probability close to 0.5) R. Amirtharajah, EEC216 Winter 2008 19 Input Ordering Two alternate implementations with inputs reordered, same function so output stats identical (1-0.5x0.2)x(0.5x0.2)=0.09 (1-0.2x0.1)x(0.2x0.1)=0.0196 0.5 0.2 B A X X C B F 0.2 C F 0.1 A 0.1 0.5 Beneficial to postpone the introduction of signals with a high transition rate (signals with signal probability close to 0.5) R. Amirtharajah, EEC216 Winter 2008 20 Time Multiplexing Resources • Time multiplexing can conserve area at the expense of increased switched capacitance • Consider the case of parallel vs. serial data transmission: more transitions due to muxing P ≈ 0 A 0→1 p ≈1 C A L A A P0→1 ≈ 0.5 B C B P ≈ 0 L B 0→1 p 0 B ≈ CL R. Amirtharajah, EEC216 Winter 2008 21 Outline • Announcements • Aside: Environmental Impact of Electronics • Finish Lecture 1 Topics • Intersignal Correlations • Glitches • High Level Power Estimation • Behavioral Level Power Estimation • Architectural Level Power Estimation R. Amirtharajah, EEC216 Winter 2008 22 Glitching in Static CMOS Networks • Gates have a nonzero propagation delay resulting in spurious transitions or glitches (dynamic hazards) – Glitch: node exhibits multiple transitions in a single cycle before settling to the correct logic value A X B C Z ABC 101 000 X Z Unit Delay R. Amirtharajah, EEC216 Winter 2008 23 Glitching in Static CMOS Networks • Gates have a nonzero propagation delay resulting in spurious transitions or glitches (dynamic hazards) – Glitch: node exhibits multiple transitions in a single cycle before settling to the correct logic value A X B C Z ABC 101 000 X Z Unit Delay R. Amirtharajah, EEC216 Winter 2008 24 Glitching In A Ripple Carry Adder Cin S1 S0 S153 S14 S2 2 S3 S4 S15 Cin S2 1 S5 S10 S Output Voltage (V) S1 S0 0 024681012 R. Amirtharajah, EEC216 Winter 2008Time (ps) 25 Balanced Delay Paths to Reduce Glitching • Glitching is due to a mismatch in the path lengths in the logic network; if all input signals of a gate change simultaneously, no glitching occurs 0 0 0 F 1 1 0 F1 1 0 F2 2 F 0 3 0 F3 1 0 F2 So equalize the lengths of timing paths through logic Example: F1 and F2 have unit delay R. Amirtharajah, EEC216 Winter 2008 26 Switching Activity in Sequential Circuits • Estimating activity more difficult for sequential than combinational circuits – Due to activity of state nodes typically being unknown at beginning of estimation process – Compute activity assuming steady state • Assume sequential circuits implement FSM where states follow Markov process – Solve for probabilities of states using state transition probabilities • Best implemented in CAD tools R.
Recommended publications
  • ECE 546 Lecture -20 Power Distribution Networks
    ECE 546 Lecture ‐20 Power Distribution Networks Spring 2020 Jose E. Schutt-Aine Electrical & Computer Engineering University of Illinois [email protected] ECE 546 – Jose Schutt‐Aine 1 IC on Package ECE 546 – Jose Schutt‐Aine 2 IC on Package ECE 546 – Jose Schutt‐Aine 3 Power-Supply Noise - Power-supply-level fluctuations - Delta-I noise - Simultaneous switching noise (SSN) - Ground bounce VOH Ideal Actual VOL Vout Vout Time 4 ECE 546 – Jose Schutt‐Aine 4 Voltage Fluctuations • Voltage fluctuations can cause the following Reduction in voltage across power supply terminals. May prevent devices from switching Increase in voltage across power supply terminalsreliability problems Leakage of the voltage fluctuation into transistors Timing errors, power supply noise, delta‐I noise, simultaneous switching noise (SSN) ECE 546 – Jose Schutt‐Aine 5 Power-Supply-Level Fluctuations • Total capacitive load associated with an IC increases as minimum feature size shrinks • Average current needed to charge capacitance increases • Rate of change of current (dI/dt) also increases • Total chip current may change by large amounts within short periods of time • Fluctuation at the power supply level due to self inductance in distribution lines ECE 546 – Jose Schutt‐Aine 6 Reducing Power-Supply-Level Fluctuations Minimize dI/dt noise • Decoupling capacitors • Multiple power & ground pins • Taylored driver turn-on characteristics Decoupling capacitors • Large capacitor charges up during steady state • Assumes role of power supply during current switching • Leads
    [Show full text]
  • Introduction to ASIC Design
    ’14EC770 : ASIC DESIGN’ An Introduction Application - Specific Integrated Circuit Dr.K.Kalyani AP, ECE, TCE. 1 VLSI COMPANIES IN INDIA • Motorola India – IC design center • Texas Instruments – IC design center in Bangalore • VLSI India – ASIC design and FPGA services • VLSI Software – Design of electronic design automation tools • Microchip Technology – Offers VLSI CMOS semiconductor components for embedded systems • Delsoft – Electronic design automation, digital video technology and VLSI design services • Horizon Semiconductors – ASIC, VLSI and IC design training • Bit Mapper – Design, development & training • Calorex Institute of Technology – Courses in VLSI chip design, DSP and Verilog HDL • ControlNet India – VLSI design, network monitoring products and services • E Infochips – ASIC chip design, embedded systems and software development • EDAIndia – Resource on VLSI design centres and tutorials • Cypress Semiconductor – US semiconductor major Cypress has set up a VLSI development center in Bangalore • VDAT 2000 – Info on VLSI design and test workshops 2 VLSI COMPANIES IN INDIA • Sandeepani – VLSI design training courses • Sanyo LSI Technology – Semiconductor design centre of Sanyo Electronics • Semiconductor Complex – Manufacturer of microelectronics equipment like VLSIs & VLSI based systems & sub systems • Sequence Design – Provider of electronic design automation tools • Trident Techlabs – Power systems analysis software and electrical machine design services • VEDA IIT – Offers courses & training in VLSI design & development • Zensonet Technologies – VLSI IC design firm eg3.com – Useful links for the design engineer • Analog Devices India Product Development Center – Designs DSPs in Bangalore • CG-CoreEl Programmable Solutions – Design services in telecommunications, networking and DSP 3 Physical Design, CAD Tools. • SiCore Systems Pvt. Ltd. 161, Greams Road, ... • Silicon Automation Systems (India) Pvt. Ltd. ( SASI) ... • Tata Elxsi Ltd.
    [Show full text]
  • Stuck-At Fault As a Logic Fault
    Stuck-At Fault: Stuck-At Fault A Fault Model for the next Millennium? “I tell you, I get no respect!” -Rodney Dangerfield, Comedian Janak H. Patel Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign “The news of my death are highly exaggerated” -Mark Twain, Author © 2005 Janak H. Patel 2 Stuck-At Fault a Defect Model? Stuck-At Fault as a Logic Fault You can call it - z Stuck-at Fault is a Functional Fault on a Boolean Abstract (Logic) Function Implementation Logical z It is not a Physical Defect Model Boolean Stuck-at 1 does not mean line is shorted to VDD Functional Stuck-at 0 does not mean line is grounded! Symbolic z It is an abstract fault model or Behavioral …... Fault Model A logic stuck-at 1 means when the line is applied a logic 0, it produces a logical error But don’t call it a Defect Model! A logic error means 0 becomes 1 or vice versa 3 4 Propagate Error To Fault Excitation Primary Output Y 1 1 G ERROR A G s - a - 0 A 0 1 x X 1/0 D 1 D F ERROR F 0 Y 0 C 1/0 C Y 0 0 0 E E B H B H Test Vector A,B,C = 1,0,0 detects fault G s-a-0 Activates the fault s-a-0 on line G by applying a logic value 1 in line G 5 6 Unmodeled Defect Detection Defect Sites z Internal to a Logic Gate or Cell Other Logic Transistor Defects – Stuck-On, Stuck-Open, Leakage, Shorts between treminals ERROR Defect G ERROR z External to a Gate or Cell Interconnect Defects – Shorts and Opens D 1 F 0 Y ERROR C 0 0 0 E B H G I 7 8 Defects in Physical Cells Fault Modeling z Physical z Electrical Physical Cells such as NAND, NOR, XNOR, AOI, OAI, MUX2, etc.
    [Show full text]
  • A Study on High-Frequency Performance in Mosfets Scaling
    Doctorial Thesis A Study on High-Frequency Performance in MOSFETs Scaling Hiroshi Shimomura March, 2011 Supervisor: Prof. Hiroshi Iwai A Study on High-Frequency Performance in MOSFETs Scaling Contents Contents Ⅰ List of Figures Ⅵ List of Tables ⅩⅤ Chapter.1 Introduction – Background and Motivation of This Study 1.1 Field Effect Transistor Technology 2 1.2 Performance Trends of RF Transistors 5 1.3 Objective and Organization of This Study 11 References 15 Chapter.2 RF Measurement and Characterization 2.1 Introduction 31 2.2 AC S-parameter Measurements 2.2.1 De-embedding Techniques using The OPEN 31 and The SHORT Dummy Device I A Study on High-Frequency Performance in MOSFETs Scaling 2.2.2 Cutoff Frequency, fT 35 2.2.3 Maximum Oscillation Frequency, fmax 36 2.3 Noise Characterization 2.3.1 Noise De-embedding Procedure 39 2.3.2 Noise Parameter Extraction Theory 44 2.4 Large-Signal Measurements 49 2.5 Distortion 50 References 52 Chapter.3 A Mesh-Arrayed MOSFET (MA-MOS) for High-Frequency Analog Applications 3.1 Introduction 55 3.2 Device Configuration and Parasitic Components 55 3.3 AC Characteristics 62 3.4 Conclusion 65 References 66 II A Study on High-Frequency Performance in MOSFETs Scaling Chapter.4 Analysis of RF Characteristics as Scaling MOSFETs from 150 nm to 65 nm Nodes 4.1 Introduction 69 4.2 Methodology and Experimental Procedures 70 4.3 Small Signal and Noise Characteristics 4.3.1 Cut-off frequency :fT and Maximum Oscillation Frequency: fmax 74 4.3.2 Noise Figure: NFmin 79 4.3.3 Intrinsic Gain: gm/gds 84 4.4 Large Signal and Distortion Characteristics 4.4.1 Power-Added Efficiency: PAE and Associated Gain: Ga 86 4.4.2 1dB Compression Point: P1dB 89 4.4.3 Third Order Intercept Point: IP3 91 4.5 Conclusion 95 References 97 Chapter.5 Effect of High Frequency Noise Current Sources on Noise Figure for Sub-50 nm node MOSFETs 5.1 Introduction 103 III A Study on High-Frequency Performance in MOSFETs Scaling 5.2 Noise Theory 5.2.1.
    [Show full text]
  • Chapter 6 - Combinational Logic Systems GCSE Electronics – Component 1: Discovering Electronics
    Chapter 6 - Combinational logic systems GCSE Electronics – Component 1: Discovering Electronics Combinational logic systems Learners should be able to: (a) recognise 1/0 as two-state logic levels (b) identify and use NOT gates and 2-input AND, OR, NAND and NOR gates, singly and in combination (c) produce a suitable truth table from a given system specification and for a given logic circuit (d) use truth tables to analyse a system of gates (e) use Boolean algebra to represent the output of truth tables or logic gates and use the basic Boolean identities A.B = A+B and A+B = A.B (f) design processing systems consisting of logic gates to solve problems (g) simplify logic circuits using NAND gate redundancy (h) analyse and design systems from a given truth table to solve a given problem (i) use data sheets to select a logic IC for given applications and to identify pin connections (j) design and use switches and pull-up or pull-down resistors to provide correct logic level/edge-triggered signals for logic gates and timing circuits 180 © WJEC 2017 Chapter 6 - Combinational logic systems GCSE Electronics – Component 1: Discovering Electronics Introduction In this chapter we will be concentrating on the basics of digital logic circuits which will then be extended in Component 2. We should start by ensuring that you understand the difference between a digital signal and an analogue signal. An analogue signal Voltage (V) Max This is a signal that can have any value between the zero and maximum of the power supply. Changes between values can occur slowly or rapidly depending on the system involved.
    [Show full text]
  • An Estimation Method for Gate Delay Variability in Nanometer CMOS Technology
    UNIVERSIDADE FEDERAL DO RIO GRANDE DO SUL PROGRAMA DE PÓS-GRADUAÇÃO EM MICROELETRÔNICA DIGEORGIA NATALIE DA SILVA An Estimation Method for Gate Delay Variability in Nanometer CMOS Technology Thesis presented in partial fulfillment of the requirements for the degree of Doctor in Microelectronics. Prof. Dr. Renato Perez Ribas Advisor Prof. Dr. André Reis Co-advisor Porto Alegre, August 2010. 1 CIP – CATALOGAÇÃO NA PUBLICAÇÃO UNIVERSIDADE FEDERAL DO RIO GRANDE DO SUL Reitor: Prof. Carlos Alexandre Netto Vice-Reitor: Prof. Rui Vicente Oppermann Pró-Reitor de Pós-Graduação: Prof. Aldo Bolten Lucion Diretor do Instituto de Informática: Prof. Flávio Rech Wagner Coordenador do PPGC: Prof. Álvaro Freitas Moreira Bibliotecária-Chefe do Instituto de Informática: Beatriz Regina Bastos Haro 2 ACKNOWLEDGEMENTS I would like to thank my advisor, Prof. Renato Perez Ribas, who guided me throughout my PhD thesis work and provided me with the opportunity to work on a very important topic in Microelectronics. Also, I thank Professor André Inácio Reis for his precious suggestions and support. I am thankful to Prof. Sachin Sapatnekar for receiving me at the University of Minnesota and teaching me an important background to be used in my research. I’m grateful to my laboratory colleagues and friends Carlos Klock, Diogo Silva, Felipe Marques, Nívea Schuch, Pedro Paganela, Rafael da Silva, Vinicius Callegaro, Vinicius Dal Bem, and especially Caio Alegretti, Paulo Butzen and Oswaldo Martinello for their company and their help with discussions that enriched my work. Also, I would like to thank Alessandro Goulart for all his assistance and Leomar da Rosa Júnior for his precious advices and talks when I first got into the group.
    [Show full text]
  • How to Drive Gan Enhancement Mode Power Switching Transistors
    APPLICATION NOTE How to Drive GaN Enhancement Mode Power Switching Transistors This application note sets out design guidelines and circuit layout considerations for the gate drive of GaN Systems enhancement mode power switching transistors. The first section covers basic principles and the following section shows a specific design example. 1. Principles of driver design Gate characteristics Drain The equivalent gate circuit of a typical GaN Systems enhancement mode HEMT (E-HEMT) is shown in Figure 1. The model consists of two CGD capacitors (CGS and CGD), and an internal gate resistor RG,int. Full enhancement of the channel Gate RG,int requires VGS = 7V and the absolute maximum VGS limit of VGS is +/-10V. Excessive inductance in the CGS gate loop can drive the voltage beyond the rated maximum, which must be avoided. As the Source inductance increases, so does the ringing and peak Figure 1: Gate equivalent circuit voltage. Compared to a Si MOSFET with similar size (on-state resistance), GaN systems E- HEMTs have: a) Lower specified and peak gate voltage ratings, so a gate driver that is compatible with lower gate voltage operation is needed. b) Much lower gate capacitance, meaning that the external gate resistor will typically have a much higher value. Combined with lower gate voltage, this also means significant lower gate drive power loss thus smaller and lower cost gate driver can be used. For example, GaN E-HEMT GS66508P has gate drive power loss about 17 times lower than state of art superjunction MOSFET (Coolmos IPP65R065C7) with equivalent Rds(on). c) Lower transconductance, meaning that the gate should be driven close to the specified value, otherwise conduction losses will increase at higher currents.
    [Show full text]
  • Asics... the Website
    Last Edited by SP 14112004 INTRODUCTION TO ASICs An ASIC (pronounced a-sick; bold typeface defines a new term) is an application-specific integrated circuit at least that is what the acronym stands for. Before we answer the question of what that means we first look at the evolution of the silicon chip or integrated circuit ( IC ). Figure 1.1(a) shows an IC package (this is a pin-grid array, or PGA, shown upside down; the pins will go through holes in a printed-circuit board). People often call the package a chip, but, as you can see in Figure 1.1(b), the silicon chip itself (more properly called a die ) is mounted in the cavity under the sealed lid. A PGA package is usually made from a ceramic material, but plastic packages are also common. FIGURE 1.1 An integrated circuit (IC). (a) A pin-grid array (PGA) package. (b) The silicon die or chip is under the package lid. The physical size of a silicon die varies from a few millimeters on a side to over 1 inch on a side, but instead we often measure the size of an IC by the number of logic gates or the number of transistors that the IC contains. As a unit of measure a gate equivalent corresponds to a two-input NAND gate (a circuit that performs the logic function, F = A " B ). Often we just use the term gates instead of gate equivalents when we are measuring chip sizenot to be confused with the gate terminal of a transistor.
    [Show full text]
  • Introducing Microprocessors
    .Introducing Microprocessors A new series on understanding microprocessors and how they work. By Mike Tooley he general learning objectives for 1.3.2 State the function of each of the The "logic gate equivalent" referred Tpart one of Introducing Micro­ principal internal elements of a repre­ to in the table provides us with a rough processors are that readers should be sentative microcomputer system. measure of the complexity of in­ able to: 1.3.3 Explain the bus system used to tegrated circuit and simply gives the (a) understand the terminology used to link the internal elements of a equivalent number of standard logic describe microcomputer and micro­ microcomputer system. gates. A logic gate is a basic circuit ele­ processor based systems 1.3.4 Distinguish between the following ment capable of performing a logical (b) identify the major logic families types of bus; address, data and control. function (such as AND, OR, NAND or and scale of integration employed NOR). A basic logic gate (e.g. a stand­ within integrated circuits Related Theory ard TTL two-input AND) would typi­ (c) draw a diagram showing the ar­ Explain the binary and hexadecimal cally employ the equivalent of six tran­ chitecture of a representative micro­ number systems. sistors, three diodes and six resistors. computer system and state the function Convert binary, hexadecimal and At this stage, readers need not worry of the principal internal elements decimal numbers over the range 0 to too much about the function of a logic (d) understand binary and 65535 (decimal). gate as we shall be returning to this hexadecimal number systems and con­ Explain how negative numbers are later on.
    [Show full text]
  • Customer Report & Quote Template
    LogicCell Education Module Usage Guide Introduction to Logic and Logic Gates Version 1.00 Date November 2016 PC Services email: [email protected] Reading, UK http://www.pcserviceselectronics.co.uk/LogicCell Copyright 2016 by PC Services LogicCell Usage Guide Page 2 of 46 Contents 1 Introduction..........................................................................................................................................................5 1.1Where Does the Name LogicCell come from ?.............................................................................................6 2 What Is Logic ?....................................................................................................................................................7 2.1A Brief History of Computational Logic.......................................................................................................7 3 LogicCell Setup....................................................................................................................................................9 3.1System Requirements.....................................................................................................................................9 3.2Optional Components....................................................................................................................................9 3.3Pinout of LogicCell........................................................................................................................................9 3.3.1Switch
    [Show full text]
  • Digital Electronics
    Digital Electronic Engineering Name Class Teacher Ellon Academy Technical Faculty Learning Intentions I will learn about TTL and CMOS families of IC's, being able to distinguish between them I will be able to identify single logic gate symbols I will be able to complete Truth Tables for single logic gates and combinational logic circuits I will learn to analyse and simplify combinational logic circuits I will learn what a Boolean expression is and how to write one for a given logic circuit I will learn about NAND gates and I will be able to determine equivalent circuits made from them I will learn to form circuits to given specification Success Criteria I can develop digital electronic control systems by: Designing and constructing complex combinational logic circuits Describing logic functions using Boolean operators Simplifying logic circuits using NAND equivalents Testing and evaluating combinational logic circuits against a specification YENKA is a free program you can download at home to build electronic circuits and help you with your studies http://www.yenka.com/en/Free_student_home_licences/ To access video clips that will help on this course go to www.youtube.com/MacBeathsTech 1 Switching Logic Although it may not always seem like it, electronics and electronic systems are very logical in the way that they work. In the simplest form, if you want a light to come on, then you press a switch. Of course, it gets more complicated than that. Most technological systems involve making more complicated decisions: for example, sorting out bottles into different sizes, deciding whether a room has a burglar in it or not, or knowing when to turn a central heating system on or off.
    [Show full text]
  • Equation Defined Device Modelling of Floating Gate Mosfets
    Equation Defined Device Modelling of Floating Gate M.O.S.F.E.Ts. ! M.CULLINAN Ph.D. Thesis 2015 LONDON METROPOLITAN UNIVERSITY Abstract This research work covers the development of a novel compact model for a Floating Gate nMOSFET that will be added to the QUCS library. QUCS (Quite Universal Circuit Simulator) is a GPL simulation software package that was created in 2006 and is continuing to develop and evolve, and there is already a substantial library of components, devices and circuits. Fundamentally, a floating gate device is an analogue device, even though modern technology uses it mainly as a non-volatile memory element there are numerous uses for it as an analogue device. A study has been carried out with regards to the principles of the physical phenomenon of charge transfer through silicon dioxide to a floating gate. The study has concentrated on the physical properties of the fabricated device and the principles of charge transfer through an oxide layer by Fowler–Nordheim principles. The EKV2.6 MOSFET was used as the fundamental device for the model that has been adapted by the addition of the floating gate. An equivalent circuit of an FGMOSFET was developed and analysed theoretically. This was then formulated into the QUCs environment and created as a compact model. Simulations were carried out and the results analysed to compare with the theoretical expectations and previous research works. It is well documented that the creation of equivalent circuits for floating gate devices is complicated by the fact that the floating gate is isolated as a node and as such cannot be directly analysed by simulators.
    [Show full text]