Question
Consider pipeline execution of the following program segment in which the instruction labeled Start is stored at memory location (1264)10 Assume all registers used have
Consider pipeline execution of the following program segment in which the instruction labeled Start is stored at memory location (1264)10 Assume all registers used have an initial value of 10 plus the register number. For example, register $7 will have an initial value of 17.
Start: lw $3, 2($20)
slt $18, $19, $20
sw $13, 200($6)
beq $11, $17, Nex
SUM: add $2, $3, $4
Nex: lw $5, 100($6)
. Consider a pipeline execution of the program segment above. Assume time for stages is: - 100ps for register read or write - 200ps for other stages
What is pipelined clock rate?
What is the program segment execution time?
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