Version bump

This commit is contained in:
Wilson Snyder 2021-07-07 20:43:07 -04:00
parent 3aa6332f25
commit 8e2ba6a003
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ The changes in each Verilator version are described below. The
contributors that suggested a given feature are shown in []. Thanks! contributors that suggested a given feature are shown in []. Thanks!
Verilator 4.205 devel Verilator 4.210 2021-07-07
========================== ==========================
**Major:** **Major:**
@ -19,7 +19,7 @@ Verilator 4.205 devel
object and no longer the TOP module instance. User code with direct object and no longer the TOP module instance. User code with direct
C++ member access to model internals, including verilator public_flat C++ member access to model internals, including verilator public_flat
items will likely need to be updated. See the manual for instructions: items will likely need to be updated. See the manual for instructions:
https://verilator.org/guide/latest/connecting.html#porting-from-pre-4-206 https://verilator.org/guide/latest/connecting.html#porting-from-pre-4-210
(#3036). [Geza Lore] (#3036). [Geza Lore]
**Minor:** **Minor:**

View File

@ -7,7 +7,7 @@
#AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### YYYY-MM-DD])
#AC_INIT([Verilator],[#.### devel]) #AC_INIT([Verilator],[#.### devel])
AC_INIT([Verilator],[4.205 devel], AC_INIT([Verilator],[4.210 2021-07-07],
[https://verilator.org], [https://verilator.org],
[verilator],[https://verilator.org]) [verilator],[https://verilator.org])
# When releasing, also update header of Changes file # When releasing, also update header of Changes file

View File

@ -39,12 +39,12 @@ model:
internals, including :code:`/* verilator public_flat */` items. internals, including :code:`/* verilator public_flat */` items.
.. _Porting from pre 4.206: .. _Porting from pre 4.210:
Model interface changes in version 4.206 Model interface changes in version 4.210
------------------------------------------ ------------------------------------------
Starting from version 4.206, the model class is an interface object. Starting from version 4.210, the model class is an interface object.
Up until Verilator version 4.204 inclusive, the generated model class was Up until Verilator version 4.204 inclusive, the generated model class was
also the instance of the top level instance in the design hierarchy (what also the instance of the top level instance in the design hierarchy (what