subject

We will now add support for register-memory ALU operations tothe classic five-stage RISC pipeline. To offset this increase incomplexity, all memory addressing will be restricted to registerindirect (i. e., all addresses are simply a value held in aregister: no offset or displacement may be added to the registervalue). For example, the register-memory instruction ADD R4, R5,(R1) means add the contents of register R5 to the contents of thememory location with address equal to the value in register R1 andput the sum in register R4. Register-register ALU operations areunchanged. Answer the following for the integer RISCpipeline.
a. List a rearranged order of the five traditional stages ofthe RISC pipeline that will support register-memory operationsimplemented exclusively by register indirect addressing.
b. Describe what new forwarding paths are needed for therearranged pipeline by stating the source, destination, andinformation transferred on each needed new path.
c. For the reordered stages of the RISC pipeline, what newdata hazards are created by this addressing mode? Give aninstruction sequence illustrating each new hazard.
d. List all ways that the RISC pipeline with register-memory. ALU operations can have a different instruction count for a givenprogram than the original RISC pipeline. Give a pair of specificinstruction sequences, one for the original pipeline and one forthe rearranged pipeline, to illustrate each way.
e. Assume all instructions take 1 clock cycle per stage. Listall ways that the register-memory RISC can have a different CPI fora given program as compared to the orginal RISC pipeline.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
The great length of north america causes the climate to be varied. true false
Answers: 2
question
Computers and Technology, 22.06.2019 11:30
Awell-diversified portfolio needs about 20-25 stocks from different categories.
Answers: 2
question
Computers and Technology, 23.06.2019 01:20
Write a function balancechemical to balance chemical reactions by solving a linear set of equations. the inputs arguments are: reagents: symbols of reagents in string row array products: symbols of products in string row array elements: elements in the reaction in string row array elcmpreag: elemental composition of reactants in two dimensional numeric array elcmpprdcts: elemental composition of prducts in two dimensional numeric array hint: the first part of the problem is setting up the set of linear equations that should be solve. the second part of the problem is to find the integers from the solution. one way to do this is to mulitiply the rational basis for the nullspace by increasing larger integers until both the left-and right-side integers exist. for example, for the reaction that involves reacting with to produce and : reagents=["ch4", "o2"]; products =["co2", "h2o"]; elements =["c","h", "o"] elcmpreag=[1,4,0;
Answers: 3
question
Computers and Technology, 23.06.2019 07:00
What are three software programs for mobile computing?
Answers: 1
You know the right answer?
We will now add support for register-memory ALU operations tothe classic five-stage RISC pipeline. T...
Questions
question
Mathematics, 04.04.2020 11:43
Questions on the website: 13722367