Compare commits
1 Commits
cfa7b72363
...
afdf8fb97f
Author | SHA1 | Date | |
---|---|---|---|
afdf8fb97f |
@ -165,8 +165,8 @@ public:
|
|||||||
quantum_keeper.reset();
|
quantum_keeper.reset();
|
||||||
}
|
}
|
||||||
last_sync_cycle = cycle;
|
last_sync_cycle = cycle;
|
||||||
ibus_inc = SC_ZERO_TIME;
|
ibus_inc = sc_core::SC_ZERO_TIME;
|
||||||
dbus_inc = 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);
|
bool read_mem(uint64_t addr, unsigned length, uint8_t *const data, bool is_fetch);
|
||||||
|
Reference in New Issue
Block a user