forked from github/verilator
Version bump
This commit is contained in:
parent
5022e81af7
commit
1b18a85e76
2
Changes
2
Changes
@ -5,7 +5,7 @@ The contributors that suggested a given feature are shown in []. Thanks!
|
||||
* Verilator 4.200 2021-03-12
|
||||
|
||||
** Add simulation context (VerilatedContext) to allow multiple fully independent
|
||||
models to be in the same process. Please see the updated examples.
|
||||
models to be in the same process. Please see the updated examples. (#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().
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#AC_INIT([Verilator],[#.### YYYY-MM-DD])
|
||||
#AC_INIT([Verilator],[#.### devel])
|
||||
AC_INIT([Verilator],[4.199 devel],
|
||||
AC_INIT([Verilator],[4.200 2021-03-12],
|
||||
[https://verilator.org],
|
||||
[verilator],[https://verilator.org])
|
||||
# When releasing, also update header of Changes file
|
||||
|
Loading…
Reference in New Issue
Block a user