Commentary: Changes update

This commit is contained in:
Wilson Snyder 2023-05-05 20:24:45 -04:00
parent d308a561e4
commit 3250ee5707

12
Changes
View File

@ -11,8 +11,20 @@ contributors that suggested a given feature are shown in []. Thanks!
Verilator 5.011 devel
==========================
**Major:**
* With -j or --build-jobs, multithread Verilator's emit phase of Verilation. [Kamil Rakoczy, Antmicro Ltd]
Additional Verilator-internal stages will become multithreaded over time.
**Minor:**
* Optimize VPI callValueCbs (#4155). [Hennadii Chernyshchyk]
* Fix marking overridden methods as coroutines (#4120) (#4169). [Krzysztof Bieganski, Antmicro Ltd]
* Fix duplicate static names in blocks in functions (#4144) (#4160). [Stefan Wallentowitz]
* Fix initialization order of initial static after function/task (#4159). [Kamil Rakoczy, Antmicro Ltd]
* Fix linking AstRefDType if it has parameterized class ref (#4164) (#4170). [Ryszard Rozak, Antmicro Ltd]
* Fix crash caused by $display() optimization (#4165) (#4166). [Tudor Timi]
* Fix detection of wire/reg duplicates.
Verilator 5.010 2023-04-30