mirror of
https://github.com/verilator/verilator.git
synced 2026-08-29 09:20:11 +02:00
** Add simulation context (VerilatedContext) to allow multiple fully independent
models to be in the same process. Please see the updated examples.
** Add context->time() and context->timeInc() API calls, to set simulation time.
These now are recommended in place of the legacy sc_time_stamp().