This commit is contained in:
Geza Lore 2022-07-19 12:36:21 +01:00
parent af70db88db
commit b55ee79d86

View File

@ -264,7 +264,7 @@ template <> void VerilatedTrace<VL_SUB_T, VL_BUF_T>::closeBase() {
}
template <> void VerilatedTrace<VL_SUB_T, VL_BUF_T>::flushBase() {
#ifdef VL_THREDED
#ifdef VL_THREADED
if (offload()) {
// Hand an empty buffer to the worker thread
uint32_t* const bufferp = getOffloadBuffer();