Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-08-04 08:37:04 +00:00
parent ba8e4f9dec
commit 5bd8c49448
1 changed files with 6 additions and 2 deletions

View File

@ -12,8 +12,12 @@ import vltest_bootstrap
test.scenarios('simulator')
test.compile(verilator_flags2=[
'--top-module', 'jtcop_game', '-Wno-fatal', '-Wno-IMPLICIT',
'-Wno-WIDTHEXPAND', '-Wno-WIDTHTRUNC',
'--top-module',
'jtcop_game',
'-Wno-fatal',
'-Wno-IMPLICIT',
'-Wno-WIDTHEXPAND',
'-Wno-WIDTHTRUNC',
])
test.passes()