verilator/verilator-announce

Verilator 4.200 2021-03-12 released

Opened this issue · 0 comments

Verilator 4.200 2021-03-12 released

Major:

  • Add simulation context (VerilatedContext) to allow multiple fully independent models to be in the same process. Please see the updated examples. (verilator/verilator#2660)

  • Add context->time() and context->timeInc() API calls, to set simulation time. These now are recommended in place of the legacy sc_time_stamp().

Minor: