From 5cd3d831bbde5d3efaee7e92908b1cc8eebdbb98 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 22 Jan 2023 08:59:06 -0500 Subject: [PATCH] Commentary: Changes update --- Changes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9d31e866c..1580d881c 100644 --- a/Changes +++ b/Changes @@ -13,10 +13,15 @@ Verilator 5.005 devel **Minor:** +* Support clocking blocks (#3674). [Krzysztof Bieganski, Antmicro Ltd] * Support packed structs (#3802). [Aleksander Kiryk, Antmicro Ltd] * Support Windows-native builds using cmake (#3814). [Kritik Bhimani] -* Support clocking blocks (#3674). [Krzysztof Bieganski, Antmicro Ltd] +* Support p format for UnpackArray (#3877). [Aleksander Kiryk, Antmicro Ltd] +* Support property calls without parenthesis (#3879) (#3893). [Ryszard Rozak, Antmicro Ltd] +* Support import/export lists in modport (#3886). [Gökçe Aydos] +* Support class queue equality (#3895). [Ilya Barkov] * Add IMPLICITSTATIC warning when a ftask/function is implicitly static (#3839). [Ryszard Rozak, Antmicro Ltd] +* Add VL_VALUE_STRING_MAX_WORDS override (#3869). [Andrew Nolte] * Optimize expansion of extend operators. * Internal multithreading tests. [Mariusz Glebocki, et al, Antmicro Ltd] * Fix VPI one-time timed callbacks (#2778). [Marlon James, et al] @@ -30,8 +35,15 @@ Verilator 5.005 devel * Fix memory leak in V3Sched, etc. (#3834). [Geza Lore] * Fix compatibility with musl libc / Alpine Linux (#3845). [Sören Tempel] * Fix empty case items crash (#3851). [rporter] +* Fix VL_CPU_RELAX on MIPS/Armel/s390/sparc (#3843) (#3891). [Kamil Rakoczy] +* Fix module parameter name collision (#3854) (#3855). [James Shi] +* Fix unpacked array expansion (#3861). [Joey Liu] +* Fix signed/unsigned parameter types (#3866). [James Shi] +* Fix chain call of abstract class constructor (#3868) (#3883). [Ilya Barkov] +* Fix to use same std in Verilator and Verilated compile (#3881). [Kamil Rakoczy, Antmicro Ltd] * Fix foreach unnamedblk duplicate error (#3885). [Ilya Barkov] * Fix elaboration of member selected classes (#3890). [Ilya Barkov] +* Fix mismatched widths in DFG (#3872). [Geza Lore, Yike Zhou] Verilator 5.004 2022-12-14