Given the basic MIPS five-stage pipeline and the following instruction set.Indicate the stages of the pipeline using: F,
Posted: Sat May 14, 2022 8:09 pm
Given the basic MIPS five-stage pipeline and the following instruction set.Indicate the stages of the pipeline using: F, D, E, M, and W. If there is gap in stages due to a data hazard, insert nops. i) Identify all the Data Hazards (RAW, WAR, WAW) in the given instruction set. ii) Show the pipeline execution if the pipeline has bypassing: Show forwarding, for example, 11 EXE to 12 EXE. 11: ori $50, $zero, OxFFO 12: lw $t0, 4($50) 13: lw $t1, 8($50) 14: add $t2, $t0,$t1 15: sw $t2, ($50)