Fix regression

This commit is contained in:
Dolu1990 2020-04-28 14:38:27 +02:00
parent 3ba509931c
commit 4a49b23636
2 changed files with 3 additions and 0 deletions

View File

@ -479,6 +479,7 @@ object VexRiscvSmpClusterTest extends App{
// BmbDecoderOutOfOrder arbitration
// DataCache to bmb invalidation that are more than single line
// update fence w to w
// DBusCachedPlugin dBusAccess execute.isValid := True is induce a longe combinatorial path to check conditions, D$ execute valid => execute haltIt
object VexRiscvSmpClusterOpenSbi extends App{
import spinal.core.sim._

View File

@ -2364,9 +2364,11 @@ public:
virtual void onReset(){
top->dBus_cmd_ready = 1;
top->dBus_rsp_valid = 0;
#ifdef DBUS_INVALIDATE
top->dBus_inv_valid = 0;
top->dBus_ack_ready = 0;
top->dBus_sync_valid = 0;
#endif
}
virtual void preCycle(){