Apply 'make format'

This commit is contained in:
github action 2025-12-21 13:59:15 +00:00
parent 361ab194ff
commit e6877e83fd
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@ import vltest_bootstrap
test.scenarios('simulator')
test.compile(fails=test.vlt_all, expect_filename=test.golden_filename,
test.compile(fails=test.vlt_all,
expect_filename=test.golden_filename,
verilator_flags2=["--binary"])
if not test.vlt_all:

View File

@ -11,7 +11,8 @@ import vltest_bootstrap
test.scenarios('simulator')
test.compile(fails=test.vlt_all, expect_filename=test.golden_filename,
test.compile(fails=test.vlt_all,
expect_filename=test.golden_filename,
verilator_flags2=["--binary"])
if not test.vlt_all: