Commentary: Changes update
This commit is contained in:
parent
1cc37ad6ce
commit
69a2bfee68
5
Changes
5
Changes
|
|
@ -15,10 +15,13 @@ Verilator 5.025 devel
|
||||||
|
|
||||||
* Support __en/__out signals on top level inout ports (#4812) (#4856). [Paul Wright]
|
* Support __en/__out signals on top level inout ports (#4812) (#4856). [Paul Wright]
|
||||||
* Support empty queue as dynarray default value (#5055). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support empty queue as dynarray default value (#5055). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
|
* Support vpiInertialDelay (#5087). [Todd Strader]
|
||||||
|
* Support NBAs to arrays inside loops (#5092). [Geza Lore]
|
||||||
* Add error on zero width select (#5028).
|
* Add error on zero width select (#5028).
|
||||||
* Add CITATION.cff (#5057) (#5058). [Gijs Burghoorn]
|
* Add CITATION.cff (#5057) (#5058). [Gijs Burghoorn]
|
||||||
* Add VPI eval needed tracking (#5065). [Todd Strader]
|
* Add VPI eval needed tracking (#5065). [Todd Strader]
|
||||||
* Add `--localize-max-size` option and optimization (#5072).
|
* Add `--localize-max-size` option and optimization (#5072).
|
||||||
|
* Add parameterless assert control system tasks (#5010). [Bartłomiej Chmiel]
|
||||||
* Add traceCapable indication to model header (#5053). [Vito Gamberini]
|
* Add traceCapable indication to model header (#5053). [Vito Gamberini]
|
||||||
* Fix missing flex include path variable (#4970) (#4971). [Christopher Taylor]
|
* Fix missing flex include path variable (#4970) (#4971). [Christopher Taylor]
|
||||||
* Fix missing parameters with comma to be errors (#4979) (#5012). [Paul Swirhun]
|
* Fix missing parameters with comma to be errors (#4979) (#5012). [Paul Swirhun]
|
||||||
|
|
@ -32,8 +35,10 @@ Verilator 5.025 devel
|
||||||
* Fix CMake builds to export VERILATOR_ROOT (#5063). [Michael Bikovitsky]
|
* Fix CMake builds to export VERILATOR_ROOT (#5063). [Michael Bikovitsky]
|
||||||
* Fix false ASSIGNIN on functions with explicit port map (#5069).
|
* Fix false ASSIGNIN on functions with explicit port map (#5069).
|
||||||
* Fix DFG assertion with SystemC (#5076). [Geza Lore]
|
* Fix DFG assertion with SystemC (#5076). [Geza Lore]
|
||||||
|
* Fix missed optimization in V3Delayed (#5089). [Geza Lore]
|
||||||
* Fix macro expansion in strings per 1800-2023 (#5094). [Geza Lore]
|
* Fix macro expansion in strings per 1800-2023 (#5094). [Geza Lore]
|
||||||
* Fix width extension of unpacked array select (#5095). [Varun Koyyalagunta]
|
* Fix width extension of unpacked array select (#5095). [Varun Koyyalagunta]
|
||||||
|
* Fix MacOS missing <type_traits> header (#5096) (#5097). [Vito Gamberini]
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.024 2024-04-05
|
Verilator 5.024 2024-04-05
|
||||||
|
|
|
||||||
|
|
@ -844,6 +844,7 @@ parallelized
|
||||||
param
|
param
|
||||||
parameterization
|
parameterization
|
||||||
parameterized
|
parameterized
|
||||||
|
parameterless
|
||||||
params
|
params
|
||||||
parens
|
parens
|
||||||
pawel
|
pawel
|
||||||
|
|
@ -970,6 +971,7 @@ submakes
|
||||||
submodule
|
submodule
|
||||||
submodules
|
submodules
|
||||||
substring
|
substring
|
||||||
|
suspendable
|
||||||
sv
|
sv
|
||||||
svBitVal
|
svBitVal
|
||||||
svBitVecVal
|
svBitVecVal
|
||||||
|
|
@ -980,6 +982,7 @@ svLogicVal
|
||||||
svdpi
|
svdpi
|
||||||
svgGetTimeUnit
|
svgGetTimeUnit
|
||||||
swrite
|
swrite
|
||||||
|
synthesizeable
|
||||||
sys
|
sys
|
||||||
systemc
|
systemc
|
||||||
tenghtt
|
tenghtt
|
||||||
|
|
@ -998,6 +1001,7 @@ toolchain
|
||||||
topcell
|
topcell
|
||||||
toplevel
|
toplevel
|
||||||
toupper
|
toupper
|
||||||
|
traceCapable
|
||||||
traceEverOn
|
traceEverOn
|
||||||
tran
|
tran
|
||||||
treei
|
treei
|
||||||
|
|
@ -1062,6 +1066,7 @@ vluint
|
||||||
vpi
|
vpi
|
||||||
vpiConstType
|
vpiConstType
|
||||||
vpiDefName
|
vpiDefName
|
||||||
|
vpiInertialDelay
|
||||||
vpiInstance
|
vpiInstance
|
||||||
vpiLeftRange
|
vpiLeftRange
|
||||||
vpiModule
|
vpiModule
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue