From d01b91706227d1961aeb5e8a46fd22a0394824b5 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 7 Sep 2024 15:24:06 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes b/Changes index 42944dd49..b0e88f90e 100644 --- a/Changes +++ b/Changes @@ -13,16 +13,26 @@ Verilator 5.029 devel **Minor:** +* Support IEEE-compliant intra-assign delays (#3711) (#5441). [Krzysztof Bieganski, Antmicro Ltd.] * Support unconstrained randomization for unions (#5395) (#5396). [Yilou Wang] +* Support appending to queue via `[]` (#5421). [Krzysztof Bieganski, Antmicro Ltd.] +* Support named event locals (#5422). [Krzysztof Bieganski, Antmicro Ltd.] +* Add partial coverage symbol and branch data in lcov info files (#5388). [Andrew Nolte] * Add method to check if there are VPI callbacks of the given type (#5399). [Kaleb Barrett] * Improve Verilation thread pool (#5161). [Bartłomiej Chmiel, Antmicro Ltd.] +* Improve performance of V3VariableOrder with parallelism (#5406). [Bartłomiej Chmiel, Antmicro Ltd.] * Fix performance of V3Trace when many activity blocks (#5372). [Deniz Güzel] * Fix REALCVT warning on integral timescale conversions (#5378). [Liam Braun] * Fix dot fallback finding wrong symbols (#5394). [Arkadiusz Kozdra, Antmicro Ltd.] * Fix infinite recursion due to recursive functions/tasks (#5398). [Krzysztof Bieganski, Antmicro Ltd.] +* Fix V3Randomize compile error on old GCC (#5403) (#5417). [Krzysztof Bieganski, Antmicro Ltd.] * Fix empty `foreach` in `if` in constraints (#5408). [Krzysztof Bieganski, Antmicro Ltd.] * Fix queue `[$-i]` select as reference argument (#5411). [Krzysztof Bieganski, Antmicro Ltd.] * Fix `pre`/`post_randomize` on `randomize() with` (#5412). [Krzysztof Bieganski, Antmicro Ltd.] +* Fix capturing params in `randomize() with` (#5416) (#5418). [Krzysztof Bieganski, Antmicro Ltd.] +* Fix sformatf internal error on initial automatics (#5423). [Todd Strader] +* Fix clearing trigger of events with no sensitivity trees (#5426). [Arkadiusz Kozdra, Antmicro Ltd.] +* Fix driving clocking block in reactive region (#5430). [Krzysztof Bieganski, Antmicro Ltd.] Verilator 5.028 2024-08-21