Processor (I) - datapath & control. Hwansoo Han

Similar documents
Chapter 4. The Processor

Chapter 4. The Processor

The Processor: Datapath and Control. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

The Processor (1) Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

COMPUTER ORGANIZATION AND DESIGN. The Hardware/Software Interface. Chapter 4. The Processor: A Based on P&H

Chapter 4. The Processor Designing the datapath

Chapter 4. The Processor. Instruction count Determined by ISA and compiler. We will examine two MIPS implementations

The Processor. Z. Jerry Shi Department of Computer Science and Engineering University of Connecticut. CSE3666: Introduction to Computer Architecture

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

Systems Architecture

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 4. The Processor

Chapter 4. Instruction Execution. Introduction. CPU Overview. Multiplexers. Chapter 4 The Processor 1. The Processor.

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 4. The Processor

ECE232: Hardware Organization and Design

Introduction. Datapath Basics

Chapter 4. The Processor

The MIPS Processor Datapath

Chapter 4. The Processor

Chapter 4 The Processor 1. Chapter 4A. The Processor

ECE260: Fundamentals of Computer Engineering

TDT4255 Computer Design. Lecture 4. Magnus Jahre. TDT4255 Computer Design

Introduction. Chapter 4. Instruction Execution. CPU Overview. University of the District of Columbia 30 September, Chapter 4 The Processor 1

COMPUTER ORGANIZATION AND DESIGN

Single Cycle Datapath

Single Cycle Datapath

Lecture Topics. Announcements. Today: Single-Cycle Processors (P&H ) Next: continued. Milestone #3 (due 2/9) Milestone #4 (due 2/23)

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. 5 th. Edition. Chapter 4. The Processor

LECTURE 5. Single-Cycle Datapath and Control

Inf2C - Computer Systems Lecture Processor Design Single Cycle

ELEC 5200/6200 Computer Architecture and Design Spring 2017 Lecture 4: Datapath and Control

ENGN1640: Design of Computing Systems Topic 04: Single-Cycle Processor Design

COMPUTER ORGANIZATION AND DESIGN

CPE 335 Computer Organization. Basic MIPS Architecture Part I

Topic #6. Processor Design

EECS150 - Digital Design Lecture 10- CPU Microarchitecture. Processor Microarchitecture Introduction

COMPUTER ORGANIZATION AND DESIGN

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

ECE369. Chapter 5 ECE369

CENG 3420 Lecture 06: Datapath

EECS150 - Digital Design Lecture 9- CPU Microarchitecture. Watson: Jeopardy-playing Computer

CPU Organization (Design)

The Processor: Datapath & Control

CENG 3420 Computer Organization and Design. Lecture 06: MIPS Processor - I. Bei Yu

RISC Processor Design

Review: Abstract Implementation View

Chapter 5: The Processor: Datapath and Control

CC 311- Computer Architecture. The Processor - Control

CSEN 601: Computer System Architecture Summer 2014

Computer Organization and Structure. Bing-Yu Chen National Taiwan University

CS/COE0447: Computer Organization

CS/COE0447: Computer Organization

Lecture 3: The Processor (Chapter 4 of textbook) Chapter 4.1

Full Datapath. CSCI 402: Computer Architectures. The Processor (2) 3/21/19. Fengguang Song Department of Computer & Information Science IUPUI

Systems Architecture I

Single Cycle CPU Design. Mehran Rezaei

Laboratory 5 Processor Datapath

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

Computer Architecture, IFE CS and T&CS, 4 th sem. Single-Cycle Architecture

Mark Redekopp and Gandhi Puvvada, All rights reserved. EE 357 Unit 15. Single-Cycle CPU Datapath and Control

CSSE232 Computer Architecture I. Datapath

ﻪﺘﻓﺮﺸﻴﭘ ﺮﺗﻮﻴﭙﻣﺎﻛ يرﺎﻤﻌﻣ MIPS يرﺎﻤﻌﻣ data path and ontrol control

LECTURE 6. Multi-Cycle Datapath and Control

CPE 335. Basic MIPS Architecture Part II

Data paths for MIPS instructions

Design of the MIPS Processor

Lecture 10: Simple Data Path

Major CPU Design Steps

Computer and Information Sciences College / Computer Science Department The Processor: Datapath and Control

Design of Digital Circuits 2017 Srdjan Capkun Onur Mutlu (Guest starring: Frank K. Gürkaynak and Aanjhan Ranganathan)

Unsigned Binary Integers

Unsigned Binary Integers

ENE 334 Microprocessors

Processor: Multi- Cycle Datapath & Control

Fundamentals of Computer Systems

CO Computer Architecture and Programming Languages CAPL. Lecture 18 & 19

LECTURE 3: THE PROCESSOR

CS3350B Computer Architecture Quiz 3 March 15, 2018

CSCI 402: Computer Architectures. Fengguang Song Department of Computer & Information Science IUPUI. Today s Content

Computer Science 324 Computer Architecture Mount Holyoke College Fall Topic Notes: Data Paths and Microprogramming

Lecture 4: Review of MIPS. Instruction formats, impl. of control and datapath, pipelined impl.

Lecture 5 and 6. ICS 152 Computer Systems Architecture. Prof. Juan Luis Aragón

Determined by ISA and compiler. We will examine two MIPS implementations. A simplified version A more realistic pipelined version

EECS 151/251A Fall 2017 Digital Design and Integrated Circuits. Instructor: John Wawrzynek and Nicholas Weaver. Lecture 13 EE141

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

CpE242 Computer Architecture and Engineering Designing a Single Cycle Datapath

The overall datapath for RT, lw,sw beq instrucution

MIPS-Lite Single-Cycle Control

4. The Processor Computer Architecture COMP SCI 2GA3 / SFWR ENG 2GA3. Emil Sekerinski, McMaster University, Fall Term 2015/16

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

Computer Architecture Computer Science & Engineering. Chapter 4. The Processor BK TP.HCM

Chapter 4. The Processor

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

Lecture 12: Single-Cycle Control Unit. Spring 2018 Jason Tang

Design of the MIPS Processor (contd)

Lecture 8: Control COS / ELE 375. Computer Architecture and Organization. Princeton University Fall Prof. David August

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

RISC Design: Multi-Cycle Implementation

CSE 378 Midterm 2/12/10 Sample Solution

The Processor: Datapath & Control

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

Transcription:

Processor (I) - datapath & control Hwansoo Han

Introduction CPU performance factors Instruction count - Determined by ISA and compiler CPI and Cycle time - Determined by CPU hardware We will examine two MIPS implementations A simplified version A more realistic pipelined version Simple subset, shows most aspects Memory reference: lw, sw Arithmetic/logical: add, sub, and, or, slt Control transfer: beq, j 2

Logic Design Basics Information encoded in binary Low voltage = 0, High voltage = 1 One wire per bit Multi-bit data encoded on multi-wire buses Combinational element Operate on data Output is a function of input State (sequential) elements Store information 3

Combinational Elements AND-gate Y = A & B Adder Y = A + B A B Y A B + Y Multiplexer Y = S? I1 : I0 Arithmetic/Logic Unit Y = F(A, B) I0 I1 M U X S Y A B ALU F Y 4

Sequential Elements Register: stores data in a circuit Uses a clock signal to determine when to update the stored value Edge-triggered: update when Clk changes from 0 to 1 D Clk Q Clk D Q 5

Sequential Elements Register with write control Only updates on clock edge when write control input is 1 Used when stored value is required later Clk D Write Clk Q Write D Q 6

Clocking Methodology Combinational logic transforms data during clock cycles Between clock edges Input from state elements, output to state element Longest delay determines clock period 7

Instruction Execution Fetch instruction PC instruction memory Read registers Register numbers register file Depending on instruction class Use ALU to calculate Arithmetic result Memory address for load/store Branch target address Access data memory for load/store PC target address or PC + 4 8

CPU Overview 9

Multiplexers Can t just join wires together Use multiplexers 10

Control 11

Building a Datapath Datapath Elements that process data and addresses in the CPU Registers, ALUs, MUX s, memories, We will build a MIPS datapath incrementally Refining the overview design 12

Instruction Fetch 32-bit register Increment by 4 for the next instruction 13

R-Type Instructions Read two register operands Perform arithmetic/logical operation Write register result op rs rt rd shamt funct 14

Load/Store Instructions Read register operands Load: read rs, Store: read both rs and rt Calculate address using 16-bit offset Use ALU, but sign-extend offset Load: Read memory and update register Store: Write register value to memory Sign-bit wire replicated 15 op rs rt 16 bit offset

Branch Instructions Read register operands Access register file indexed by rs and rt Compare operands Using ALU, subtract two register operands Check Zero output Calculate target address Sign-extend displacement (PC-relative target address) Shift left 2 places (word displacement by 2 bits) Add to PC + 4 PC +4 : already calculated by instruction fetch op rs rt target address (PC-relative) 16

Branch Instructions (cont d) Just re-routes wires 17 Sign-bit wire replicated

Composing the Elements Build a simple datapath Processes an instruction in one clock cycle Each datapath element can only do one function at a time Hence, we need separate instruction and data memories Use multiplexers where alternate data sources are used for different instructions 18

R-Type/Load/Store Datapath 19

Full Datapath (R-type/Load/Store/Branch) 20

ALU Control ALU used for Load/Store: function = add Branch: function = subtract R-type: function depends on funct field ALU operation Function 0000 AND 0001 OR 0010 add 0110 subtract 0111 set-on-less-than (slt) 1100 NOR 21

ALU Control (cont d) Assume 2-bit ALUOp derived from opcode Combinational logic derives ALU operation opcode ALUOp Operation funct ALU function ALU operation lw 00 load word XXXXXX add 0010 sw 00 store word XXXXXX add 0010 beq 01 branch equal XXXXXX subtract 0110 R-type 10 add 100000 add 0010 subtract 100010 subtract 0110 AND 100100 AND 0000 OR 100101 OR 0001 set-on-less-than 101010 set-on-less-than 0111 22

Main Control Unit Control signals derived from instruction R-type Load/ Store Branch 0 rs rt rd shamt funct 31:26 25:21 20:16 15:11 10:6 5:0 35 or 43 rs rt address 31:26 25:21 20:16 15:0 4 rs rt address 31:26 25:21 20:16 15:0 opcode always read read, except for load write for R-type and load sign-extend and add 23

Main Control Unit (cont d) Instruction (opcode) Reg Dst ALU Src Mem to- Reg Reg Write Mem Read Mem Write Branch ALU Op1 R-type 1 0 0 1 0 0 0 1 0 lw 0 1 1 1 1 0 0 0 0 sw X 1 X 0 0 1 0 0 0 beq X 0 X 0 0 0 1 0 1 ALU op2 24

Logic Circuits for Control Inputs ALUOp ALUOp0 ALUOp1 ALU control block Op5 Op4 Op3 Op2 Op1 Op0 F3 Operation2 F (5 0) F2 F1 F0 Operation1 Operation0 Operation R-type Iw sw beq Outputs RegDst ALUSrc MemtoReg RegWrite ALU Control MemRead MemWrite Branch ALUOp1 ALUOpO Main Control 25

Datapath With Control 26

R-Type Instruction 27

Load Instruction 28

Branch-on-Equal Instruction 29

Implementing Jumps Jump 2 address 31:26 25:0 Jump uses word address Update PC with concatenation of Top 4 bits of old PC 26-bit jump address 00 (multiply four) Need an extra control signal decoded from opcode 30

Datapath With Jumps Added 31

Performance Issues Longest delay determines clock period Critical path: load instruction Instruction memory register file ALU data memory register file Not feasible to vary period for different instructions Violates design principle making the common case fast We will improve performance by pipelining 32