Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Compute the total execution time for a single cycle architecture. The cycle time is 5-cycles. ADDI $50, $t0, 50 SW $50, 8($t1) ADD $51, $50,

image text in transcribed

Compute the total execution time for a single cycle architecture. The cycle time is 5-cycles. ADDI $50, $t0, 50 SW $50, 8($t1) ADD $51, $50, $t2 BEQ $s2, $s1, 10 [$s2 and $s1 are not equal] SUB $s3, $s2, $s AND $s4, $s3, $s3 OR $55, $56, $s 7 Now you want to improve the performance/reduce the execution time through multi-cycle pipeline. Assume each stage takes 1-cycle. Also, assume no hazard optimization technique (as example NO forwarding or rescheduling etc.) has been implemented in this architecture. What will be the new execution time? What is hazard? What are the types of hazard? For the instructions in question 3, how many hazards may appear? How can you solve/optimize them? After solving/optimizing the hazards how long does it take to solve the instructions. Assume each stage takes 1-cycle. What is the cycle improvement after resolving/optimizing the hazards? What is cache? What are the types of cache? What is cache hit and miss? If CPU encounter cache miss what the CPU will do to get data? 5 + 5 + 5 = 15

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

More Books

Students also viewed these Databases questions

Question

8. Describe the steps in the development planning process.

Answered: 1 week ago