slides for lecture 30
play

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

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


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

  2. slide 2/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Previous Lecture Completion of next-state and output logic design for the Mealy FSM solution to example sequence detection problem. Factoring of FSMs. Reverse-engineering an FSM: Given an FSM circuit, finding a word description of what the FSM does.

  3. slide 3/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Today’s Lecture Completion of an FSM reverse-engineering example. Introduction to timing of sequential logic. Timing parameters for DFFs, and implications of those parameters for timing of synchronous sequential circuits. Related reading in Harris & Harris: Sections 3.4.5–3.4.6, Section 3.5 to the end of 3.5.2.

  4. slide 4/21 (This picks up from where the S ′ 2 S ′ 1 S ′ S 2 S 1 S 0 A 0 previous lecture ended.) The next 0 0 0 0 0 0 0 three steps are: 0 0 0 1 0 0 1 ◮ Use next-state and output 0 0 1 0 0 0 1 0 0 1 1 0 1 0 equations to create 0 1 0 0 0 1 0 next-state and output tables. 0 1 0 1 0 1 1 (The next-state table is 0 1 1 0 0 1 1 ready for us on this slide, to 0 1 1 1 1 0 0 save us all some boredom.) 1 0 0 0 1 0 0 ◮ Reduce the next-state table 1 0 0 1 0 0 0 to eliminate unreachable 1 0 1 0 0 0 0 states. 1 0 1 1 0 0 0 ◮ Assign each valid state bit 1 1 0 0 0 0 0 combination a name. 1 1 0 1 0 0 0 1 1 1 0 0 0 0 Let’s perform the last two of the 1 1 1 1 0 0 0 above steps.

  5. slide 5/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Completion of the example FSM derivation problem The final three steps are: ◮ Rewrite next-state and output tables with state names. ◮ Draw state transition diagram. ◮ State in words what the FSM does. Let’s work through these steps.

  6. slide 6/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Introduction to timing of sequential logic For a synchronous sequential circuit design, some of the major timing concerns are . . . ◮ What are sufficient conditions on the D input of a DFF to ensure reliable operations of the DFF? (This is called the “dynamic discipline”.) ◮ Given timing specifications for DFFs and a desired clock period T C , what do those things say about maximum delays in combinational elements in the circuit? ◮ What can go wrong if D inputs of DFFs go 0 → 1 or 1 → 0 at the wrong time? Section 3.5 of Harris & Harris is excellent on these topics. Please read it carefully, more than once!

  7. slide 7/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Review: The static discipline This idea was introduced very early in the course. (See Section 1.6 of Harris and Harris.) The static discipline says that for reliable operation of digital circuit elements, voltages on inputs of circuit elements must not sit in the forbidden zone between V IL and V IH . (Of course, voltages are allowed to pass through the forbidden zone when making low-to-high or high-to-low transitions!)

  8. slide 8/21 ENEL 353 F13 Section 02 Slides for Lecture 30 The dynamic discipline The dynamic discipline has to do with rules about the timing of transitions on input signals to sequential devices such as latches and flip-flops. If a sequential circuit design does not comply with the dynamic discipline, the circuit is likely to be unreliable or completely defective. Specifically, for D flip-flops, the dynamic discipline says: The D input to a DFF must not make a 0 → 1 or 1 → 0 transition within an aperture time surrounding an an active clock edge. The aperture time , as we’ll see, is defined by two DFF timing parameters called the setup time and the hold time .

  9. slide 9/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Setup and hold times for DFFs CLK t setup t hold D Q CLK The setup time , t setup (just t s in some textbooks) is a short time interval before a rising edge on CLK. The hold time , t hold (just t h in some textbooks) is a short time interval after a rising edge on CLK. Proper DFF behaviour—Q copies D on rising edges of CLK—is guaranteed only if D does not change value within the aperture time defined by the setup and hold times.

  10. slide 10/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Setup and hold times—example 1 The gold rectangles mark apertures defined by setup and hold times for a DFF. CLK D Q t 0 t 1 Here D is stable through both apertures, so Q reliably takes values of 0 shortly after t 0 and 1 shortly after t 1 .

  11. slide 11/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Setup and hold times—example 2 CLK D Q t 0 t 1 Here D changes after the aperture around t 1 is over, so Q remains 0 for the clock cycle following t 1 .

  12. slide 12/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Setup and hold times—example 3 Here there is a violation of the setup-and-hold-time rules around t 1 . CLK D Q ? ? ? t 0 t 1 What happens to Q after t 1 ? There are multiple possibilities , which we’ll get to later. For now, what’s important to know is that circuit behaviour following t 1 is unpredictable .

  13. slide 13/21 ENEL 353 F13 Section 02 Slides for Lecture 30 D flip-flop clock-to-Q delays: t ccq and t pcq CLK As mentioned as few lectures ago, the Q output of a DFF does not change at exactly the same time as its input CLK signal D Q rises—there is a short delay. t ccq is the clock-to-Q contamination delay . It takes at least this much time for a rising edge of CLK to cause a change in Q . t pcq is the clock-to-Q propagation delay . It takes no more than this much time for a rising edge of CLK to cause a change in Q .

  14. slide 14/21 ENEL 353 F13 Section 02 Slides for Lecture 30 t setup , t hold , t ccq , and t pcq , all on one timing diagram CLK output(s) input(s) t setup t hold t ccq t pcq Let’s write down some notes about how to read this diagram. Image is Figure 3.37 from Harris D. M. and Harris S. L., Digital Design and Computer Architecture, 2nd ed. , c � 2013, Elsevier, Inc.

  15. slide 15/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Where do DFF timing parameters come from? The range of possible clock-to-Q delays from as fast as t ccq to as slow as t pcq reflects factors such as ◮ variation in V DD ◮ variation in temperature ◮ minor variations in physical dimensions and chemical composition of transistors ◮ various other physical factors. t setup and t hold are worst-case numbers over all allowable operating conditions for a circuit.

  16. slide 16/21 ENEL 353 F13 Section 02 Slides for Lecture 30 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.

  17. slide 17/21 ENEL 353 F13 Section 02 Slides for Lecture 30 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.

  18. slide 18/21 ENEL 353 F13 Section 02 Slides for Lecture 30 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.

  19. slide 19/21 ENEL 353 F13 Section 02 Slides for Lecture 30 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. 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.

  20. slide 20/21 ENEL 353 F13 Section 02 Slides for Lecture 30 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.

  21. slide 21/21 ENEL 353 F13 Section 02 Slides for Lecture 30 Upcoming topics Examples of timing calculations for synchronous sequential logic. Introduction to the concept of clock skew . Introduction to the concept of metastability . Related reading in Harris & Harris: Section 3.5.2–3.5.4.

Recommend


More recommend