Recent content by Aviato78

  1. Aviato78

    Comp Sci DLX 5 stage pipeline processor execution and speedup

    @berkeman Apologies have provided both solutions each relating to a part of the question.
  2. Aviato78

    Comp Sci DLX 5 stage pipeline processor execution and speedup

    A 5-stage DLX pipelined processor is equipped with the forwarding technique. The following code is executed in the processor. XOR R5, R5, R6 //R5=R5 XOR R6 (XOR: logic operation) LW R1, 20(R5) //load word into R1 ADDI R1, R1, #2 //increment R1 by 2 SW 20(R5), R1 //store the content in R1 to...
Back
Top