Apply 'make format' [ci skip]
This commit is contained in:
parent
ba8e4f9dec
commit
5bd8c49448
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue