plugin: DBusSimplePlugin: Remove assert
This assert triggered sometimes at the beginning of a simulation. Since it's not really needed anymore, we can remove it. Signed-off-by: Daniel Schultz <daniel.schultz@aesc-silicon.de>
This commit is contained in:
parent
77e361e91e
commit
807aa98d37
|
@ -518,9 +518,6 @@ class DBusSimplePlugin(catchAddressMisaligned : Boolean = false,
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
if(rspStage != execute) assert(!(dBus.rsp.ready && input(MEMORY_ENABLE) && arbitration.isValid && arbitration.isStuck),"DBusSimplePlugin doesn't allow memory stage stall when read happend")
|
||||
}
|
||||
|
||||
//Reformat read responses, REGFILE_WRITE_DATA overriding
|
||||
|
|
Loading…
Reference in New Issue