Commentary: Changes update

This commit is contained in:
Wilson Snyder 2023-01-29 16:57:30 -05:00
parent 6a7dfb7696
commit 6a12c4d02a
1 changed files with 5 additions and 0 deletions

View File

@ -13,9 +13,14 @@ Verilator 5.007 devel
**Minor:**
* Add --verilate-jobs option (#3889). [Kamil Rakoczy, Antmicro Ltd]
* Support unpacked unions.
* Support interface classes and class implements.
* Support global clocking and $global_clock.
* Support struct I/O in --lib-create (#3378) (#3892). [Varun Koyyalagunta]
* Support function calls without parenthesis (#3903) (#3902). [Ryszard Rozak, Antmicro Ltd]
* Support class extending its parameter (#3904). [Ryszard Rozak, Antmicro Ltd]
* Support static function variables (#3830). [Ryszard Rozak, Antmicro Ltd]
* Fix real parameters of infinity and NaN.
* Fix pattern assignment to unpacked structs (#3510). [Mostafa Garnal]