adds missing namespaces
This commit is contained in:
parent
cfa7b72363
commit
afdf8fb97f
|
@ -165,8 +165,8 @@ public:
|
|||
quantum_keeper.reset();
|
||||
}
|
||||
last_sync_cycle = cycle;
|
||||
ibus_inc = SC_ZERO_TIME;
|
||||
dbus_inc = SC_ZERO_TIME;
|
||||
ibus_inc = sc_core::SC_ZERO_TIME;
|
||||
dbus_inc = sc_core::SC_ZERO_TIME;
|
||||
}
|
||||
|
||||
bool read_mem(uint64_t addr, unsigned length, uint8_t *const data, bool is_fetch);
|
||||
|
|
Loading…
Reference in New Issue