Sequential Logic Worksheet

Similar documents
COEN 312 DIGITAL SYSTEMS DESIGN - LECTURE NOTES Concordia University

CPE100: Digital Logic Design I

CMOS Technology Worksheet

CPE100: Digital Logic Design I

L4: Sequential Building Blocks (Flip-flops, Latches and Registers)

Lecture 10: Sequential Networks: Timing and Retiming

L4: Sequential Building Blocks (Flip-flops, Latches and Registers)

ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN. Week 9 Dr. Srinivas Shakkottai Dept. of Electrical and Computer Engineering

Sequential vs. Combinational

ECE 341. Lecture # 3

EE141- Spring 2007 Digital Integrated Circuits

Computers also need devices capable of Storing data and information Performing mathematical operations on such data

ALU, Latches and Flip-Flops

Sequential Logic Circuits

Sequential Logic. Rab Nawaz Khan Jadoon DCS. Lecturer COMSATS Lahore Pakistan. Department of Computer Science

10/12/2016. An FSM with No Inputs Moves from State to State. ECE 120: Introduction to Computing. Eventually, the States Form a Loop

CSE 140 Midterm 3 version A Tajana Simunic Rosing Spring 2015

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Sciences

Chapter 4. Sequential Logic Circuits

Counters. We ll look at different kinds of counters and discuss how to build them

Chapter 5. Digital Design and Computer Architecture, 2 nd Edition. David Money Harris and Sarah L. Harris. Chapter 5 <1>

Digital Electronics II Mike Brookes Please pick up: Notes from the front desk

Synchronous Sequential Logic

ELCT201: DIGITAL LOGIC DESIGN

5. Sequential Logic x Computation Structures Part 1 Digital Circuits. Copyright 2015 MIT EECS

CMPEN 411. Spring Lecture 18: Static Sequential Circuits

Digital Circuits ECS 371

Memory Elements I. CS31 Pascal Van Hentenryck. CS031 Lecture 6 Page 1

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI

Chapter 7 Sequential Logic

EECS150 - Digital Design Lecture 23 - FSMs & Counters

S.Y. Diploma : Sem. III [DE/ED/EI/EJ/EN/ET/EV/EX/IC/IE/IS/IU/MU] Principles of Digital Techniques

Introduction EE 224: INTRODUCTION TO DIGITAL CIRCUITS & COMPUTER DESIGN. Lecture 6: Sequential Logic 3 Registers & Counters 5/9/2010

Digital Logic Design - Chapter 4

CSE 140 Midterm 2 - Solutions Prof. Tajana Simunic Rosing Spring 2013

Laboratory Exercise #8 Introduction to Sequential Logic

Digital Logic: Boolean Algebra and Gates. Textbook Chapter 3

Problem Set 9 Solutions

King Fahd University of Petroleum and Minerals College of Computer Science and Engineering Computer Engineering Department

ELCT201: DIGITAL LOGIC DESIGN

Lab 3 Revisited. Zener diodes IAP 2008 Lecture 4 1

CS221: Digital Design. Dr. A. Sahu. Indian Institute of Technology Guwahati

CPE100: Digital Logic Design I

Simulation of Logic Primitives and Dynamic D-latch with Verilog-XL

UNIVERSITY OF CALIFORNIA, BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences

Synchronous Sequential Circuit Design. Digital Computer Design

I. Motivation & Examples

LOGIC CIRCUITS. Basic Experiment and Design of Electronics

EE40 Lec 15. Logic Synthesis and Sequential Logic Circuits

Sequential Logic Design: Controllers

Digital Electronics Sequential Logic

COE 202: Digital Logic Design Sequential Circuits Part 4. Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:

Integrated Circuits & Systems

Lecture 14: State Tables, Diagrams, Latches, and Flip Flop

Topic 8: Sequential Circuits

ECE/Comp Sci 352 Digital Systems Fundamentals. Charles R. Kime Section 2 Fall Logic and Computer Design Fundamentals

CSE140: Design of Sequential Logic

Digital Circuits. 1. Inputs & Outputs are quantized at two levels. 2. Binary arithmetic, only digits are 0 & 1. Position indicates power of 2.

Lecture 9: Sequential Logic Circuits. Reading: CH 7

Lecture 7: Sequential Networks

6 Synchronous State Machine Design

Unit II Chapter 4:- Digital Logic Contents 4.1 Introduction... 4

Design at the Register Transfer Level

Fundamentals of Digital Design

S.Y. Diploma : Sem. III [CO/CM/IF/CD/CW] Digital Techniques

Roger L. Tokheim. Chapter 8 Counters Glencoe/McGraw-Hill

ELEC Digital Logic Circuits Fall 2014 Sequential Circuits (Chapter 6) Finite State Machines (Ch. 7-10)

PGT104 Digital Electronics. PGT104 Digital Electronics

Time Allowed 3:00 hrs. April, pages

CS61C : Machine Structures

INTEGRATED CIRCUITS. For a complete data sheet, please also download:

Practice Final Exam Solutions

CSE140: Components and Design Techniques for Digital Systems. Midterm Information. Instructor: Mohsen Imani. Sources: TSR, Katz, Boriello & Vahid

Digital Integrated Circuits A Design Perspective

University of Toronto Faculty of Applied Science and Engineering Edward S. Rogers Sr. Department of Electrical and Computer Engineering

EECS150 - Digital Design Lecture 18 - Counters

EECS150 - Digital Design Lecture 18 - Counters

CS61C : Machine Structures

Digital Electronic Meters

EECS Components and Design Techniques for Digital Systems. FSMs 9/11/2007

CHW 261: Logic Design

Final Exam. ECE 25, Spring 2008 Thursday, June 12, Problem Points Score Total 90

Philadelphia University Student Name: Student Number:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

CSE370 HW6 Solutions (Winter 2010)

LOGIC CIRCUITS. Basic Experiment and Design of Electronics. Ho Kyung Kim, Ph.D.

Vidyalankar S.E. Sem. III [ETRX] Digital Circuits and Design Prelim Question Paper Solution

Chapter 3. Digital Design and Computer Architecture, 2 nd Edition. David Money Harris and Sarah L. Harris. Chapter 3 <1>

EECS150 - Digital Design Lecture 16 Counters. Announcements

Adders, subtractors comparators, multipliers and other ALU elements

Fundamentals of Computer Systems

Appendix B. Review of Digital Logic. Baback Izadi Division of Engineering Programs

EEE2135 Digital Logic Design

Timing Constraints in Sequential Designs. 63 Sources: TSR, Katz, Boriello & Vahid

EET 310 Flip-Flops 11/17/2011 1

EECS150 - Digital Design Lecture 11 - Shifters & Counters. Register Summary

UNIVERSITY OF CALIFORNIA

Appendix A: Digital Logic. Principles of Computer Architecture. Principles of Computer Architecture by M. Murdocca and V. Heuring

INTEGRATED CIRCUITS. For a complete data sheet, please also download:

NTE74177 Integrated Circuit TTL 35Mhz Presettable Binary Counter/Latch

Transcription:

Sequential Logic Worksheet Concept Inventory: Notes: D-latch & the Dynamic Discipline D-register Timing constraints for sequential circuits Set-up and hold times for sequential circuits 6.004 Worksheet - 1 of 6 - Sequential Logic

Problem 1. Consider the following sequential logic circuit. It consists of one input IN, a 2-bit register that stores the current state, and some combinational logic that determines the state (next value to load into the register) based on the current state and the input IN. (A) Using the timing specifications shown below for the XOR and DREG components, determine the shortest clock period, t CLK, that will allow the circuit to operate correctly or write NONE if no choice for t CLK will allow the circuit to operate correctly and briefly explain why. Component t CD t PD t SETUP t HOLD XOR2 0.15ns 2.1ns DREG 0.1ns 1.6ns 0.4ns 0.2ns Minimum value for t CLK (ns): or explain why none exists (B) Using the same timing specifications as in (A), determine the setup and hold times for IN with respect to the rising edge of CLK. t SETUP for IN with respect to CLK (ns): t HOLD for IN with respect to CLK (ns): (C) One of the engineers on the team suggests using a new, faster XOR2 gate whose t CD = 0.05ns and t PD = 0.7ns. Determine a new minimum value for t CLK or write NONE and explain why no such value exists. Minimum value for t CLK (ns): or explain why none exists 6.004 Worksheet - 2 of 6 - Sequential Logic

Problem 2. Consider the following sequential logic circuit. It consists of three D registers, three different pieces of combinational logic (CL1, CL2, and CL3), one input IN, and one output OUT. The propagation delay, contamination delay, and setup time of the registers are all the same and are specified below each register. The hold time for the registers is NOT the same and is specified in bold below each register. The timing specification for each combinational logic block is shown below that logic. (A) (1 point) What is the smallest value for the t CD of CL2 that will guarantee the dynamic discipline is obeyed for all the registers in the circuit? Smallest value for t CD of CL2 (ns): (B) (2 points) What is the smallest value for the period of CLK (i.e., t CLK ) that will guarantee the dynamic discipline is obeyed for all the registers in the circuit? Smallest value for t CLK (ns): (C) (2 points) What are the smallest values for the setup and hold times for IN relative to the rising edge of CLK that will guarantee the dynamic discipline is obeyed for all the registers in the circuit? Setup time for IN (ns): Hold time for IN (ns): (D) (2 points) What are the propagation delay and contamination delay of the output, OUT, of this circuit relative to the rising edge of the clock? t PD for OUT (ns): t CD for OUT (ns): 6.004 Worksheet - 3 of 6 - Sequential Logic

Problem 3. Here s a schematic for a 3-bit loadable down-counter, which uses a ripple decrementer as a building block: component t CD (ns) t PD (ns) t S (ns) t H (ns) XOR2.03.14 NOR2.01.05 NOR3.02.08 INV.005.02 MUX2.02.12 DREG.03.19.15.05 (A) Using the contamination delays (t CD ), propagation delays (t PD ), setup times (t S ), and hold times (t H ) shown in the table above, please compute the minimum value for the clock period (t CLK ) for which the circuit will work correctly. minimum value for t CLK (ns): (B) What are the appropriate values for the setup (t S ) and hold (t H ) times for the LD input with respect to the rising edge of the clock? setup time (t S ) for LD: hold time (t H ) for LD: (C) What is the t PD for the Zero output with respect to the rising edge of CLK? t PD for Zero (ns): 6.004 Worksheet - 4 of 6 - Sequential Logic

Problem 4. Consider the following sequential logic circuit. The timing specifications are shown below each component. Note that the two registers do NOT have the same specifications. (A) What are the smallest values for the setup and hold times for IN relative to the rising edge of CLK that will guarantee the dynamic discipline is obeyed for all the registers in the circuit? Setup time for IN (ns): Hold time for IN (ns): (B) What is the smallest value for the period of CLK (i.e., tclk) that will guarantee the dynamic discipline is obeyed for all the registers in the circuit? Smallest value for tclk (ns): (C) What is the smallest for the tcd of R1 that will guarantee the dynamic discipline is obeyed for all the registers in the circuit? Smallest value for tcd of R1 (ns): (D) Suppose two of these sequential circuits were connected in series, with the OUT signal of the first circuit connected to the IN signal of the second circuit. The same CLK signal is used for both circuits. Now what is the smallest value for the period of CLK (i.e., tclk) that will guarantee the dynamic discipline is obeyed for all the registers in the circuit? Smallest value for tclk (ns): 6.004 Worksheet - 5 of 6 - Sequential Logic

Problem 5. It is often useful to make clocked devices that count in binary, and a simple building block for such binary counters is the toggle flipflop whose symbol is shown on the right. It is a clocked device, hence the clock input indicated by the triangle on its lower-left edge. The other input, T (for toggle), may be set to one to cause the TFlop to flip its state (the Q output) from 0 to 1 or vice versa on the next active (positive) clock edge. If T is zero at an active clock edge, the state of the TFlop remains unchanged. We assume that the initial state of each TFlop at power-up is Q=0; more sophisticated versions might feature a Reset input to force a Q=0 state. A TFlop may be implemented using a D flipflop like the ones developed in lecture together with an XOR2 gate, as shown to the left. As is our convention for clocked devices, we would like to specify timing specs for the TFlop as t CD, t PD, t SETUP, and t HOLD, all measured relative to the active (positive) clock edge. (A) The timing specifications for the components are shown in the table below. Give appropriate values for the timing specifications of the TFlop implementation shown above. t CD : ps Component t CD t PD t SETUP t HOLD XOR2 40ps 400ps DREG 100ps 300ps 80ps 40ps t PD : ps t SETUP : ps t HOLD : ps (B) Suppose we connect the T input of a single TFlop to 1 (i.e., V DD ) and try to clock it at its maximum rate. What is the minimum clock period we can use and expect the TFlop to perform properly? Minimum clock period for correct operation: ps We next consider the use of four TFlops to make a 4-bit ripple-carry counter as shown to the left. Assume that the TFlops share a common clock input (not shown) with an appropriate period, and that all TFlops have an initial Q=0 state. (C) Suppose we run this circuit for a large number, N, of clock cycles. For approximately how many of the N active clock edges would you expect the T input to the topmost TFlop to be 1? Topmost T=1 occurrences in N cycles: (D) If the AND2 gates have t PD =200ps and t CD =40ps, what is the minimum clock period we can use for the 4-bit counter? Minimum clock period for correct operation: ps 6.004 Worksheet - 6 of 6 - Sequential Logic