1 Commits

Author SHA1 Message Date
afdf8fb97f adds missing namespaces 2023-05-11 23:11:04 +02:00

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