minor bug fix
This commit is contained in:
parent
a142b0799b
commit
2dd5f1d873
|
@ -19,10 +19,6 @@ public class RegisterWrite {
|
||||||
{
|
{
|
||||||
if(MA_RW_Latch.isRW_enable())
|
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);
|
MA_RW_Latch.setRW_enable(false);
|
||||||
IF_EnableLatch.setIF_enable(true);
|
IF_EnableLatch.setIF_enable(true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue