Answered step by step
Verified Expert Solution
Question
1 Approved Answer
7. Consider a MIPS machine with a 5-stage pipeline with a cycle time of 10ns. Assume that you are executing a program where a fraction
7. Consider a MIPS machine with a 5-stage pipeline with a cycle time of 10ns. Assume that you are executing a program where a fraction fof all instructions immediately follow a load upon which they are dependent. Also, there is no other data hazard or control hazard. (A) With forwarding enabled, what is the total execution time for N instructions in terms of f)? (4%) (B) Consider a scenario where the MEM stage, along with its pipeline registers, needs 12ns. There are now two options: add another MEM stage so that there are MEMI and MEM2 stages or increase the cycle time to 12ns so that the MEM stage fits within the new cycle time and the number of pipeline stages remain unaffected. For a program mix with the above characteristics, when is the first option better than the second. Your answer should be based on the value off. (You may ignore the first few cycles to fill the pipeline.) (4%) (C) Embedded processors have two different memory regions - a faster scratchpad memory and a slower normal memory. Assume that in the 6-stage machine (with MEMI and MEM2 stages), there is a region of memory that is faster and for which the correct value is obtained at the end of the MEM1 stage itself while the rest of the memory needs both MEMI and MEM2 stages. For the sake of simplicity, assume that there are two load instructions lw.fast and lw.slow that indicate which memory region is accessed. If 40% of the fraction f mentioned above get their value from the fast memory, how does the answer to the previous question change? (4%)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started