diff --git a/Changes b/Changes index 86fef83fe..bc034ee96 100644 --- a/Changes +++ b/Changes @@ -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