fix ci warning test
This commit is contained in:
parent
b5a68cf315
commit
391811bcda
|
|
@ -13,7 +13,7 @@ test.scenarios('simulator')
|
|||
|
||||
test.sim_time = 16000
|
||||
|
||||
test.compile(timing_loop=True, verilator_flags2=['--assert', '--timing'])
|
||||
test.compile(timing_loop=True, verilator_flags2=['--assert', '--timing', '-Wno-UNOPTTHREADS'])
|
||||
|
||||
test.execute()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue