Review: Organization. CS152 Computer Architecture and Engineering Lecture 2. Review of MIPS ISA and Design Concepts

Similar documents
Computer Architecture. The Language of the Machine

software hardware Which is easier to change/design???

Reduced Instruction Set Computer (RISC)

Reduced Instruction Set Computer (RISC)

The MIPS Instruction Set Architecture

Computer Architecture. MIPS Instruction Set Architecture

EEM 486: Computer Architecture. Lecture 2. MIPS Instruction Set Architecture

MIPS Instruction Set

MIPS Assembly Language. Today s Lecture

Overview of Today s Lecture: Review Instruction Sets, Performance

Today s Lecture. MIPS Assembly Language. Review: What Must be Specified? Review: A Program. Review: MIPS Instruction Formats

Overview of Today s Lecture

MIPS Reference Guide

Overview of Today s Lecture

Computer Organization & Design

ECE468 Computer Organization & Architecture. MIPS Instruction Set Architecture

ISA and RISCV. CASS 2018 Lavanya Ramapantulu

MIPS ISA. 1. Data and Address Size 8-, 16-, 32-, 64-bit 2. Which instructions does the processor support

M2 Instruction Set Architecture

Digital System Design II

MIPS Instruction Format

CISC 662 Graduate Computer Architecture. Lecture 4 - ISA

CENG3420 Lecture 03 Review

Instruction Set Architecture part 1 (Introduction) Mehran Rezaei

ECE Exam I February 19 th, :00 pm 4:25pm

Mark Redekopp, All rights reserved. EE 357 Unit 11 MIPS ISA

101 Assembly. ENGR 3410 Computer Architecture Mark L. Chang Fall 2009

CISC 662 Graduate Computer Architecture. Lecture 4 - ISA MIPS ISA. In a CPU. (vonneumann) Processor Organization

361 datapath.1. Computer Architecture EECS 361 Lecture 8: Designing a Single Cycle Datapath

ECE232: Hardware Organization and Design. Computer Organization - Previously covered

Instruction Set Design

COMP3211/COMP9211 Computer Architecture. Lecturer: Sri Parameswaran LiC: Oliver Diessel Demonstrators: Liang Tang & George Gong

Processor. Han Wang CS3410, Spring 2012 Computer Science Cornell University. See P&H Chapter , 4.1 4

INSTRUCTION SET COMPARISONS

Math 230 Assembly Programming (AKA Computer Organization) Spring 2008

University of California College of Engineering Computer Science Division -EECS. CS 152 Midterm I

F. Appendix 6 MIPS Instruction Reference

CS 4200/5200 Computer Architecture I

Overview. Introduction to the MIPS ISA. MIPS ISA Overview. Overview (2)

Instruction Set Principles. (Appendix B)

Course Administration

A Processor. Kevin Walsh CS 3410, Spring 2010 Computer Science Cornell University. See: P&H Chapter , 4.1-3

MIPS Instruction Reference

CpE242 Computer Architecture and Engineering Designing a Single Cycle Datapath

Announcements HW1 is due on this Friday (Sept 12th) Appendix A is very helpful to HW1. Check out system calls

ECE331: Hardware Organization and Design

Chapter 4. The Processor. Computer Architecture and IC Design Lab

COMP303 - Computer Architecture Lecture 8. Designing a Single Cycle Datapath

Computer Architecture

ECE 15B Computer Organization Spring 2010

CSE 141 Computer Architecture Spring Lecture 3 Instruction Set Architecute. Course Schedule. Announcements

CS3350B Computer Architecture Quiz 3 March 15, 2018

CS3350B Computer Architecture MIPS Instruction Representation

SPIM Instruction Set

CS152 Computer Architecture and Engineering. Lecture 1 Introduction & MIPS Review Dave Patterson. www-inst.eecs.berkeley.

Anne Bracy CS 3410 Computer Science Cornell University. See P&H Chapter: , , Appendix B

Chapter 2A Instructions: Language of the Computer

MIPS-Lite Single-Cycle Control

CS 61C: Great Ideas in Computer Architecture Datapath. Instructors: John Wawrzynek & Vladimir Stojanovic

ECE 2035 Programming HW/SW Systems Fall problems, 7 pages Exam Two 23 October 2013

EE108B Lecture 3. MIPS Assembly Language II

Exam in Computer Engineering

Lec 10: Assembler. Announcements

361 control.1. EECS 361 Computer Architecture Lecture 9: Designing Single Cycle Control

Mark Redekopp, All rights reserved. EE 352 Unit 3 MIPS ISA

Review of instruction set architectures

CSE 141 Computer Architecture Summer Session Lecture 3 ALU Part 2 Single Cycle CPU Part 1. Pramod V. Argade

EE 109 Unit 13 MIPS Instruction Set. Instruction Set Architecture (ISA) Components of an ISA INSTRUCTION SET OVERVIEW

Instructions: Language of the Computer

CMPE324 Computer Architecture Lecture 2

Computer Architecture Instruction Set Architecture part 2. Mehran Rezaei

CS61CL Machine Structures. Lec 5 Instruction Set Architecture

The Big Picture: Where are We Now? EEM 486: Computer Architecture. Lecture 3. Designing a Single Cycle Datapath

Midterm. Sticker winners: if you got >= 50 / 67

CSc 256 Midterm 2 Fall 2011

Instruction Set Architecture of. MIPS Processor. MIPS Processor. MIPS Registers (continued) MIPS Registers

A Processor! Hakim Weatherspoon CS 3410, Spring 2010 Computer Science Cornell University. See: P&H Chapter , 4.1-3

CPU Organization (Design)

CSCI 402: Computer Architectures. Instructions: Language of the Computer (3) Fengguang Song Department of Computer & Information Science IUPUI.

CS 351 Exam 2 Mon. 11/2/2015

TSK3000A - Generic Instructions

CS 61C: Great Ideas in Computer Architecture. MIPS CPU Datapath, Control Introduction

CS61C : Machine Structures

Question 0. Do not turn this page until you have received the signal to start. (Please fill out the identification section above) Good Luck!

CPS311 - COMPUTER ORGANIZATION. A bit of history

Recap from Last Time. CSE 2021: Computer Organization. Levels of Programming. The RISC Philosophy 5/19/2011

Outline. EEL-4713 Computer Architecture Designing a Single Cycle Datapath

5/17/2012. Recap from Last Time. CSE 2021: Computer Organization. The RISC Philosophy. Levels of Programming. Stored Program Computers

ECE468 Computer Organization and Architecture. Designing a Single Cycle Datapath

EE 109 Unit 8 MIPS Instruction Set

COMP303 Computer Architecture Lecture 9. Single Cycle Control

ENGN1640: Design of Computing Systems Topic 03: Instruction Set Architecture Design

CS 61c: Great Ideas in Computer Architecture

Review. Lecture #9 MIPS Logical & Shift Ops, and Instruction Representation I Logical Operators (1/3) Bitwise Operations

Midterm Questions Overview

CSc 256 Midterm 2 Spring 2012

ece4750-parc-isa.txt

Anne Bracy CS 3410 Computer Science Cornell University. [K. Bala, A. Bracy, E. Sirer, and H. Weatherspoon]

Lecture 2. Instructions: Language of the Computer (Chapter 2 of the textbook)

Assembly Programming

Transcription:

Review: Organization Processor Input CS52 Computer Architecture and Engineering Lecture 2 Control Review of MIPS ISA and Design Concepts path Output January 26, 24 John Kubiatowicz (http.cs.berkeley.edu/~kubitron) lecture slides: http://inst.eecs.berkeley.edu/~cs52/ All computers consist of five components Processor: () datapath and (2) control (3) I/O: (4) Input devices and (5) Output devices path and Control typically on on chip Lec2.2 The Set: a Critical Interface software hardware instruction set ISA Choices Lec2.3 Lec2.4

Bit:, Types Bit String: sequence of bits of a particular length 4 bits is a nibble 8 bits is a byte 6 bits is a half-word bits is a word 64 bits is a double-word Character: ASCII 7 bit code UNICODE 6 bit code Set Architecture: What Must be Specified? Fetch Decode Operand Fetch Format or Encoding how is it decoded? Location of operands and result where other than memory? how many explicit operands? how are memory operands located? which can or cannot be in memory? Decimal: type and Size digits -9 encoded as b thru b Execute two decimal digits packed per 8 bit byte Operations what are supported Integers: Result 2's Complement Store Successor instruction jumps, conditions, branches Floating Point: exponent How many +/- #'s? Single Precision Double Precision M x R E Where is decimal pt? Next fetch-decode-execute is implicit! How are +/- exponents Extended Precision base represented? /26/3 mantissa UCB Spring 24 Lec2.5 Lec2.6 Top 8x86 s Rank instruction Integer Average Percent total executed load 22% 2 conditional branch 2% 3 compare 6% 4 store 2% 5 add 8% 6 and 6% 7 sub 5% 8 move register-register 4% 9 call % return % Total 96% Simple instructions dominate instruction frequency Operation Summary Support these simple instructions, since they will dominate the number of instructions executed: load, store, add, subtract, move register-register, and, shift, compare equal, compare not equal, branch, jump, call, return; Lec2.7 Lec2.8

Methods of Testing Condition Condition Codes Processor status bits are set as a side-effect of arithmetic instructions (possibly on Moves) or explicitly by compare or test instructions. ex: add r, r2, r3 bz label Condition Register Ex: cmp r, r2, r3 bgt r, label Compare and Branch Ex: bgt r, r2, label Branches will be the bane of our existence in the future! Addressing Processor : Continuous Linear Address Space? Since 98 almost every machine uses addresses to level of 8-bits (byte) 2 questions for design of ISA: How do byte addresses map onto words? Can a word be placed on any byte boundary? Lec2.9 Lec2. Addressing Objects: Endianess and Alignment Big Endian: address of most significant byte = word address (xx = Big End of word) IBM 36/37, Motorola 68k, MIPS, Sparc, HP PA Little Endian:address of least significant byte = word address (xx = Little End of word) Intel 8x86, DEC Vax, DEC Alpha (Windows NT) msb 3 2 2 3 big endian byte little endian byte lsb Aligned 2 3 Addressing Modes Addressing mode Register Immediate Displacement Register indirect Indexed / Base Direct or absolute indirect Example Add R4,R3 Add R4,#3 Add R4,(R) Add R4,(R) Meaning R4 R4+R3 R4 R4+3 R4 R4+Mem[+R] R4 R4+Mem[R] Add R3,(R+R2) R3 R3+Mem[R+R2] Add R,() Add R,@(R3) R R+Mem[] R R+Mem[Mem[R3]] Post-increment Add R,(R2)+ R R+Mem[R2]; R2 R2+d Alignment: require that objects fall on address that is multiple of their size. Not Aligned Lec2. Pre-decrement Add R, (R2) R2 R2 d; R R+Mem[R2] Scaled Add R,(R2)[R3] R R+Mem[+R2+R3*d] Why Post-increment/Pre-decrement? Scaled? Lec2.2

Addressing Mode Usage? 3 programs measured on machine with all address modes (VAX) --- Displacement: 42% avg, % to 55% 75% --- Immediate: 33% avg, 7% to 43% 85% --- Register deferred (indirect): 3% avg, 3% to 24% --- Scaled: 7% avg, % to 6% --- indirect: 3% avg, % to 6% --- Misc: 2% avg, % to 3% MIPS I set 75% displacement & immediate 85% displacement, immediate & register indirect Lec2.3 Lec2.4 MIPS R3 Set Architecture (Summary) Register Set general -bit registers Register zero ($R) always zero Hi/Lo for multiplication/division Categories Load/Store Computational - Integer/Floating point Jump and Branch Management Special 3 Formats: all bits wide Registers R - R3 PC HI LO OP rs rt rd sa funct OP rs rt immediate OP jump target Lec2.5 MIPS Addressing Modes/ Formats All instructions bits wide Register (direct) op rs rt rd register Immediate op rs rt Base+index PC-relative op op Register Indirect? immed immed rs rs rt register + rt immed PC + Lec2.6

MIPS I Operation Overview Arithmetic Logical: Add, AddU, Sub, SubU, And, Or, Xor, Nor, SLT, SLTU AddI, AddIU, SLTI, SLTIU, AndI, OrI, XorI, LUI SLL, SRL, SRA, SLLV, SRLV, SRAV Access: LB, LBU, LH, LHU, LW, LWL,LWR SB, SH, SW, SWL, SWR Multiply / Divide Start multiply, divide MULT rs, rt MULTU rs, rt DIV rs, rt Registers DIVU rs, rt Move result from multiply, divide MFHI rd MFLO rd Move to HI or LO MTHI rd MTLO rd Why not Third field for destination? HI LO (Hint: how many clock cycles for multiply or divide vs. add?) Lec2.7 Lec2.8 MIPS arithmetic instructions Example Meaning Comments add add $,$2,$3 $ = $2 + $3 3 operands; exception possible subtract sub $,$2,$3 $ = $2 $3 3 operands; exception possible add immediate addi $,$2, $ = $2 + + constant; exception possible add unsigned addu $,$2,$3 $ = $2 + $3 3 operands; no exceptions subtract unsignedsubu $,$2,$3 $ = $2 $3 3 operands; no exceptions add imm. unsign. addiu $,$2, $ = $2 + + constant; no except multiply mult $2,$3 Hi, Lo = $2 x $3 64-bit signed product multiply unsigned multu$2,$3 Hi, Lo = $2 x $3 64-bit unsigned product divide div $2,$3 Lo = $2 $3, Lo = quotient, Hi = remainder Hi = $2 mod $3 divide unsigned divu $2,$3 Lo = $2 $3, Unsigned quotient & remainder Hi = $2 mod $3 Move from Hi mfhi $ $ = Hi Used to get copy of Hi Move from Lo mflo $ $ = Lo Used to get copy of Lo Which add for address arithmetic? Which add for integers? Lec2.9 MIPS logical instructions Example Meaning Comment and and $,$2,$3 $ = $2 & $3 3 reg. operands; Logical AND or or $,$2,$3 $ = $2 $3 3 reg. operands; Logical OR xor xor $,$2,$3 $ = $2 $3 3 reg. operands; Logical XOR nor nor $,$2,$3 $ = ~($2 $3) 3 reg. operands; Logical NOR and immediate andi $,$2, $ = $2 & Logical AND reg, constant or immediate ori $,$2, $ = $2 Logical OR reg, constant xor immediate xori $, $2, $ = ~$2 &~ Logical XOR reg, constant shift left logical sll $,$2, $ = $2 << Shift left by constant shift right logical srl $,$2, $ = $2 >> Shift right by constant shift right arithm. sra $,$2, $ = $2 >> Shift right (sign extend) shift left logical sllv $,$2,$3 $ = $2 << $3 Shift left by variable shift right logical srlv $,$2, $3 $ = $2 >> $3 Shift right by variable shift right arithm. srav $,$2, $3 $ = $2 >> $3 Shift right arith. by variable Lec2.2

MIPS data transfer instructions SW 5($4), $3 SH 52($2), $3 SB 4($3), $2 LW $, 3($2) LH $, 4($3) LHU $, 4($3) LB $, 4($3) LBU $, 4($3) Comment Store word Store half Store byte Load word Load halfword Load halfword unsigned Load byte Load byte unsigned LUI $, 4 Load Upper Immediate (6 bits shifted left by 6) Why need LUI? $5 LUI $5 Lec2.2 When does MIPS sign extend? When value is sign extended, copy upper bit to full value: Examples of sign extending 8 bits to 6 bits: When is an immediate operand sign extended? Arithmetic instructions (add, sub, etc.) always sign extend immediates even for the unsigned versions of the instructions! Logical instructions do not sign extend immediates (They are zero extended) Load/Store address computations always sign extend immediates Multiply/Divide have no immediate operands however: unsigned treat operands as unsigned The data loaded by the instructions lb and lh are extended as follows ( unsigned don t extend): lbu, lhu are zero extended lb, lh are sign extended Lec2.22 Administrative Matters CS52 news group: ucb.class.cs52 (email cs52@cory with specific questions) Slides and handouts available via web: http://inst.eecs.berkeley.edu/~cs52 Sign up to the cs52-announce mailing list: Link on front page of web site Sections are on Thursday: Starting this Thursday (/29)! 2: 4: 37 Etcheverry 4: 6: 37 Etcheverry Get Cory key card/card access to Cory 9 Homework # due Monday at beginning of lecture It is up there now really! Lab due on following Wednesday (2/4), so get moving! Prerequisite quiz will also be on Monday /29: CS 6C, CS5 Review Chapters -4, Ap, B of COD, Second Edition Look at previous versions of prerequisite quiz off handouts page Don t forget to petition if you are on the waiting list! Available on third-floor, near front office Must turn in soon Turn in survey forms with photo before Prereq quiz! Lec2.23 MIPS Compare and Branch Compare and Branch BEQ rs, rt, offset if R[rs] == R[rt] then PC-relative branch BNE rs, rt, offset <> Compare to zero and Branch BLEZ rs, offset if R[rs] <= then PC-relative branch BGTZ rs, offset > BLT < BGEZ >= BLTZAL rs, offset if R[rs] < then branch and link (into R 3) BGEZAL >=! Remaining set of compare and branch ops take two instructions Almost all comparisons are against zero! Lec2.24

MIPS jump, branch, compare instructions Example Meaning branch on equal beq $,$2, if ($ == $2) go to PC+4+ Equal test; PC relative branch branch on not eq. bne $,$2, if ($!= $2) go to PC+4+ Not equal test; PC relative set on less than slt $,$2,$3 if ($2 < $3) $=; else $= Compare less than; 2 s comp. set less than imm. slti $,$2, if ($2 < ) $=; else $= Compare < constant; 2 s comp. set less than uns. sltu $,$2,$3 if ($2 < $3) $=; else $= Compare less than; natural numbers set l. t. imm. uns. sltiu $,$2, if ($2 < ) $=; else $= Compare < constant; natural numbers jump j go to Jump to target address jump register jr $3 go to $3 For switch, procedure return jump and link jal $3 = PC + 4; go to For procedure call Lec2.25 Signed vs. Unsigned Comparison R= two R2= two R3= two After executing these instructions: slt r4,r2,r ; if (r2 < r) r4=; else r4= slt r5,r3,r ; if (r3 < r) r5=; else r5= sltu r6,r2,r ; if (r2 < r) r6=; else r6= sltu r7,r3,r ; if (r3 < r) r7=; else r7= What are values of registers r4 - r7? Why? r4 = ; r5 = ; r6 = ; r7 = ; Lec2.26 Branch & Pipelines li r3, #7 sub r4, r4, bz LL: slt r4, LL addi r5, r3, r, r3, r5 execute ifetch Time execute ifetch Branch Target execute ifetch Branch execute ifetch By the end of Branch instruction, the CPU knows whether or not the branch will take place. However, it will have fetched the next instruction by then, regardless of whether or not a branch will be taken. Why not execute it? Delay Slot execute Lec2.27 Delayed Branches li r3, #7 sub r4, r4, bz r4, LL addi r5, r3, subi r6, r6, 2 LL: slt r, r3, r5 Delay Slot In the Raw MIPS, the instruction after the branch is executed even when the branch is taken This is hidden by the assembler for the MIPS virtual machine allows the compiler to better utilize the instruction pipeline (???) Jump and link (jal inst): Put the return addr. Into link register (R3): - PC+4 (logical architecture) - PC+8 physical ( Raw ) architecture delay slot executed Then jump to destination address Lec2.28

Filling Delayed Branches Miscellaneous MIPS I instructions Branch: Inst Fetch execute successor Inst Fetch even if branch taken! Then branch target or continue Dcd & Op Fetch Execute Compiler can fill a single delay slot with a useful instruction 5% of the time. try to move down from above jump move up from target, if safe Dcd & Op Fetch Execute Inst Fetch Single delay slot impacts the critical path add r3, r, r2 sub r4, r4, bz r4, LL NOP... LL: add rd,... break A breakpoint trap occurs, transfers control to exception handler syscall A system trap occurs, transfers control to exception handler coprocessor instrs. Support for floating point TLB instructions Support for virtual memory: discussed later restore from exception Restores previous interrupt mask & kernel/user mode bits into status register load word left/right Supports misaligned word loads store word left/right Supports misaligned word stores Is this violating the ISA abstraction? Lec2.29 Lec2.3 MIPS: Software conventions for Registers Calls: Why Are Stacks So Great? Stacking of Subroutine Calls & Returns and Environments: zero constant at reserved for assembler 2 v expression evaluation & 3 v function results 4 a arguments 5 a 6 a2 7 a3 8 t temporary: caller saves... (callee can clobber) 5 t7 6 s callee saves... (callee must save) 23 s7 24 t8 temporary (cont d) 25 t9 26 k reserved for OS kernel 27 k 28 gp Pointer to global area 29 sp Stack pointer 3 fp frame pointer 3 ra Return Address (HW) A: CALL B B: CALL C C: RET RET A A B A B C Some machines provide a memory stack as part of the architecture (e.g., VAX) Sometimes stacks are implemented via software convention (e.g., MIPS) A A B Lec2.3 Lec2.

Stacks Useful for stacked environments/subroutine call & return even if operand stack not part of architecture Stacks that Grow Up vs. Stacks that Grow Down: Next Empty? SP Last Full? c b a How is empty stack represented? Big Little: Last Full POP: Read from Mem(SP) Increment SP inf. Big grows up Little grows down Little inf. Big Addresses Big Little: Next Empty POP: Increment SP Read from Mem(SP) PUSH: Decrement SP PUSH: Write to Mem(SP) Write to Mem(SP) Decrement SP Lec2.33 Call-Return Linkage: Stack Frames FP SP ARGS Callee Save Registers (old FP, RA) Local Variables High Mem Reference args and local variables at fixed (positive) offset from FP Grows and shrinks during expression evaluation Low Mem Many variations on stacks possible (up/down, last pushed / next ) Compilers normally keep scalar variables in registers, not memory! Lec2.34 MIPS / GCC Calling Conventions fact: addiu $sp, $sp, - sw $ra, 2($sp) sw $fp, 6($sp) addiu$fp, $sp,... sw $a, ($fp)... lw $ra, 2($sp) lw $fp, 6($sp) addiu$sp, $sp, jr $ra FP SP ra FP SP ra FP SP ra old FP ra old FP low address Logic Design: Combinational And Sequential First four arguments passed in registers Result passed in $v/$v Lec2.35 Lec2.36

Finite State Machines: System state is explicit in representation Transitions between states represented as arrows with inputs on arcs. Output may be either part of state or on arcs Mod 3 Machine 6 Mod 3 Input (MSB first) 2 2 Alpha/ Delta/ 2 Beta/ Lec2.37 Implementation as Combinational logic + Latch Combinational Logic Latch Mealey Machine Moore Machine / Alpha/ / / / / Delta/ 2 Beta/ / Input State old State new Div Lec2.38 Again: The loop of control (is there a statemachine here?) Remember The Single-Cycle path? Fetch Decode Operand Fetch Execute Result Store Next Format or Encoding how is it decoded? Location of operands and result where other than memory? how many explicit operands? how are memory operands located? which can or cannot be in memory? type and Size Operations what are supported Successor instruction jumps, conditions, branches fetch-decode-execute is implicit! Lec2.39 Next Address Ideal Address PC Rd 5 Rs 5 Rw Ra Rt 5 Rb -bit Registers A B Control Control Signals ALU path Conditions Address In Ideal If you don t fully remember this, it is ok! (Don t need for prereq quiz) Out Lec2.4

More detail: A Single Cycle path Rs, Rt, Rd and Imed6 hardwired into datapath from Fetch Unit We have everything except ontrol signals (underline) Today s lecture will show you how to generate the control signals PLA Implementation of the Main Control op<5>.. op<5>.. op<5>.. op<5>.. op<5>.. op<5>.. <> <> <> <> <> op<> busw Rd Rt RegDst Mux Rs Rt RegWr 5 5 5 imm6 Rw Ra Rb -bit Registers 6 npc_sel busb Extender busa /26/3 ExtOp UCB Spring 24 Mux ALUSrc Fetch Unit ALUctr ALU In <3:> Rt Zero <2:25> Rs <6:2> WrEn Adr Rd MemWr <:5> <:5> Imm6 Mux MemtoReg Lec2.4 R-type ori lw sw beq jump RegWrite ALUSrc RegDst MemtoReg MemWrite Branch Jump ExtOp ALUop<2> ALUop<> ALUop<> Lec2.42 Recap: An Abstract View of the Critical Path (Load) Register file and ideal memory: The CLK input is a factor ONLY during write operation During read operation, behave as combinational logic: - Address valid => Output valid after access time. Next Address Ideal Address PC Rd 5 Rs 5 Rt 5 Rw Ra Rb -bit Registers Imm 6 A B Critical Path (Load Operation) = PC s -to-q + s Access Time + Register File s Access Time + ALU to Perform a -bit Add + Access Time + Setup Time for Register File Write + Clock Skew ALU Address In Ideal Lec2.43 Worst Case Timing (Load) -to-q PC Old Value New Value Access Time Rs, Rt, Rd, Op, Func Old Value New Value Delay through Control Logic ALUctr Old Value New Value ExtOp Old Value New Value ALUSrc Old Value New Value MemtoReg Old Value New Value Register Write Occurs RegWr Old Value New Value Register File Access Time busa Old Value New Value Delay through Extender & Mux busb Old Value New Value ALU Delay Address Old Value New Value Access Time busw Old Value CS52 New/ Kubiatowicz Lec2.44

Ultimately: It s all about communication Summary: Salient features of MIPS I Proc Caches I/O Devices: Busses Pentium III Chipset Controllers Disks Displays Keyboards adapters All have interfaces & organizations Um. It s the network stupid???! Networks -bit fixed format inst (3 formats) -bit GPR (R contains zero) and FP registers (and HI LO) partitioned by software convention 3-address, reg-reg arithmetic instr. Single address mode for load/store: base+displacement no indirection, scaled 6-bit immediate plus LUI Simple branch conditions compare against zero or two registers for =, no integer condition codes Delayed branch execute instruction after a branch (or jump) even if the branch is taken (Compiler can fill a delayed branch with useful work about 5% of the time) Lec2.45 Lec2.46