From 85d9c38ebf1465c90f6cb3bb9d0ce7a6a4c357ab Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 6 Jun 2026 10:46:18 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 4ce7cff30..e1e9d3d46 100644 --- a/Changes +++ b/Changes @@ -44,6 +44,7 @@ Verilator 5.049 devel * Support generic interface arrays (#7604). [Krzysztof Bieganski, Antmicro Ltd.] * Support FSM detection in primitive wrappers (#7607). [Yogish Sekhar] * Support busses with mix of pullup/pulldown (#7632). [Lucas Amaral] +* Support forceable on unpacked array variables (#7677) (#7678). [Nikolai Kumar] * Support pre/post increment/decrement inside && and || (#7683). [Nick Brereton] * Support streaming into 2-D unpacked arrays (#7686) (#7687). [Paul Swirhun] * Support if/if-else in properties (#7692). [Artur Bieniek, Antmicro Ltd.] @@ -68,6 +69,8 @@ Verilator 5.049 devel * Optimize formatting functions (#7701) (#7702) (#7703). [Geza Lore, Testorrent USA, Inc.] * Optimize DPI import argument passing (#7704). [Geza Lore, Testorrent USA, Inc.] * Optimize runtime assertOn() checks (#7707). [Geza Lore, Testorrent USA, Inc.] +* Optimize $countones and $onehot in DFG. [Geza Lore, Testorrent USA, Inc.] +* Optimize procedural loop unrolling. [Geza Lore, Testorrent USA, Inc.] * Fix TSP variable ordering for mtasks (#5342) (#7610). [Muzaffer Kal] * Fix inlining static initializer in V3Gate (#5381) (#7503). [Andrew Nolte] [Geza Lore, Testorrent USA, Inc.] * Fix segmentation fault when using --trace with --lib-create (#7299) (#7518). [anonkey]