From 7f12ad9d91cc49eb36a4d68c744299b383b5924c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 27 May 2023 07:15:32 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 14 +++++++++++++- docs/spelling.txt | 5 +++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 46ffccb0b..7ae45eb62 100644 --- a/Changes +++ b/Changes @@ -18,7 +18,9 @@ Verilator 5.011 devel **Minor:** -* Support get_randstate/set_randstate class method function. +* Support inside expressions with strings and doubles (#4138) (#4139). [Krzysztof Boroński] +* Support get_randstate/set_randstate class method functions. +* Add NEWERSTD warning when using feature in newer language standard (#4168) (#4172). [Ethan Sifferman] * Add creating __inputs.vpp file with --debug (#4177). [Tudor Timi] * Optimize VPI callValueCbs (#4155). [Hennadii Chernyshchyk] * Configure for faster C++ linking using 'mold', if it is installed. @@ -33,7 +35,17 @@ Verilator 5.011 devel * Fix arrays of unpacked structs (#4173). [Risto Pejašinović] * Fix $fscanf of decimals overflowing variables (#4174). [Ahmed El-Mahmoudy] * Fix super.new missing data type (#4147). [Tudor Timi] +* Fix missing class forward declarations (#4151). [Krzysztof Boroński] +* Fix hashes of instances of parameterized classes (#4182). [Ryszard Rozak, Antmicro Ltd] +* Fix forced assignments that override non-continuous assignments (#4183) (#4192). [Krzysztof Bieganski, Antmicro Ltd] +* Fix wide structure VL_TOSTRING_W generation (#4188) (#4189). [Aylon Chaim Porat] +* Fix references to members of parameterized base classes (#4196). [Ryszard Rozak, Antmicro Ltd] +* Fix dotted references in parameterized classes (#4206). [Ryszard Rozak, Antmicro Ltd] +* Fix bit selections under parameterized classes (#4210). [Ryszard Rozak, Antmicro Ltd] * Fix duplicate std:: declaration with -I (#4215). [Harald Pretl] +* Fix deep traversal of class inheritance timing (#4216). [Krzysztof Boroński] +* Fix class parameters of enum types (#4219). [Ryszard Rozak, Antmicro Ltd] +* Fix missing assignment for wide unpacked structs (#4233). [Jiamin Zhu] * Fix detection of wire/reg duplicates. * Fix false IMPLICITSTATIC on package functions. diff --git a/docs/spelling.txt b/docs/spelling.txt index 85817af63..2dca6d079 100644 --- a/docs/spelling.txt +++ b/docs/spelling.txt @@ -260,6 +260,7 @@ Prateek Pre Preprocess Pretet +Pretl Priyadharshini Pullup Pulver @@ -472,6 +473,7 @@ constexpr constpool coredump coroutine +coroutines countbits countones cout @@ -792,6 +794,7 @@ qrq radix randc randcase +randstate rarr rdtsc reStructuredText @@ -897,6 +900,7 @@ typedefs typename uint un +unbased undef undefineall undriven @@ -967,3 +971,4 @@ ypq yurivict zdave Øyvind +