Browse Source

minor bug fix

master
Rajshekar K K 3 months ago
parent
commit
2dd5f1d873
  1. 4
      src/processor/pipeline/RegisterWrite.java

4
src/processor/pipeline/RegisterWrite.java

@ -19,10 +19,6 @@ public class RegisterWrite {
{
if(MA_RW_Latch.isRW_enable())
{
//TODO
// if instruction being processed is an end instruction, remember to call Simulator.setSimulationComplete(true);
MA_RW_Latch.setRW_enable(false);
IF_EnableLatch.setIF_enable(true);
}

Loading…
Cancel
Save