From 6b48b772d37824f406bf2abaff42b9d89acc1eb6 Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 24 May 2026 15:43:38 +0000 Subject: [PATCH] Apply 'make format' --- test_regress/t/t_cover_hier_inline.py | 6 ++++-- test_regress/t/t_cover_hier_noinline.py | 0 2 files changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 test_regress/t/t_cover_hier_inline.py mode change 100644 => 100755 test_regress/t/t_cover_hier_noinline.py diff --git a/test_regress/t/t_cover_hier_inline.py b/test_regress/t/t_cover_hier_inline.py old mode 100644 new mode 100755 index 3ba323d5b..7bc7313df --- a/test_regress/t/t_cover_hier_inline.py +++ b/test_regress/t/t_cover_hier_inline.py @@ -14,8 +14,10 @@ test.scenarios('vlt') # Keep this paired with t_cover_hier_noinline.py: both tests use the same # source and golden so inline and no-inline coverage are checked for parity. test.compile(top_filename="t/t_cover_hier.v", - v_flags2=["+define+INLINE_CHILD --assert --coverage-line --coverage-user " - "t/t_cover_hier.cpp"], + v_flags2=[ + "+define+INLINE_CHILD --assert --coverage-line --coverage-user " + "t/t_cover_hier.cpp" + ], verilator_flags2=["--exe --top-module t"], make_flags=['CPPFLAGS_ADD=-DTEST_OBJ_DIR="' + test.obj_dir + '"'], make_main=False) diff --git a/test_regress/t/t_cover_hier_noinline.py b/test_regress/t/t_cover_hier_noinline.py old mode 100644 new mode 100755