8. (5) Assume that our MIPS pipeline runs at a 2 GHz clock rate and is initially empty. The pipeline includes a hazard d
Posted: Fri Jul 08, 2022 6:43 am
8. (5) Assume that our MIPS pipeline runs at a 2 GHz clock rate and is initially empty. The pipeline includes a hazard detection unit that stalls instructions to prevent them from reading incorrect values for operands. The system does not include a data forwarding unit. How many cycles will the instruction sequence, shown below, take to execute on the pipeline? nop sll add SW $0,$0,0 $0,$0,$0 $0,0($0)