Fix regression
This commit is contained in:
parent
3ba509931c
commit
4a49b23636
|
@ -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._
|
||||
|
||||
|
|
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue