Apply 'make format'

This commit is contained in:
github action
2026-03-21 15:00:48 +00:00
parent 947cbaf330
commit a3222bee94
+2 -1
View File
@@ -11,7 +11,8 @@ import vltest_bootstrap
test.scenarios('linter') test.scenarios('linter')
test.compile(verilator_flags2=['-Wno-fatal', '--structs-packed'], expect_filename=test.golden_filename) test.compile(verilator_flags2=['-Wno-fatal', '--structs-packed'],
expect_filename=test.golden_filename)
test.execute() test.execute()