From c4a4f35ec4edaa747853ceb4bb31b4cc12aaa5db Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 2 Sep 2026 22:15:13 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 0ac333c75..d7e60f13d 100644 --- a/Changes +++ b/Changes @@ -99,6 +99,7 @@ Verilator 5.051 devel * Fix use-after-free in V3LinkDotIfaceCapture (#7943). [Nick Brereton] * Fix sampled-value clocks in repeated assertions (#7944). [Artur Bieniek, Antmicro Ltd.] * Fix queued $finish/$stop request thread ordering (#7946 prep) (#7952). [Yilou Wang] +* Fix NFA assertion scheduling to fix outcome counts (#7946). [Yilou Wang] * Fix DFG nested shifts with overflowing shift amount (#7955) (#7977). * Fix timing controls in interface tasks called via virtual interface (#7959). [Yilou Wang] * Fix lambda parameter types in queue min and max (#7962). [Bartosz Skorowski] @@ -155,7 +156,7 @@ Verilator 5.051 devel * Fix unordered data hazards in multi-threaded scheduling (#8133). [Geza Lore, Testorrent USA, Inc.] * Fix public table offsets larger than 32 bits (#8135). [Sunimali Rathnayake] * Fix 'get-value' for empty constrained arrays (#8138). [Kornel Uriasz, Antmicro Ltd.] -* Fix streaming concatenation uninitialized RMW access (#8143). [Geza Lore, Testorrent USA, Inc.] +* Fix streaming concatenation uninitialized read-modify-write access (#8143). [Geza Lore, Testorrent USA, Inc.] * Fix unpacked array passing to logic task argument error (#8148). [Pawel Klopotek, Antmicro Ltd.] * Fix $past in final blocks on a sampling-tick finish (#8153). [Yilou Wang] * Fix array reference in reduction constraints (#8158). [Kornel Uriasz, Antmicro Ltd.]