Apply 'make format'

This commit is contained in:
github action 2026-05-24 15:43:38 +00:00
parent 4fbb8bf43b
commit 6b48b772d3
2 changed files with 4 additions and 2 deletions

6
test_regress/t/t_cover_hier_inline.py Normal file → Executable file
View File

@ -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)

0
test_regress/t/t_cover_hier_noinline.py Normal file → Executable file
View File