CS3350B Computer Architecture Winter 2015

Similar documents
CS61C : Machine Structures

CS61C : Machine Structures

UC Berkeley CS61C : Machine Structures

CS 110 Computer Architecture. Finite State Machines, Functional Units. Instructor: Sören Schwertfeger.

Go BEARS~ What are Machine Structures? Lecture #15 Intro to Synchronous Digital Systems, State Elements I C

Sequential Elements con t Synchronous Digital Systems

More Digital Circuits

Review C program: foo.c Compiler Assembly program: foo.s Assembler Object(mach lang module): foo.o. Lecture #14

CS61C : Machine Structures

CS61C : Machine Structures

CS 61C: Great Ideas in Computer Architecture

Logic Design. Flip Flops, Registers and Counters

D Latch (Transparent Latch)

EECS150 - Digital Design Lecture 3 Synchronous Digital Systems Review. Announcements

Figure 1 shows a simple implementation of a clock switch, using an AND-OR type multiplexer logic.

EECS150 - Digital Design Lecture 19 - Finite State Machines Revisited

Logic Design II (17.342) Spring Lecture Outline

COMP2611: Computer Organization. Introduction to Digital Logic

CSE115: Digital Design Lecture 23: Latches & Flip-Flops

Logic Design II (17.342) Spring Lecture Outline

ECEN454 Digital Integrated Circuit Design. Sequential Circuits. Sequencing. Output depends on current inputs

Read-only memory (ROM) Digital logic: ALUs Sequential logic circuits. Don't cares. Bus

(CSC-3501) Lecture 7 (07 Feb 2008) Seung-Jong Park (Jay) CSC S.J. Park. Announcement

1. Convert the decimal number to binary, octal, and hexadecimal.

YEDITEPE UNIVERSITY DEPARTMENT OF COMPUTER ENGINEERING. EXPERIMENT VIII: FLIP-FLOPS, COUNTERS 2014 Fall

11. Sequential Elements

Synchronous Sequential Logic

EMT 125 Digital Electronic Principles I CHAPTER 6 : FLIP-FLOP

CS 151 Final. Instructions: Student ID. (Last Name) (First Name) Signature

CHAPTER 4: Logic Circuits

Chapter 6. Flip-Flops and Simple Flip-Flop Applications

Lecture 11: Sequential Circuit Design

More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 <98> 98

Introduction. NAND Gate Latch. Digital Logic Design 1 FLIP-FLOP. Digital Logic Design 1

Unit 9 Latches and Flip-Flops. Dept. of Electrical and Computer Eng., NCTU 1

Advanced Devices. Registers Counters Multiplexers Decoders Adders. CSC258 Lecture Slides Steve Engels, 2006 Slide 1 of 20

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath

PRE J. Figure 25.1a J-K flip-flop with Asynchronous Preset and Clear inputs

First Name Last Name November 10, 2009 CS-343 Exam 2

ASYNCHRONOUS COUNTER CIRCUITS

Flip-Flops. Because of this the state of the latch may keep changing in circuits with feedback as long as the clock pulse remains active.

Sequential Circuit Design: Part 1

Asynchronous (Ripple) Counters

CHAPTER 4: Logic Circuits

Lecture 8: Sequential Logic

Sequential Circuit Design: Part 1

Chapter 3. Boolean Algebra and Digital Logic

Digital Fundamentals: A Systems Approach

Software Engineering 2DA4. Slides 9: Asynchronous Sequential Circuits

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Sciences

A clock is a free-running signal with a cycle time. A clock may be either high or low, and alternates between the two states.

CPE/EE 427, CPE 527 VLSI Design I Sequential Circuits. Sequencing

LATCHES & FLIP-FLOP. Chapter 7

Computer Systems Architecture

The NOR latch is similar to the NAND latch

1. a) For the circuit shown in figure 1.1, draw a truth table showing the output Q for all combinations of inputs A, B and C. [4] Figure 1.

The outputs are formed by a combinational logic function of the inputs to the circuit or the values stored in the flip-flops (or both).

EECS 373 Design of Microprocessor-Based Systems

EE141-Fall 2010 Digital Integrated Circuits. Announcements. Homework #8 due next Tuesday. Project Phase 3 plan due this Sat.

Modeling Digital Systems with Verilog

EE 447/547 VLSI Design. Lecture 9: Sequential Circuits. VLSI Design EE 447/547 Sequential circuits 1

COMP sequential logic 1 Jan. 25, 2016

Introduction to Microprocessor & Digital Logic

Lab #10 Hexadecimal-to-Seven-Segment Decoder, 4-bit Adder-Subtractor and Shift Register. Fall 2017

EECS150 - Digital Design Lecture 15 Finite State Machines. Announcements

Lecture 10: Sequential Circuits

Chapter 5 Synchronous Sequential Logic

Contents Slide Set 6. Introduction to Chapter 7 of the textbook. Outline of Slide Set 6. An outline of the first part of Chapter 7

Principles of Computer Architecture. Appendix A: Digital Logic

Chapter 5: Synchronous Sequential Logic

Counter dan Register

Logic Design ( Part 3) Sequential Logic- Finite State Machines (Chapter 3)

Sequential Logic. Introduction to Computer Yung-Yu Chuang

Administrative issues. Sequential logic

Sequential logic circuits

Advanced Digital Logic Design EECS 303

Switching Circuits & Logic Design, Fall Final Examination (1/13/2012, 3:30pm~5:20pm)

Outline. EECS150 - Digital Design Lecture 27 - Asynchronous Sequential Circuits. Cross-coupled NOR gates. Asynchronous State Transition Diagram

Decade Counters Mod-5 counter: Decade Counter:

CMSC 313 Preview Slides

Sequential Logic. E&CE 223 Digital Circuits and Systems (A. Kennings) Page 1

Experiment 8 Introduction to Latches and Flip-Flops and registers

Digital System Design

Dr. Shahram Shirani COE2DI4 Midterm Test #2 Nov 19, 2008

CS8803: Advanced Digital Design for Embedded Hardware

Digital Design, Kyung Hee Univ. Chapter 5. Synchronous Sequential Logic

Sequential Circuits. Output depends only and immediately on the inputs Have no memory (dependence on past values of the inputs)

Topic 8. Sequential Circuits 1

Slide Set 6. for ENCM 369 Winter 2018 Section 01. Steve Norman, PhD, PEng

cascading flip-flops for proper operation clock skew Hardware description languages and sequential logic

ENGG 1203 Tutorial. D Flip Flop. D Flip Flop. Q changes when CLK is in Rising edge PGT NGT

TSIU03, SYSTEM DESIGN. How to Describe a HW Circuit

ELCT201: DIGITAL LOGIC DESIGN

Computer Organization & Architecture Lecture #5

Digital Electronics II 2016 Imperial College London Page 1 of 8

MC9211 Computer Organization

Digital Circuits ECS 371

Switching Circuits & Logic Design

IT T35 Digital system desigm y - ii /s - iii

CprE 281: Digital Logic

Transcription:

CS3350B Computer Architecture Winter 2015 Lecture 5.2: State Circuits: Circuits that Remember Marc Moreno Maza www.csd.uwo.ca/courses/cs3350b [Adapted from lectures on Computer Organization and Design, Patterson & Hennessy, 5 th edition, 2013]

Review ISA is very important abstraction layer Contract between HW and SW Clocks control pulse of our circuits Voltages are analog, quantized to 0/1 Circuit delays are fact of life Two types of circuits: Stateless Combinational Logic (&,,~) State circuits (e.g., registers) 2

Uses for State Elements 1. As a place to store values for some indeterminate amount of time: Register files (like $1-$31 on the MIPS) Memory (caches, and main memory) 2. Help control the flow of information between combinational logic blocks. State elements are used to hold up the movement of information at the inputs to combinational logic blocks and allow for orderly passage. 3

Accumulator Example Why do we need to control the flow of information? Want: S=0; for (i=0;i<n;i++) S = S + X i Assume: Each X value is applied in succession, one per cycle. After n cycles the sum is present on S. 4

First try Does this work? Feedback Nope! Reason #1 What is there to control the next iteration of the for loop? Reason #2 How do we say: S=0? 5

Second try How about this? Rough timing Register is used to hold up the transfer of data to adder. Time 6

Register Details What s inside? n instances of a Flip-Flop Flip-flop name because the output flips and flops between and 0,1 D is data, Q is output Also called d-type Flip-Flop 7

What s the timing of a Flip-flop? (1/2) Edge-triggered d-type flip-flop This one is positive edge-triggered On the rising edge of the clock, the input d is sampled and transferred to the output. At all other times, the input d is ignored. Example waveforms: 8

What s the timing of a Flip-flop? (2/2) Edge-triggered d-type flip-flop This one is positive edge-triggered On the rising edge of the clock, the input d is sampled and transferred to the output. At all other times, the input d is ignored. Example waveforms (more detail): 9

Accumulator Revisited (proper timing 1/2) Reset input to register is used to force it to all zeros (takes priority over D input). S i-1 holds the result of the i th -1 iteration. Analyze circuit timing starting at the output of the register. 10

Accumulator Revisited (proper timing 2/2) reset signal shown. Also, in practice X might not arrive to the adder at the same time as S i-1 S i temporarily is wrong, but register always captures correct value. In good circuits, instability never happens around rising edge of clk. 11

Maximum Clock Frequency Hint Frequency = 1/Period What is the maximum frequency of this circuit? Max Delay = Setup Time + CLK-to-Q Delay + CL Delay 12

Pipelining to improve performance (1/2) Extra Register are often added to help speed up the clock rate. Timing Note: delay of 1 clock cycle from input to output. Clock period limited by propagation delay of adder/shifter. 13

Pipelining to improve performance (2/2) Insertion of register allows higher clock frequency. More outputs per second. Timing 14

Recap of Timing Terms Clock (CLK) - steady square wave that synchronizes system Setup Time - when the input must be stable before the rising edge of the CLK Hold Time - when the input must be stable after the rising edge of the CLK CLK-to-Q Delay - how long it takes the output to change, measured from the rising edge of the CLK Flip-flop - one bit of state that samples every rising edge of the CLK (positive edge-triggered) Register - several bits of state that samples on rising edge of CLK or on LOAD (positive edgetriggered) 15

Finite State Machines (FSM) Introduction You have seen FSMs in other classes. Same basic idea. The function can be represented with a state transition diagram. With combinational logic and registers, any FSM can be implemented in hardware. 16

Finite State Machine Example: 3 ones FSM to detect the occurrence of 3 consecutive 1 s in the input. Draw the FSM Assume state transitions are controlled by the clock: on each clock cycle the machine checks the inputs and moves to a new state and produces a new output 17

Hardware Implementation of FSM Therefore a register is needed to hold the a representation of which state the machine is in. Use a unique bit pattern for each state. + =? Combinational logic circuit is used to implement a function maps from present state and input to next state and output. 18

Hardware for FSM: Combinational Logic Next lecture we will discuss the detailed implementation, but for now can look at its functional specification, truth table form. Truth table PS Input NS Output 00 0 00 0 00 1 01 0 01 0 00 0 01 1 10 0 10 0 00 0 10 1 00 1 19

General Model for Synchronous Systems Collection of CL blocks separated by registers. Registers may be back-to-back and CL blocks may be back-toback. Feedback is optional. Clock signal(s) connects only to clock input of registers. 20

Design Hierarchy system datapath control code registers multiplexer comparator state registers combinational logic register logic switching networks 21

And In conclusion State elements are used to: Build memories Control the flow of information between other state elements and combinational logic D-flip-flops used to build registers Clocks tell us when D-flip-flops change Setup and Hold times important We pipeline long-delay CL for faster clock Finite State Machines extremely useful 22