CS61C : Machine Structures

Similar documents
CS61C : Machine Structures

UC Berkeley CS61C : Machine Structures

CS3350B Computer Architecture Winter 2015

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

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

CS61C : Machine Structures

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

Sequential Elements con t Synchronous Digital Systems

More Digital Circuits

CS61C : Machine Structures

CS 61C: Great Ideas in Computer Architecture

D Latch (Transparent Latch)

Logic Design. Flip Flops, Registers and Counters

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

(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.

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

Logic Design II (17.342) Spring Lecture Outline

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

Synchronous Sequential Logic

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

EECS150 - Digital Design Lecture 19 - Finite State Machines Revisited

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

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

11. Sequential Elements

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

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

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

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

Asynchronous (Ripple) Counters

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

COMP2611: Computer Organization. Introduction to Digital Logic

The NOR latch is similar to the NAND latch

Chapter 5 Synchronous Sequential Logic

CHAPTER 4: Logic Circuits

Logic Design II (17.342) Spring Lecture Outline

LATCHES & FLIP-FLOP. Chapter 7

Unit 9 Latches and Flip-Flops. Dept. of Electrical and Computer Eng., NCTU 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).

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

Lecture 11: Sequential Circuit Design

Chapter 3. Boolean Algebra and Digital Logic

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.

Counter dan Register

CHAPTER 4: Logic Circuits

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

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.

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

Lecture 8: Sequential Logic

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

Introduction to Microprocessor & Digital Logic

problem maximum score 1 28pts 2 10pts 3 10pts 4 15pts 5 14pts 6 12pts 7 11pts total 100pts

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

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.

Sequential Circuit Design: Part 1

Sequential Logic. Introduction to Computer Yung-Yu Chuang

Modeling Digital Systems with Verilog

Digital Fundamentals: A Systems Approach

Computer Systems Architecture

Chapter 5: Synchronous Sequential Logic

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

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

Software Engineering 2DA4. Slides 9: Asynchronous Sequential Circuits

Lecture 7: Sequential Networks

Sequential Circuit Design: Part 1

3 Flip-Flops. The latch is a logic block that has 2 stable states (0) or (1). The RS latch can be forced to hold a 1 when the Set line is asserted.

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

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

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

Experiment 8 Introduction to Latches and Flip-Flops and registers

Switching Circuits & Logic Design

ASYNCHRONOUS COUNTER CIRCUITS

Chapter 5 Sequential Circuits

AIM: To study and verify the truth table of logic gates

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

EECS150 - Digital Design Lecture 3 - Timing

MC9211 Computer Organization

Sequential Logic Circuits

Sequential logic circuits

Topic 8. Sequential Circuits 1

FLIP-FLOPS AND RELATED DEVICES

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

CS8803: Advanced Digital Design for Embedded Hardware

Combinational vs Sequential

Digital System Design

TSIU03, SYSTEM DESIGN. How to Describe a HW Circuit

Advanced Digital Logic Design EECS 303

Unit 11. Latches and Flip-Flops

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

Digital Fundamentals: A Systems Approach

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

Chapter 5 Synchronous Sequential Logic

EECS 373 Design of Microprocessor-Based Systems

COMP sequential logic 1 Jan. 25, 2016

Lecture 10: Sequential Circuits

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

CprE 281: Digital Logic

SEQUENTIAL LOGIC. Satish Chandra Assistant Professor Department of Physics P P N College, Kanpur

Principles of Computer Architecture. Appendix A: Digital Logic

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Sciences

Transcription:

inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures Lecture 24 State Circuits : Circuits that Remember Senior Lecturer SOE Dan Garcia www.cs.berkeley.edu/~ddgarcia Bio NAND gate Researchers at Imperial College in London have built a biological NAND gate using E. Coli, and showed you could build bigger circuits too. You can t ask for more relevance!! www.nature.com/ncomms/journal/v2/n10/full/ncomms1516.html CS61C L24 State Elements : Circuits that Remember (1)

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) CS61C L24 State Elements : Circuits that Remember (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. CS61C L24 State Elements : Circuits that Remember (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. CS61C L24 State Elements : Circuits that Remember (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? CS61C L24 State Elements : Circuits that Remember (5)

Second try How about this? Rough timing Time Register is used to hold up the transfer of data to adder. CS61C L24 State Elements : Circuits that Remember (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 CS61C L24 State Elements : Circuits that Remember (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: Fall 2010 -- Lecture #23 CS61C L24 State Elements : Circuits that Remember (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): CS61C L24 State Elements : Circuits that Remember (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. CS61C L24 State Elements : Circuits that Remember (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. CS61C L24 State Elements : Circuits that Remember (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 CS61C L24 State Elements : Circuits that Remember (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. CS61C L24 State Elements : Circuits that Remember (13)

Pipelining to improve performance (2/2) Insertion of register allows higher clock frequency. More outputs per second. Timing CS61C L24 State Elements : Circuits that Remember (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) CS61C L24 State Elements : Circuits that Remember (15)

Administrivia Please do the reading (in the PDFs) for this material to really understand it! CS61C L24 State Elements : Circuits that Remember (16)

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. CS61C L24 State Elements : Circuits that Remember (17)

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 CS61C L24 State Elements : Circuits that Remember (18)

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. CS61C L24 State Elements : Circuits that Remember (19) =?

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 CS61C L24 State Elements : Circuits that Remember (20)

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. CS61C L24 State Elements : Circuits that Remember (21)

Peer Instruction 1) HW feedback akin to SW recursion 2) The minimum period of a usable synchronous circuit is at least the CLK-to-Q delay 3) You can build a FSM to signal when an equal number of 0s and 1s has appeared in the input. CS61C L24 State Elements : Circuits that Remember (22) 123 a: FFF a: FFT b: FTF b: FTT c: TFF d: TFT d: TTF e: TTT

Peer Instruction Answer 1) It needs base case (reg reset), way to step from i to i+1 (use register + clock). True! 2) If not, will lose data! True! 3) How many states would it have? Say it s n. How does it know when n+1 bits have been seen? False! 1) HW feedback akin to SW recursion 2) The minimum period of a usable synchronous circuit is at least the CLK-to-Q delay 3) You can build a FSM to signal when an equal number of 0s and 1s has appeared in the input. CS61C L24 State Elements : Circuits that Remember (23) 123 a: FFF a: FFT b: FTF b: FTT c: TFF d: TFT d: TTF e: TTT

Design Hierarchy system datapath control code registers multiplexer comparator state registers combinational logic register logic switching networks CS61C L24 State Elements : Circuits that Remember (24)

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 You ll see them again 150, 152, 164, 172, CS61C L24 State Elements : Circuits that Remember (25)