diff --git a/Changes b/Changes index 08d60bba0..9428c6eac 100644 --- a/Changes +++ b/Changes @@ -206,6 +206,7 @@ Verilator 5.049 devel * Fix lifetime of expression coverage variable (#7834). [Ryszard Rozak, Antmicro Ltd.] * Fix disable iff ignored when its condition is held continuously true (#7841). [Yilou Wang] * Fix constant pool cache after dead scope removal (#7845). [Nick Brereton] +* Fix covergroups without --coverage (#7848) (#7849). [Joshua Leahy] Verilator 5.048 2026-04-26 diff --git a/test_regress/t/t_config_libmap_inc.py b/test_regress/t/t_config_libmap_inc.py index 10db367a5..bbe991e93 100755 --- a/test_regress/t/t_config_libmap_inc.py +++ b/test_regress/t/t_config_libmap_inc.py @@ -9,7 +9,6 @@ import vltest_bootstrap -test.scenarios('simulator') test.scenarios('linter') test.lint(verilator_flags2=["-libmap t/t_config_libmap_inc.map"],