Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the following assumptions, pipeline the following program: Integer Unit ( loads , stores and integer arithmetic ) takes 1 clock cycle FP Adder takes

Given the following assumptions, pipeline the following program:
Integer Unit (loads, stores and integer arithmetic) takes 1 clock cycle
FP Adder takes 2 clock cycles- Subtraction uses the adder
FP Multiplier takes 10 Clock cycles FP Divider takes 40 Clock cycles
Full forwarding
Register can be written in first half of cycle and read in second half of cycle
LD F634(R2)
ADD F6 F6 F2
MUL F4 F6 F3
SUB F7 F4 F2
Make sure you enter your answers as shown below:
Stalls - STALL
Fetch Stage - IF
Decode stage - ID
Memory - MEM
Write Back - WB
Execution stage:
Integer ALU - EX
FP Adder - A#
where # represents the number of the stage we are in for example A1
FP Multiplier -M#
where # represents the number of the stage we are in for example M1
FP Divider -D#
where # represents the number of the stage we are in for example D1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Factory Active Database For Enterprise Computing

Authors: Schur, Stephen

1st Edition

0471558443, 9780471558446

More Books

Students also viewed these Databases questions

Question

8-16 Describe some of the weaknesses exploited by malware.

Answered: 1 week ago