1. [10] Please refer to the following issue packets in a two-issue MIPS processor. Which hazard can each of these packet
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 am
1. [10] Please refer to the following issue packets in a two-issue MIPS processor. Which hazard can each of these packet
Reorder the instructions to avoid as many pipeline stalls as
possible.
Please answer to me and Explain.
1. [10] Please refer to the following issue packets in a two-issue MIPS processor. Which hazard can each of these packets trigger? Reorder the instructions to avoid as many pipeline stalls as possible. ALU or Branch Data Transfer add $s3, $zero, $s2 Iw $50, 0($s1) beq $50, $zero, LABEL sw $s2, 0($s1) or $s3, $s1, $s3 Iw $50, 0($s3)