Commentary: Changes update

This commit is contained in:
Wilson Snyder 2024-11-12 17:19:42 -05:00
parent 779cf9248a
commit a5b2cb6ddf
2 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,7 @@ Verilator 5.031 devel
* Support queue's assignment `push_back/push_front('{})` (#5585) (#5586). [Yilou Wang] * Support queue's assignment `push_back/push_front('{})` (#5585) (#5586). [Yilou Wang]
* Support basic constrained random for multi-dimensional dynamic array and queue (#5591). [Yilou Wang] * Support basic constrained random for multi-dimensional dynamic array and queue (#5591). [Yilou Wang]
* Support vpiDefName (#3906) (#5572). [Krzysztof Starecki]
* Support `pure constraint`. * Support `pure constraint`.
* Add `--no-std-package` as subset-alias of `--no-std`. * Add `--no-std-package` as subset-alias of `--no-std`.
* Add `--waiver-multiline` for context-sensitive `--waiver-output`. * Add `--waiver-multiline` for context-sensitive `--waiver-output`.
@ -23,6 +24,7 @@ Verilator 5.031 devel
* Add error when improperly storing to parameter (#5147). [Gökçe Aydos] * Add error when improperly storing to parameter (#5147). [Gökçe Aydos]
* Add coverage point hierarchy to coverage reports (#5575) (#5576). [Andrew Nolte] * Add coverage point hierarchy to coverage reports (#5575) (#5576). [Andrew Nolte]
* Add error on `solve before` or soft constraints of `randc` variable. * Add error on `solve before` or soft constraints of `randc` variable.
* Improve concatenation performance (#5598) (#5599) (#5602). [Geza Lore]
* Fix dotted reference in delay value (#2410). * Fix dotted reference in delay value (#2410).
* Fix can't locate scope error in interface task delayed assignment (#5462) (#5568). [Zhou Shen] * Fix can't locate scope error in interface task delayed assignment (#5462) (#5568). [Zhou Shen]
* Fix BLKANDNBLK for for VARXREFs (#5569). [Todd Strader] * Fix BLKANDNBLK for for VARXREFs (#5569). [Todd Strader]
@ -32,6 +34,7 @@ Verilator 5.031 devel
* Fix negative assignment pattern keys (#5580). [Iztok Jeras] * Fix negative assignment pattern keys (#5580). [Iztok Jeras]
* Fix duplicate scope identifiers decoding (#5584). [Bartłomiej Chmiel, Antmicro Ltd.] * Fix duplicate scope identifiers decoding (#5584). [Bartłomiej Chmiel, Antmicro Ltd.]
* Fix `rand` dynamic arrays with null handles (#5594). [Ryszard Rozak, Antmicro Ltd.] * Fix `rand` dynamic arrays with null handles (#5594). [Ryszard Rozak, Antmicro Ltd.]
* Fix NBAs to unpacked arrays of unpacked structs (#5603). [Geza Lore]
Verilator 5.030 2024-10-27 Verilator 5.030 2024-10-27

View File

@ -1364,7 +1364,7 @@ Summary:
.. option:: --no-std .. option:: --no-std
Prevents parsing standard input files, alias for Prevents parsing standard input files, alias for
:opt:`--no-std-package`. This may be extended to prevent reading other :vlopt:`--no-std-package`. This may be extended to prevent reading other
standardized files in future versions. standardized files in future versions.
.. option:: --no-std-package .. option:: --no-std-package
@ -1651,7 +1651,7 @@ Summary:
.. option:: --waiver-multiline .. option:: --waiver-multiline
When using :vlopt:`--waiver-output \<filename\>`, include a match When using :vlopt:`--waiver-output`, include a match
expression that includes the entire multiline error message as a match expression that includes the entire multiline error message as a match
regular expression, as opposed to the default of only matching the first regular expression, as opposed to the default of only matching the first
line of the error message. This provides a starting point for creating line of the error message. This provides a starting point for creating