Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Consider the multi-cycle pipeline diagram below Assume time for stages is 100ps for register read or write, and 200ps for other stages. If each
1. Consider the multi-cycle pipeline diagram below
Assume time for stages is 100ps for register read or write, and 200ps for other stages.
If each instruction was executed in one clock cycle (single-cycle implementation), What would be, in ps, the single-cycle execution time for the program segment above?
2. Consider the multi-cycle pipeline diagram below:
Assume time for stages is 100ps for register read or write, and 200ps for other stages.
What is, in ps, the pipeline execution time for the program segment above?
Time (in clock cycles) CC 1 CC 2 CC 3 CC 4 CC 5 CC 6 CC 7 CC 8 CC 9 Program execution order (in instructions) Instruction Instruction Data Execution Write back fetch decode access lw $10, 20 ($1) Instruction Instruction Data Write back sub $11, $2, $3 Execution fetch decode Data write back access add $12, $3, $4 Execution decode fetch Data Instruction Instruction lw $13, 24 ($1) Execution Write back fetch decode access Instruction Instruction Execution Data write back fetch decode add $14, $5, $6Step 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