From 2bb293592448c7ff3008189f05d09aca1f8e3636 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 11 Feb 2023 10:38:00 -0500 Subject: [PATCH] Commentary: Changes update --- Changes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Changes b/Changes index 8a55dbf9d..189cbc055 100644 --- a/Changes +++ b/Changes @@ -15,6 +15,9 @@ Verilator 5.007 devel * Add --annotate-points option, change multipoint on line reporting (#3876). [Nassim Corteggiani] * Add --verilate-jobs option (#3889). [Kamil Rakoczy, Antmicro Ltd] +* Add WIDTHEXPAND and WIDTHTRUNC warnings to replace WIDTH (#3900). [Andrew Nolte] +* Add SOURCE_DATE_EPOCH for docs/guide/conf.py (#3918). [Larry Doolittle] +* Add /*verilator public[flat|flat_rd|flat_rw| ]*/ metacomments (#3894). [Joseph Nwabueze] * Support unpacked unions. * Support interface classes and class implements. * Support global clocking and $global_clock. @@ -22,12 +25,27 @@ Verilator 5.007 devel * 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] +* Support vpiDefName (#3906) (#3931). [Andrew Nolte] * Fix real parameters of infinity and NaN. * Fix pattern assignment to unpacked structs (#3510). [Mostafa Garnal] * Fix single-element replication to dynarray/unpacked/queue (#3548). [Gustav Svensk] +* Fix constant enum methods (#3621). [Todd Strader] +* Fix inconsistent naming of generate scope arrays (#3840). [Andrew Nolte] +* Fix namespace fallback resolution (#3863) (#3942). [Aleksander Kiryk, Antmicro Ltd] +* Fix std:: to be parsed first (#3864) (#3928). [Aleksander Kiryk, Antmicro Ltd] +* Fix cmake warning if multiple SOURCES w/o PREFIX (#3916) (#3927). [Yoda Lee] +* Fix paramaterized class function linkage (#3917). [Ryszard Rozak] +* Fix static members of type aliases of a parametrized class (#3922). [Ryszard Rozak, Antmicro Ltd] +* Fix class extend parameter dot case (#3926). [Ryszard Rozak, Antmicro Ltd] +* Fix MsWin missing directory exception, and ::std (#3928) (#3933) (#3935). [Kritik Bhimani] * Fix very long VPI signal names (#3929). [Marlon James] * Fix VPI upper interface scopes not found (#3937). [David Stanford] * Fix virus detection false positive (#3944). [Stuart Morris] +* Fix constant string function assignment (#3945). [Todd Strader] +* Fix constant format field widths (#3946). [Todd Strader] +* Fix class field linking when a super classes is a param (#3949). [Ryszard Rozak, Antmicro Ltd] +* Fix CMake bad C identifiers (#3948) (#3951). [Zixi Li] +* Fix build on HP PA architecture. (#3954) [John David Anglin] Verilator 5.006 2023-01-22