SUB \$s2, \$s0, \$s1 # Register $ s 2 written by SUB ADD$4,$s2,$s3 # Register $s2 depend on SUB Assume that each instruc
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
SUB \$s2, \$s0, \$s1 # Register $ s 2 written by SUB ADD$4,$s2,$s3 # Register $s2 depend on SUB Assume that each instruc
SUB \$s2, \$s0, \$s1 # Register $ s 2 written by SUB ADD$4,$s2,$s3 # Register $s2 depend on SUB Assume that each instruction goes through all five stages of the pipeline (Each stage takes one clock cycle): - Stage 1: Fetch instruction (FI) - Stage 2: Decode instruction (DI) - Stage 3: Fetch operands (FO) - Stage 4: Execute instruction (EI) - Stage 5: Write operand (WO) Show how the instructions would progress though this 5 -stage pipeline.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!