Commentary: Changes update
This commit is contained in:
parent
25ca1af8b3
commit
0da7ecf753
8
Changes
8
Changes
|
|
@ -14,12 +14,20 @@ Verilator 5.025 devel
|
||||||
**Minor:**
|
**Minor:**
|
||||||
|
|
||||||
* 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.]
|
||||||
* Add CITATION.cff (#5057) (#5058). [Gijs Burghoorn]
|
* Add CITATION.cff (#5057) (#5058). [Gijs Burghoorn]
|
||||||
|
* Add VPI eval needed tracking (#5065). [Todd Strader]
|
||||||
|
* 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]
|
||||||
|
* Fix bound queue printing (#5032). [Aleksander Kiryk, Antmicro Ltd.]
|
||||||
* Fix consecutive zero-delays (#5038). [Krzysztof Bieganski, Antmicro Ltd.]
|
* Fix consecutive zero-delays (#5038). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
|
* Fix make $(info) which cannot be silenced (#5059). [Gökçe Aydos]
|
||||||
|
* Fix attempted to destroy locked thread pool error (#5040). [Bartłomiej Chmiel, Antmicro Ltd.]
|
||||||
* Fix `$system` with string argument (#5042).
|
* Fix `$system` with string argument (#5042).
|
||||||
* Fix width extension on delays (#5043).
|
* Fix width extension on delays (#5043).
|
||||||
|
* 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]
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.024 2024-04-05
|
Verilator 5.024 2024-04-05
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ Brej
|
||||||
Briquet
|
Briquet
|
||||||
Brownlee
|
Brownlee
|
||||||
Buckenmaier
|
Buckenmaier
|
||||||
|
Burghoorn
|
||||||
Bybell
|
Bybell
|
||||||
CLang
|
CLang
|
||||||
CMake
|
CMake
|
||||||
|
|
@ -131,6 +132,7 @@ Gernot
|
||||||
Gerst
|
Gerst
|
||||||
Gielda
|
Gielda
|
||||||
Gigerl
|
Gigerl
|
||||||
|
Gijs
|
||||||
Gileadi
|
Gileadi
|
||||||
Giri
|
Giri
|
||||||
Gisselquist
|
Gisselquist
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue