Commentary: Changes update

This commit is contained in:
Wilson Snyder 2025-03-11 17:49:19 -04:00
parent 9c044a9184
commit 78198d90e1
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Verilator 5.035 devel
* Add used language to `--preproc-resolve` output (#5795). [Kamil Rakoczy, Antmicro Ltd.]
* Add empty veriuser.h for legacy compatibility.
* Optimize automatic splitting of some packed variables (#5843). [Geza Lore]
* Fix foreach of associative array inside a constraint block (#5727) (#5841). [Yilou Wang]
* Fix reset of automatic function variables (#5747). [Augustin Fabre]
* Fix invalid code motion over branches (#5811) (#5814). [Geza Lore]
* Fix sorting of wide SenItems (#5816). [Geza Lore]
@ -37,6 +38,8 @@ Verilator 5.035 devel
* Fix assignment pattern as function argument (#5839)
* Fix checking built-in method arguments (#5839)
* Fix splitting of packed ports with non-zero based ranges (#5842). [Geza Lore]
* Fix NBA shared flag reuse (#5848). [Geza Lore]
* Fix removal of callbacks no longer in current list (#5851) (#5852). [Gilberto Abram]
Verilator 5.034 2025-02-24