adds missing namespaces

This commit is contained in:
Eyck Jentzsch 2023-05-11 23:11:04 +02:00
parent cfa7b72363
commit afdf8fb97f
1 changed files with 2 additions and 2 deletions

View File

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