Commentary: Changes update

This commit is contained in:
Wilson Snyder 2024-11-27 17:26:33 -05:00
parent 94e545bdca
commit 7695687e87
2 changed files with 5 additions and 1 deletions

View File

@ -46,6 +46,7 @@ Verilator 5.031 devel
* Fix `rand` dynamic arrays with null handles (#5594). [Ryszard Rozak, Antmicro Ltd.]
* Fix NBAs to unpacked arrays of unpacked structs (#5603). [Geza Lore]
* Fix array of struct member overwrites on member update (#5605) (#5618) (#5628). [sumpster]
* Fix interface and struct pattern collision (#5639) (#5640). [Todd Strader]
Verilator 5.030 2024-10-27

View File

@ -13,7 +13,10 @@ C++14 compiler support
Verilator will require C++20 or newer compilers for both compiling
Verilator and compiling all Verilated models no sooner than May 2025.
(Likely to be removed shortly after GitHub removes Ubuntu 20.04
continuous-integration action runners, which are used to test the older
C++ standard).
XML output
Verilator currently supports XML parser output (enabled with `--xml-only`).
Support for `--xml-*` options will be deprecated no sooner than January 2025.
Support for `--xml-*` options will be deprecated no sooner than January 2026.