mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Commentary: Changes update
This commit is contained in:
parent
94e545bdca
commit
7695687e87
1
Changes
1
Changes
@ -46,6 +46,7 @@ Verilator 5.031 devel
|
|||||||
* Fix `rand` dynamic arrays with null handles (#5594). [Ryszard Rozak, Antmicro Ltd.]
|
* Fix `rand` dynamic arrays with null handles (#5594). [Ryszard Rozak, Antmicro Ltd.]
|
||||||
* Fix NBAs to unpacked arrays of unpacked structs (#5603). [Geza Lore]
|
* 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 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
|
Verilator 5.030 2024-10-27
|
||||||
|
@ -13,7 +13,10 @@ C++14 compiler support
|
|||||||
|
|
||||||
Verilator will require C++20 or newer compilers for both compiling
|
Verilator will require C++20 or newer compilers for both compiling
|
||||||
Verilator and compiling all Verilated models no sooner than May 2025.
|
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
|
XML output
|
||||||
Verilator currently supports XML parser output (enabled with `--xml-only`).
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user