Skip to content

Commit

Permalink
emu: fix the macro EMU_THREAD for LightSSS (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Sep 9, 2023
1 parent b2a1228 commit 4304336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/csrc/verilator/emu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ void Emulator::fork_child_init() {
#else
#error Please use Verilator v5.016 or newer versions.
#endif // check VERILATOR_VERSION_INTEGER values
#elif EMU_THREADS > 1 // VERILATOR_VERSION_INTEGER not defined
#elif EMU_THREAD > 1 // VERILATOR_VERSION_INTEGER not defined
#ifdef VERILATOR_4_210 // v4.210 <= version < 4.220
dut_ptr->vlSymsp->__Vm_threadPoolp = new VlThreadPool(dut_ptr->contextp(), EMU_THREAD - 1, 0);
#else // older than v4.210
Expand Down

0 comments on commit 4304336

Please sign in to comment.