From 199cb3dc14466e45203f7fcafe6482f1503e2ea6 Mon Sep 17 00:00:00 2001 From: Matthew Ballance Date: Sun, 5 Apr 2026 23:35:45 +0000 Subject: [PATCH] Increase dump coverage Signed-off-by: Matthew Ballance --- test_regress/t/t_covergroup_cross.py | 2 +- test_regress/t/t_covergroup_trans.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_regress/t/t_covergroup_cross.py b/test_regress/t/t_covergroup_cross.py index ceec4c59e..dbc7c1913 100755 --- a/test_regress/t/t_covergroup_cross.py +++ b/test_regress/t/t_covergroup_cross.py @@ -11,7 +11,7 @@ import vltest_bootstrap test.scenarios('vlt_all') -test.compile(verilator_flags2=['--coverage']) +test.compile(verilator_flags2=['--coverage --dumpi-tree 3 --dumpi-tree-json 3']) test.execute() diff --git a/test_regress/t/t_covergroup_trans.py b/test_regress/t/t_covergroup_trans.py index 6e9a8f8a2..662328708 100755 --- a/test_regress/t/t_covergroup_trans.py +++ b/test_regress/t/t_covergroup_trans.py @@ -11,7 +11,7 @@ import vltest_bootstrap test.scenarios('vlt_all') -test.compile(verilator_flags2=['--coverage --Wno-COVERIGN']) +test.compile(verilator_flags2=['--coverage --Wno-COVERIGN --dumpi-tree 3 --dumpi-tree-json 3']) test.execute()