slides for lecture 31
play

Slides for Lecture 31 ENEL 353: Digital Circuits Fall 2013 Term - PowerPoint PPT Presentation

Slides for Lecture 31 ENEL 353: Digital Circuits Fall 2013 Term Steve Norman, PhD, PEng Electrical & Computer Engineering Schulich School of Engineering University of Calgary 22 November, 2013 slide 2/17 ENEL 353 F13 Section 02


  1. Slides for Lecture 31 ENEL 353: Digital Circuits — Fall 2013 Term Steve Norman, PhD, PEng Electrical & Computer Engineering Schulich School of Engineering University of Calgary 22 November, 2013

  2. slide 2/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Previous Lecture Completion of an FSM reverse-engineering example. Introduction to timing of sequential logic. Timing parameters for DFFs: t setup , t hold , t ccq , and t pcq

  3. slide 3/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Today’s Lecture Implications of DFF timing parameters for timing of synchronous sequential circuits. Examples of timing calculations for synchronous sequential logic. Introduction to clock skew . Related reading in Harris & Harris: Sections 3.5.2–3.5.3

  4. slide 4/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Remark about resettable, settable, and enabled flip-flops The textbook doesn’t mention this, but it’s good to know. For DFFs with EN inputs, and/or synchronous reset or set inputs, the EN, reset and set inputs have t setup and t hold parameters that are similar to the t setup and t hold parameters for the D input. For DFFs with asynchronous reset or set inputs, the timing parameters for those inputs are typically a minimum width for a reset or set pulse , along with a minimum gap between when reset or set is turned off and a rising edge of the clock.

  5. slide 5/17 ENEL 353 F13 Section 02 Slides for Lecture 31 A generic piece of synchronous sequential logic Below is a small part of a larger synchronous sequential circuit. Registers R1 and R2 are collections of DFFs that all have the same t setup , t hold , t ccq , and t pcq . CLK D1 Q1 D2 Q2 C L R1 R2 The combinational element shown has contamination delay t cd and propagation delay t pd . We’ll assume that signal D1 meets the setup and hold time requirements of R1, and look at whether signal D2 meets the setup and hold time requirements of R2.

  6. slide 6/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Setup time constraint CLK D1 Q1 D2 Q2 C L R1 R2 Recall that T C stands for the clock period . Suppose there is a rising edge of CLK at time t 0 . What must be true so that there is no setup time violation at R2 at the next rising edge of CLK, at time t 0 + T C ? Let’s do the simple math, then make some remarks.

  7. slide 7/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Hold time constraint CLK D1 Q1 D2 Q2 C L R1 R2 Suppose there is a rising edge of CLK at time t 0 . What must be true so that there is no hold time violation at R2 at the same rising edge of CLK, also at time t 0 ? Again, let’s do some simple math, then make some remarks.

  8. slide 8/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Hold time constraint: Direct Q-to-D connection CLK Let’s look at this special case, in which there is no D 1 Q 1 D 2 Q 2 combinational delay between a Q output of a DFF and the D input of another DFF. FF1 FF2 Let’s assume that the DFFs are identical, and that setup and hold time conditions are satisfied by the D 1 input to FF1. Again, suppose there is a rising edge of CLK at time t 0 . What must be true so that there is no hold time violation at FF2 at the same rising edge of CLK, also at time t 0 ? Let’s do the very simple math, then make some remarks.

  9. slide 9/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Setup time constraint for a Moore-type FSM circuit CLK M next next inputs k k N state state output state outputs logic logic Suppose that T C is the desired clock period. Suppose we know t setup and t pcq for the register, and we know t pd for the next-state logic. Can we do a simple calculation to determine whether this circuit might have setup time violations? Why or why not?

  10. slide 10/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Setup time constraint for a “free running” Moore-type FSM circuit CLK next next k k N state state output state outputs logic logic Again, suppose that T C is the desired clock period. Again, suppose we know t setup and t pcq for the register, and we know t pd for the next-state logic. For the above circuit, it is possible to do a simple calculation to check for possible setup time violations. Let’s do the calculation, then make some remarks.

  11. slide 11/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Synchronous logic timing: Detailed example Suppose A is connected to V DD in the circuit on the next page. gate t pd (ps) NOT 30 Bubbles on the AND gate inputs are NAND2 40 implemented using NOT gates. NAND3 60 For the register, t setup = 35 ps and NAND4 80 t pcq = 75 ps. AND2 60 Is it safe to run the clock with a AND3 80 frequency of 3.33 GHz? AND4 100 OR2 80 If not, what is a simple redesign that OR3 110 would allow safe operation at 3.33 GHz?

  12. slide 12/17 S 2 S 1 S 0 CLK S ′ S 2 2 Y 2 S ′ S 1 1 Y 1 S ′ S 0 0 Y 0 r reset A

  13. slide 13/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Another example of timing analysis Using some 1970’s/1980’s inverters and DFFs found in a junk drawer, a student builds a clock-divide-by-4 circuit. For the inverters, t cd = 9 ns and t pd = 15 ns. DFF timing parameters, in ns, are given in the table. family CLK Foo Bar parameter 2 20 t setup Y t hold 1 7 8 50 t pcq FooLogic BarTron t ccq 5 30 The student tests the circuit with a 1 MHz CLK input, expecting to see a 250 kHz square wave on Y. Why doesn’t the circuit work? What can be done to fix it?

  14. slide 14/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Introduction to clock skew This list is review. It’s a list of sufficient conditions for building a synchronous sequential circuit . . . 1. Every element in the circuit either is a register or is combinational. 2. At least one element is a register. 3. All registers receive the same clock signal. 4. Every cyclic path in the circuit passes through at least one register. Unfortunately, the laws of physics make it very hard to perfectly satisfy condition 3 . . .

  15. slide 15/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Introduction to clock skew , continued It takes time for a voltage change to propagate along a wire. clock source CLK1 CLK2 CLK3 D1 Q1 D2 Q2 D3 Q3 R1 R2 R3 Clock edges received by R1 are early relative to clock edges received by R2. Clock edges received by R3 are late relative to clock edges received by R2.

  16. slide 16/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Minimization of clock skew; definition of t skew Clock skew is the name given to the problem having having different registers get clock edges at slightly different names. Delay from the clock source to clock inputs cannot be avoided. Circuit designers try to minimize clock skew by making all the source-to-input delays very close to the same . (Because delays can be affected by factors such as electrical noise, clock skew can’t be made zero just by making all clock wires the same length.) In a synchronous sequential circuit, t skew is defined as the worst-case difference in times of arrival of an active clock edge at any two registers in the circuit.

  17. slide 17/17 ENEL 353 F13 Section 02 Slides for Lecture 31 Upcoming topics Adjustment of setup and hold time constraint inequalities to account for t skew . Metastability and synchronization. Related reading in Harris & Harris: Sections 3.5.3–3.5.5.

Recommend


More recommend