UC Berkeley CS61C : Machine Structures

Similar documents
CS61C : Machine Structures

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.

CS61C : Machine Structures

Sequential Elements con t Synchronous Digital Systems

More Digital Circuits

CS 61C: Great Ideas in Computer Architecture

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

D Latch (Transparent Latch)

Logic Design II (17.342) Spring Lecture Outline

Lecture 8: Sequential Logic

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

Asynchronous (Ripple) Counters

Synchronous Sequential Logic

Logic Design. Flip Flops, Registers and Counters

EECS150 - Digital Design Lecture 19 - Finite State Machines Revisited

EECS150 - Digital Design Lecture 15 Finite State Machines. Announcements

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

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

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.

EECS 373 Design of Microprocessor-Based Systems

Logic Design II (17.342) Spring Lecture Outline

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 Circuits. Output depends only and immediately on the inputs Have no memory (dependence on past values of the inputs)

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

CHAPTER 4: Logic Circuits

Chapter 3. Boolean Algebra and Digital Logic

11. Sequential Elements

COMP sequential logic 1 Jan. 25, 2016

CHAPTER 4: Logic Circuits

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

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

Software Engineering 2DA4. Slides 9: Asynchronous Sequential Circuits

Digital Fundamentals: A Systems Approach

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.

Chapter 5 Synchronous Sequential Logic

CSE140: Components and Design Techniques for Digital Systems. More D-Flip-Flops. Tajana Simunic Rosing. Sources: TSR, Katz, Boriello & Vahid

Chapter 5 Sequential Circuits

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

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

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

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

DALHOUSIE UNIVERSITY Department of Electrical & Computer Engineering Digital Circuits - ECED 220. Experiment 4 - Latches and Flip-Flops

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Science SOLUTIONS

Counter dan Register

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

Digital Fundamentals

CprE 281: Digital Logic

Chapter 5 Synchronous Sequential Logic

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

Lecture 7: Sequential Networks

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

Lecture 11: Sequential Circuit Design

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

ELCT201: DIGITAL LOGIC DESIGN

Chapter 3 Unit Combinational

COMP2611: Computer Organization. Introduction to Digital Logic

CSE Latches and Flip-flops Dr. Izadi. NOR gate property: A B Z Cross coupled NOR gates: S M S R Q M

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

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

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

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

Advanced Digital Logic Design EECS 303

Digital Electronics II 2016 Imperial College London Page 1 of 8

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

CprE 281: Digital Logic

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

Chapter 5: Synchronous Sequential Logic

Digital Circuits ECS 371

CHAPTER 6 COUNTERS & REGISTERS

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

Principles of Computer Architecture. Appendix A: Digital Logic

UNIT-3: SEQUENTIAL LOGIC CIRCUITS

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Sciences

ASYNCHRONOUS COUNTER CIRCUITS

Sequential Circuit Design: Part 1

UNIVERSITI TEKNOLOGI MALAYSIA

Experiment 8 Introduction to Latches and Flip-Flops and registers

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

Computer Science 324 Computer Architecture Mount Holyoke College Fall Topic Notes: Sequential Circuits

Introduction to Microprocessor & Digital Logic

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

CS8803: Advanced Digital Design for Embedded Hardware

Review of digital electronics. Storage units Sequential circuits Counters Shifters

Sequential Logic Circuits

Computer Systems Architecture

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

Administrative issues. Sequential logic

Decade Counters Mod-5 counter: Decade Counter:

Modeling Digital Systems with Verilog

Topic D-type Flip-flops. Draw a timing diagram to illustrate the significance of edge

Chapter 5 Synchronous Sequential Logic

Sequential Circuit Design: Part 1

Synchronous Sequential Logic

Unit 11. Latches and Flip-Flops

Transcription:

inst.eecs.berkeley.edu/~cs61c UC Berkeley CS61C : Machine Structures Lecture 21 State Elements : Circuits that Remember 2007-03-07 Mocha sipping TA Valerie Ishida inst.eecs.berkeley.edu/~cs61c-td 161 Exabytes In 2006 In 2006 we created, captured, and replicated 161 exabytes of digital information. The last time anyone tried to estimate global information volume, in 2003, researchers at UC Berkeley came up with 5 exabytes. By 2010 almost a zettabyte! http://hardware.slashdot.org/article.pl?sid=07/03/05/2355246 CS61C L21 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 L21 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 L21 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 L21 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 L21 State Elements : Circuits that Remember (5)

Second try How about this? Rough timing Register is used to hold up the transfer of data to adder. CS61C L21 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 L21 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: CS61C L21 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 L21 State Elements : Circuits that Remember (9)

Administrivia - Midterms graded!! handed back in Dis/Lab TAs and TAsiT graded from 10 PM to 6 AM! DO NOT PANIC (remember clobbering) You can get a 0 on this midterm and still get the highest overall grade in the class! CS61C L21 State Elements : Circuits that Remember (10)

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 L21 State Elements : Circuits that Remember (11)

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 L21 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 L21 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 L21 State Elements : Circuits that Remember (14)

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 L21 State Elements : Circuits that Remember (15)

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 L21 State Elements : Circuits that Remember (16)

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

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

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 L21 State Elements : Circuits that Remember (19)

Peer Instruction A. HW feedback akin to SW recursion B. We can implement a D-Q flipflop as simple CL (And, Or, Not gates) C. You can build a FSM to signal when an equal number of 0s and 1s has appeared in the input. CS61C L21 State Elements : Circuits that Remember (20) ABC 1: FFF 2: FFT 3: FTF 4: FTT 5: TFF 6: TFT 7: TTF 8: TTT

Peer Instruction Answer A. It needs base case (reg reset), way to step from i to i+1 (use register + clock). True! B. D-Q has state, CL never has state! False! C. How many states would it have? Say it s n. How does it know when n+1 bits have been seen? False! A. HW feedback akin to SW recursion B. We can implement a D-Q flipflop as simple CL (And, Or, Not gates) C. You can build a FSM to signal when an equal number of 0s and 1s has appeared in the input. CS61C L21 State Elements : Circuits that Remember (21) ABC 1: FFF 2: FFT 3: FTF 4: FTT 5: TFF 6: TFT 7: TTF 8: TTT

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