Introduction to CMOS VLSI Design Lecture 10: Sequential Circuits

Slides:



Advertisements
Similar presentations
EE466: VLSI Design Lecture 7: Circuits & Layout
Advertisements

1 Lecture 16 Timing  Terminology  Timing issues  Asynchronous inputs.
Sequential Circuit Design
Introduction to CMOS VLSI Design Sequential Circuits.
VLSI Design EE 447/547 Sequential circuits 1 EE 447/547 VLSI Design Lecture 9: Sequential Circuits.
Introduction to CMOS VLSI Design Sequential Circuits
ECE C03 Lecture 81 Lecture 8 Memory Elements and Clocking Hai Zhou ECE 303 Advanced Digital Design Spring 2002.
MICROELETTRONICA Sequential circuits Lection 7.
Lecture 11: Sequential Circuit Design. CMOS VLSI DesignCMOS VLSI Design 4th Ed. 11: Sequential Circuits2 Outline  Sequencing  Sequencing Element Design.
Lecture: 1.6 Tri-states, Mux, Latches & Flip Flops
Introduction to CMOS VLSI Design Lecture 10: Sequential Circuits David Harris Harvey Mudd College Spring 2004.
Lecture 11: Sequential Circuit Design. CMOS VLSI DesignCMOS VLSI Design 4th Ed. 11: Sequential Circuits2 Outline  Sequencing  Sequencing Element Design.
VLSI Design Circuits & Layout
Introduction to CMOS VLSI Design Lecture 1: Circuits & Layout
Sequential Circuits. Outline  Floorplanning  Sequencing  Sequencing Element Design  Max and Min-Delay  Clock Skew  Time Borrowing  Two-Phase Clocking.
Z. Feng MTU EE4800 CMOS Digital IC Design & Analysis EE4800 CMOS Digital IC Design & Analysis Lecture 11 Sequential Circuit Design Zhuo Feng.
Introduction to CMOS VLSI Design Lecture 19: Design for Skew David Harris Harvey Mudd College Spring 2004.
Introduction to CMOS VLSI Design Clock Skew-tolerant circuits.
Clock Design Adopted from David Harris of Harvey Mudd College.
S. Reda EN160 SP’08 Design and Implementation of VLSI Systems (EN1600) Lecture 22: Sequential Circuit Design (1/2) Prof. Sherief Reda Division of Engineering,
S. Reda EN160 SP’07 Design and Implementation of VLSI Systems (EN0160) Lecture 25: Sequential Circuit Design (3/3) Prof. Sherief Reda Division of Engineering,
Introduction to CMOS VLSI Design Lecture 10: Sequential Circuits
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Hao Ji.
Introduction to CMOS VLSI Design Lecture 10: Sequential Circuits Credits: David Harris Harvey Mudd College (Material taken/adapted from Harris’ lecture.
S. Reda EN160 SP’07 Design and Implementation of VLSI Systems (EN0160) Lecture 23: Sequential Circuit Design (1/3) Prof. Sherief Reda Division of Engineering,
VLSI Design Circuits & Layout
Introduction to CMOS VLSI Design Circuits & Layout
SEQUENTIAL CIRCUITS Component Design and Use. Register with Parallel Load  Register: Group of Flip-Flops  Ex: D Flip-Flops  Holds a Word of Data 
EE4800 CMOS Digital IC Design & Analysis
Advanced VLSI Design Unit 04: Combinational and Sequential Circuits.
Sp09 CMPEN 411 L18 S.1 CMPEN 411 VLSI Digital Circuits Spring 2009 Lecture 16: Static Sequential Circuits [Adapted from Rabaey’s Digital Integrated Circuits,
1 COMP541 Sequential Circuits Montek Singh Feb 1, 2007.
Clocking System Design
Latches, Flip Flops, and Memory ECE/CS 252, Fall 2010 Prof. Mikko Lipasti Department of Electrical and Computer Engineering University of Wisconsin – Madison.
Digital Logic Design Alex Bronstein Lecture 3: Memory and Buses.
Computer Architecture & Operations I
Digital Integrated Circuits A Design Perspective
Lecture 11: Sequential Circuit Design
Chapter 3 Digital Design and Computer Architecture, 2nd Edition
Computer Architecture & Operations I
Chapter 3 Digital Design and Computer Architecture: ARM® Edition
Digital Integrated Circuits A Design Perspective
CSE 140 – Discussion 7 Nima Mousavi.
LATCHED, FLIP-FLOPS,AND TIMERS
Chapter 7 Designing Sequential Logic Circuits Rev 1.0: 05/11/03
Computer Organization and Design Memories and State Machines
Sequential circuit design with metastability
Morgan Kaufmann Publishers
Prof. Hsien-Hsin Sean Lee
Appendix B The Basics of Logic Design
SEQUENTIAL LOGIC -II.
Introduction to Sequential Logic Design
CMOS VLSI Design Chapter 9: Combinational Circuits Chapter 10: Sequential Circuits This work is protected by Canadian copyright laws and is provided.
CSE 370 – Winter Sequential Logic-2 - 1
Elec 2607 Digital Switching Circuits
COMP541 Flip-Flop Timing Montek Singh Feb 23, 2010.
Timing Analysis 11/21/2018.
触发器 Flip-Flops 刘鹏 浙江大学信息与电子工程学院 March 27, 2018
Clocking in High-Performance and Low-Power Systems Presentation given at: EPFL Lausanne, Switzerland June 23th, 2003 Vojin G. Oklobdzija Advanced.
Chapter 10 Timing Issues Rev /11/2003 Rev /28/2003
Lecture 16 Logistics Last lecture Today HW5 out, due next wednesday
332:578 Deep Submicron VLSI Design Lecture 14 Design for Clock Skew
CMOS VLSI Design Chapter 9: Combinational Circuits Chapter 10: Sequential Circuits This work is protected by Canadian copyright laws and is provided.
Lecture 16 Logistics Last lecture Today HW5 out, due next wednesday
Sequential Logic.
CSC3050 – Computer Architecture
Memory, Latches, & Registers
COMP541 Sequential Logic Timing
Lecture 19 Logistics Last lecture Today
Lecture 3: Timing & Sequential Circuits
Presentation transcript:

Introduction to CMOS VLSI Design Lecture 10: Sequential Circuits David Harris Harvey Mudd College Spring 2004

Outline Floorplanning Sequencing Sequencing Element Design Max and Min-Delay Clock Skew Time Borrowing Two-Phase Clocking 10: Sequential Circuits

Project Strategy Proposal Specifies inputs, outputs, relation between them Floorplan Begins with block diagram Annotate dimensions and location of each block Requires detailed paper design Schematic Make paper design simulate correctly Layout Physical design, DRC, NCC, ERC 10: Sequential Circuits

Floorplan How do you estimate block areas? Begin with block diagram Each block has Inputs Outputs Function (draw schematic) Type: array, datapath, random logic Estimation depends on type of logic 10: Sequential Circuits

MIPS Floorplan 10: Sequential Circuits

Area Estimation Arrays: Layout basic cell Calculate core area from # of cells Allow area for decoders, column circuitry Datapaths Sketch slice plan Count area of cells from cell library Ensure wiring is possible Random logic Compare complexity do a design you have done 10: Sequential Circuits

MIPS Slice Plan 10: Sequential Circuits

Typical Layout Densities Typical numbers of high-quality layout Derate by 2 for class projects to allow routing and some sloppy layout. Allocate space for big wiring channels Element Area Random logic (2 metal layers) 1000-1500 l2 / transistor Datapath 250 – 750 l2 / transistor Or 6 WL + 360 l2 / transistor SRAM 1000 l2 / bit DRAM 100 l2 / bit ROM 10: Sequential Circuits

Sequencing Combinational logic output depends on current inputs Sequential logic output depends on current and previous inputs Requires separating previous, current, future Called state or tokens Ex: FSM, pipeline 10: Sequential Circuits

Sequencing Cont. If tokens moved through pipeline at constant speed, no sequencing elements would be necessary Ex: fiber-optic cable Light pulses (tokens) are sent down cable Next pulse sent before first reaches end of cable No need for hardware to separate pulses But dispersion sets min time between pulses This is called wave pipelining in circuits In most circuits, dispersion is high Delay fast tokens so they don’t catch slow ones. 10: Sequential Circuits

Sequencing Overhead Use flip-flops to delay fast tokens so they move through exactly one stage each cycle. Inevitably adds some delay to the slow tokens Makes circuit slower than just the logic delay Called sequencing overhead Some people call this clocking overhead But it applies to asynchronous circuits too Inevitable side effect of maintaining sequence 10: Sequential Circuits

Sequencing Elements Latch: Level sensitive a.k.a. transparent latch, D latch Flip-flop: edge triggered A.k.a. master-slave flip-flop, D flip-flop, D register Timing Diagrams Transparent Opaque Edge-trigger 10: Sequential Circuits

Sequencing Elements Latch: Level sensitive a.k.a. transparent latch, D latch Flip-flop: edge triggered A.k.a. master-slave flip-flop, D flip-flop, D register Timing Diagrams Transparent Opaque Edge-trigger 10: Sequential Circuits

Latch Design Pass Transistor Latch Pros + Cons 10: Sequential Circuits

Latch Design Pass Transistor Latch Pros + Tiny + Low clock load Cons Vt drop nonrestoring backdriving output noise sensitivity dynamic diffusion input Used in 1970’s 10: Sequential Circuits

Latch Design Transmission gate + - 10: Sequential Circuits

Latch Design Transmission gate + No Vt drop - Requires inverted clock 10: Sequential Circuits

Latch Design Inverting buffer + + Fixes either 10: Sequential Circuits

Latch Design Inverting buffer + Restoring + No backdriving + Fixes either Output noise sensitivity Or diffusion input Inverted output 10: Sequential Circuits

Latch Design Tristate feedback + 10: Sequential Circuits

Latch Design Tristate feedback + Static Backdriving risk Static latches are now essential 10: Sequential Circuits

Latch Design Buffered input + 10: Sequential Circuits

Latch Design Buffered input + Fixes diffusion input + Noninverting 10: Sequential Circuits

Latch Design Buffered output + 10: Sequential Circuits

Latch Design Buffered output + No backdriving Widely used in standard cells + Very robust (most important) Rather large Rather slow (1.5 – 2 FO4 delays) High clock loading 10: Sequential Circuits

Latch Design Datapath latch + - 10: Sequential Circuits

Latch Design Datapath latch + Smaller, faster - unbuffered input 10: Sequential Circuits

Flip-Flop Design Flip-flop is built as pair of back-to-back latches 10: Sequential Circuits

Enable Enable: ignore clock when en = 0 Mux: increase latch D-Q delay Clock Gating: increase en setup time, skew 10: Sequential Circuits

Reset Force output low when reset asserted Synchronous vs. asynchronous 10: Sequential Circuits

Set / Reset Set forces output high when enabled Flip-flop with asynchronous set and reset 10: Sequential Circuits

Sequencing Methods Flip-flops 2-Phase Latches Pulsed Latches 10: Sequential Circuits

Timing Diagrams Contamination and Propagation Delays tpd tcd tpcq tccq Logic Prop. Delay tcd Logic Cont. Delay tpcq Latch/Flop Clk-Q Prop Delay tccq Latch/Flop Clk-Q Cont. Delay tpdq Latch D-Q Prop Delay Latch D-Q Cont. Delay tsetup Latch/Flop Setup Time thold Latch/Flop Hold Time 10: Sequential Circuits

Max-Delay: Flip-Flops 10: Sequential Circuits

Max-Delay: Flip-Flops 10: Sequential Circuits

Max Delay: 2-Phase Latches 10: Sequential Circuits

Max Delay: 2-Phase Latches 10: Sequential Circuits

Max Delay: Pulsed Latches 10: Sequential Circuits

Max Delay: Pulsed Latches 10: Sequential Circuits

Min-Delay: Flip-Flops 10: Sequential Circuits

Min-Delay: Flip-Flops 10: Sequential Circuits

Min-Delay: 2-Phase Latches Hold time reduced by nonoverlap Paradox: hold applies twice each cycle, vs. only once for flops. But a flop is made of two latches! 10: Sequential Circuits

Min-Delay: 2-Phase Latches Hold time reduced by nonoverlap Paradox: hold applies twice each cycle, vs. only once for flops. But a flop is made of two latches! 10: Sequential Circuits

Min-Delay: Pulsed Latches Hold time increased by pulse width 10: Sequential Circuits

Min-Delay: Pulsed Latches Hold time increased by pulse width 10: Sequential Circuits

Time Borrowing In a flop-based system: Data launches on one rising edge Must setup before next rising edge If it arrives late, system fails If it arrives early, time is wasted Flops have hard edges In a latch-based system Data can pass through latch while transparent Long cycle of logic can borrow time into next As long as each loop completes in one cycle 10: Sequential Circuits

Time Borrowing Example 10: Sequential Circuits

How Much Borrowing? 2-Phase Latches Pulsed Latches 10: Sequential Circuits

Clock Skew We have assumed zero clock skew Clocks really have uncertainty in arrival time Decreases maximum propagation delay Increases minimum contamination delay Decreases time borrowing 10: Sequential Circuits

Skew: Flip-Flops 10: Sequential Circuits

Skew: Latches 2-Phase Latches Pulsed Latches 10: Sequential Circuits

Two-Phase Clocking If setup times are violated, reduce clock speed If hold times are violated, chip fails at any speed In this class, working chips are most important No tools to analyze clock skew An easy way to guarantee hold times is to use 2-phase latches with big nonoverlap times Call these clocks f1, f2 (ph1, ph2) 10: Sequential Circuits

Safe Flip-Flop In class, use flip-flop with nonoverlapping clocks Very slow – nonoverlap adds to setup time But no hold times In industry, use a better timing analyzer Add buffers to slow signals if hold time is at risk 10: Sequential Circuits

Summary Flip-Flops: Very easy to use, supported by all tools 2-Phase Transparent Latches: Lots of skew tolerance and time borrowing Pulsed Latches: Fast, some skew tol & borrow, hold time risk 10: Sequential Circuits