Commentary: Changes update
This commit is contained in:
parent
4dd4047c47
commit
6d936654ba
2
Changes
2
Changes
|
|
@ -22,6 +22,7 @@ Verilator 5.029 devel
|
||||||
* Change to use maximum for cover point aggregation (#5402). [Andrew Nolte]
|
* Change to use maximum for cover point aggregation (#5402). [Andrew Nolte]
|
||||||
* Change `--main` and `--binary` to use a TOP hierarchy name of "" (#5482).
|
* Change `--main` and `--binary` to use a TOP hierarchy name of "" (#5482).
|
||||||
* Support IEEE-compliant intra-assign delays (#3711) (#5441). [Krzysztof Bieganski, Antmicro Ltd.]
|
* Support IEEE-compliant intra-assign delays (#3711) (#5441). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
|
* Support `wor`, `trior`, `wand`, `triand` (#5386) (#5496). [Zhou Shen]
|
||||||
* Support unconstrained randomization for unions (#5395) (#5396). [Yilou Wang]
|
* Support unconstrained randomization for unions (#5395) (#5396). [Yilou Wang]
|
||||||
* Support basic constrained queue randomization (#5413). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support basic constrained queue randomization (#5413). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
* Support packed/unpacked and dynamic array unconstrained randomization (#5414) (#5415). [Yilou Wang]
|
* Support packed/unpacked and dynamic array unconstrained randomization (#5414) (#5415). [Yilou Wang]
|
||||||
|
|
@ -33,6 +34,7 @@ Verilator 5.029 devel
|
||||||
* Support DPI imports and exports with double underscores (#5481).
|
* Support DPI imports and exports with double underscores (#5481).
|
||||||
* Support ccache when compiling Verilated files with cmake.
|
* Support ccache when compiling Verilated files with cmake.
|
||||||
* Support `local` and `protected` on `typedef` (#5460).
|
* Support `local` and `protected` on `typedef` (#5460).
|
||||||
|
* Support unconstrained randomization for associative array and queue (#5515). [Yilou Wang]
|
||||||
* Add error on misused genvar (#408). [Alex Solomatnikov]
|
* Add error on misused genvar (#408). [Alex Solomatnikov]
|
||||||
* Add error on instances without parenthesis.
|
* Add error on instances without parenthesis.
|
||||||
* Add Docker pre-commit hook (#5238) (#5452). [Chris Bachhuber]
|
* Add Docker pre-commit hook (#5238) (#5452). [Chris Bachhuber]
|
||||||
|
|
|
||||||
|
|
@ -1027,6 +1027,8 @@ traceEverOn
|
||||||
tran
|
tran
|
||||||
treei
|
treei
|
||||||
tri
|
tri
|
||||||
|
triand
|
||||||
|
trior
|
||||||
tristate
|
tristate
|
||||||
tristates
|
tristates
|
||||||
trunc
|
trunc
|
||||||
|
|
@ -1102,6 +1104,7 @@ warmup
|
||||||
waveforms
|
waveforms
|
||||||
whitespace
|
whitespace
|
||||||
widthed
|
widthed
|
||||||
|
wor
|
||||||
wreal
|
wreal
|
||||||
writeb
|
writeb
|
||||||
writeme
|
writeme
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue