subject
Computers and Technology, 12.08.2020 09:01 yovann

The classic five-stage pipeline MIPS architecture is used to execute the code fragments in this problem. Assume the followings The architecture fully supports forwarding, Register write is done in the first half of the clock cycle; register read is performed in the second half of the clock cycle, Branches are resolved in the third stage of the pipeline and the architecture does not utilize any branch prediction mechanism, Register R4 is initially 100.
1w R2, 200(R5)
add R3, R1, R2
sw R3, O(R5)
add R3, R3, R6
sw R3, 400(R5)
addi R4, R4, -4
addi R5, R5,4
brie R4, RO, Ll
a. What is the size of the memory needed to store he program? Code size: bytes
b. How many iterations are performed to complete the entire loop? Number of iterations: iterations
c. How, many nstrucfions are executed to complete the entire loop? Number of instructions executed: instructions
d. How many references are made to the data memory for read in one iteration of the loop?
e. How many references are made to the data memory for write in one iteration of the loop? Number of data references for write: references
f. How many references are made to the instruction memory in one iteration of the loop? Number of instruction memory references: references

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 10:00
Each time you save a document, you will need to type in the file type in which it should be saved you can select the save button to save it with the same file name if it has been previously saved you will need to select the location to save the file you will need to use the save as dialog box
Answers: 1
question
Computers and Technology, 25.06.2019 01:00
Why is outfitting a workplace with video games in a technology development company consiered a strategic use of money
Answers: 1
question
Computers and Technology, 25.06.2019 03:00
1. how do you view the edited document without the track changes markup? a. select accept all changes in document in the accept drop-down menu.b. click on restrict editing in the protect group.c. click on the reviewing pane drop-down menu in the tracking group.d. click on final in the display for review drop-down menu.
Answers: 3
question
Computers and Technology, 25.06.2019 05:00
Which of the following statements best deceive the relationship between carrying capacity and population size
Answers: 1
You know the right answer?
The classic five-stage pipeline MIPS architecture is used to execute the code fragments in this prob...
Questions
Questions on the website: 13722367