mirror of
https://github.com/verilator/verilator.git
synced 2025-04-06 04:32:39 +00:00
Commentary: Changes update
This commit is contained in:
parent
930f35acc9
commit
8db9c1d227
3
Changes
3
Changes
@ -23,10 +23,12 @@ Verilator 5.027 devel
|
|||||||
* Support `rand_mode` (#5273). [Krzysztof Bieganski, Antmicro Ltd.]
|
* Support `rand_mode` (#5273). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
* Support `this.randomize with` (#5282). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support `this.randomize with` (#5282). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
* Support foreach constraints (#5302). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support foreach constraints (#5302). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
|
* Support `parameter type` in hierarchical blocks (#5309) (#5333). [Bartłomiej Chmiel, Antmicro Ltd.]
|
||||||
* Support assertcontrol directive type (#5310). [Bartłomiej Chmiel, Antmicro Ltd.]
|
* Support assertcontrol directive type (#5310). [Bartłomiej Chmiel, Antmicro Ltd.]
|
||||||
* Support inline random variable control (#5317). [Krzysztof Bieganski, Antmicro Ltd.]
|
* Support inline random variable control (#5317). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
* Support streaming operator on arrays and wide data (#5326). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support streaming operator on arrays and wide data (#5326). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
* Support streams to/from arrays of wide data (#5334). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support streams to/from arrays of wide data (#5334). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
|
* Support `constraint_mode` (#5338). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
* Support constraining AstSel (#5344). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support constraining AstSel (#5344). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
* Support default value on module input (#5358) (#5373). [Drew Ranck]
|
* Support default value on module input (#5358) (#5373). [Drew Ranck]
|
||||||
* Add `--compiler-include` for additional C++ includes (#5139) (#5202). [Bartłomiej Chmiel, Antmicro Ltd.]
|
* Add `--compiler-include` for additional C++ includes (#5139) (#5202). [Bartłomiej Chmiel, Antmicro Ltd.]
|
||||||
@ -80,6 +82,7 @@ Verilator 5.027 devel
|
|||||||
* Fix lint_off on Errors (#5351) (#5363). [Ethan Sifferman]
|
* Fix lint_off on Errors (#5351) (#5363). [Ethan Sifferman]
|
||||||
* Fix cache config file resolution performance (#5369). [Geza Lore]
|
* Fix cache config file resolution performance (#5369). [Geza Lore]
|
||||||
* Fix capturing fields from superclass in `randomize() with` (#5389). [Krzysztof Bieganski, Antmicro Ltd.]
|
* Fix capturing fields from superclass in `randomize() with` (#5389). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
|
* Fix virtual interface null checks (#5391). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
* Fix ==? and !=? with X values.
|
* Fix ==? and !=? with X values.
|
||||||
* Fix CPU time being zero.
|
* Fix CPU time being zero.
|
||||||
* Fix inline function ref port persistence.
|
* Fix inline function ref port persistence.
|
||||||
|
@ -725,9 +725,10 @@ Summary:
|
|||||||
|
|
||||||
.. option:: --hierarchical-params-file <filename>
|
.. option:: --hierarchical-params-file <filename>
|
||||||
|
|
||||||
Internal flag inserted during V3HierBlock phase, specifies name of hierarchical
|
Internal flag inserted used during :vlopt:`--hierarchical`; specifies
|
||||||
parameters file for de-parametrized modules with :option:`/*verilator&32;hier_block*/`
|
name of hierarchical parameters file for deparametrized modules with
|
||||||
metacomment. See :ref:`Hierarchical Verilation`.
|
:option:`/*verilator&32;hier_block*/` metacomment. See
|
||||||
|
:ref:`Hierarchical Verilation`.
|
||||||
|
|
||||||
.. option:: -I<dir>
|
.. option:: -I<dir>
|
||||||
|
|
||||||
|
@ -592,6 +592,7 @@ defname
|
|||||||
defparam
|
defparam
|
||||||
demangling
|
demangling
|
||||||
dep
|
dep
|
||||||
|
deparametrized
|
||||||
der
|
der
|
||||||
dereference
|
dereference
|
||||||
desassign
|
desassign
|
||||||
@ -718,6 +719,7 @@ hh
|
|||||||
hier
|
hier
|
||||||
hierCMakeArgs
|
hierCMakeArgs
|
||||||
hierMkArgs
|
hierMkArgs
|
||||||
|
hierParameters
|
||||||
hierVer
|
hierVer
|
||||||
hx
|
hx
|
||||||
hyperthreading
|
hyperthreading
|
||||||
@ -849,6 +851,7 @@ parallelized
|
|||||||
param
|
param
|
||||||
parameterization
|
parameterization
|
||||||
parameterized
|
parameterized
|
||||||
|
parameterized
|
||||||
parameterless
|
parameterless
|
||||||
params
|
params
|
||||||
parens
|
parens
|
||||||
@ -1109,3 +1112,4 @@ zdave
|
|||||||
Øyvind
|
Øyvind
|
||||||
Алексеевич
|
Алексеевич
|
||||||
Исаак
|
Исаак
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user