Commentary: Changes update

This commit is contained in:
Wilson Snyder 2023-05-27 07:15:32 -04:00
parent 5efe9367d2
commit 7f12ad9d91
2 changed files with 18 additions and 1 deletions

14
Changes
View File

@ -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.

View File

@ -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