From 9150e9b5225c7ace807bfccd6866a30e23a162aa Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 4 Mar 2026 20:07:05 -0500 Subject: [PATCH] Commentary: Changes update --- Changes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 86fd3d1b2..6257cfbe6 100644 --- a/Changes +++ b/Changes @@ -13,16 +13,22 @@ Verilator 5.047 devel **Other:** +* Support inout inside SV interface (#3466) (#7134). [Nick Brereton] +* Support array reduction methods with 'with' clause in constraints (#6455) (#6999). [Rahul Behl] +* Support constraint imperfect distributions (#6811) (#7168). [Yilou Wang] +* Support VPI array indexing in signal names (#7097) (#7187). [Christian Hecken] * Support soft constraint solving (#7124) (#7166). [Yilou Wang] * Support constraints on fixed-size array of class object members (#7170) (#7183). [Yilou Wang] * Add VPI callback support to --main (#7145). * Add V3LiftExpr pass to lower impure expressions and calls (#7141) (#7164). [Geza Lore, Testorrent USA, Inc.] +* Add --func-recursion-depth CLI option (#7175) (#7179). * Improve assignment-compatibility type check (#2843) (#5666) (#7052). [Pawel Kojma, Antmicro Ltd.] * Optimize size of trace declaration object code (#7150). [Szymon Gizler, Antmicro Ltd.] * Optimize function call return value temporaries (#7152). [Geza Lore, Testorrent USA, Inc.] * Optimize conditional merging across some impure statements (#7159). [Geza Lore, Testorrent USA, Inc.] * Fix lambda coroutines (#6106) (#7135). [Nick Brereton] -* Fix interface localparam dependencies and arbitrary nesting (#6936) (#7128). [em2machine] +* Fix super constructor calls with local variables (#6214) (#6933). [Igor Zaworski, Antmicro Ltd.] +* Fix interface localparam dependencies and arbitrary nesting (#6936) (#7128) (#7188) (#7190). [em2machine] * Fix errant integer promotion (#7012). [Todd Strader] * Fix scheduling non-determinism (#7120) (#7162) (#7165). [Geza Lore, Testorrent USA, Inc.] * Fix parameters inside std::randomize `with` clause (#7140). [Kamil Danecki, Antmicro Ltd.]