minor bug fix

This commit is contained in:
Rajshekar K K 2024-02-10 19:56:05 +05:30
parent a142b0799b
commit 2dd5f1d873
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}