From b92bf860164618cd91766879980367a15b6f8c68 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 21 Jun 2026 10:14:53 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 5458cd2bd..438a8c265 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,7 @@ Verilator 5.049 devel * Add `--coverage-per-instance` (#7636). [Yogish Sekhar] * Add NOTREDOP error on reduction and negation operators (#7417) (#7623) (#7624). * Add hierarchy-aware reporting to `verilator_coverage` (#7657). [Yogish Sekhar] +* Add FINALDLY error (#7754). [Igor Zaworski, Antmicro Ltd.] * Deprecate isolate_assignments attribute (#7774) (#7144). [Geza Lore, Testorrent USA, Inc.] * Improve `--coverage-fsm` (#7490) (#7529) (#7561) (#7573) (#7619). [Yogish Sekhar] * Change `+verilator+seed` to default to 1, and 0 to randomly select (#7325) (#7516). [Miguel] @@ -67,6 +68,7 @@ Verilator 5.049 devel * Support `s_until` and `s_until_with`(#7722). [Artur Bieniek, Antmicro Ltd.] * Support covergroup runtime model Phase A1 (#7728). [Matthew Ballance] * Support reduction XOR/AND operations in constraints (#7753). [Kornel Uriasz, Antmicro Ltd.] +* Support NBAs in initial blocks (#7754). [Igor Zaworski, Antmicro Ltd.] * Support assertion control system tasks in classes and interfaces (#7761). [Yilou Wang] * Support cover sequence statement (#7764). [Yilou Wang] * Support unpacked struct stream (#7767). [Nick Brereton] @@ -181,6 +183,7 @@ Verilator 5.049 devel * Fix randomization of dynamic arrays of objects (#7790). [Ryszard Rozak, Antmicro Ltd.] * Fix `$bits` on unpacked structs (#4521) (#7796). [Nick Brereton] * Fix randomize() with skipping derived pre/post_randomize (#7799). [Yilou Wang] +* Fix assertion when loop unrolling failed (#7810). [Geza Lore, Testorrent USA, Inc.] Verilator 5.048 2026-04-26