mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-30 15:43:46 +00:00
tests: fix the rest
This commit is contained in:
parent
cf2431ac2d
commit
cc5ebf8ee8
16 changed files with 36 additions and 10 deletions
|
|
@ -116,5 +116,6 @@ for idx in range(args.count):
|
|||
print('opt; wreduce; share%s; opt; fsm;;' % random.choice(['', ' -aggressive']))
|
||||
print('cd ..')
|
||||
print('miter -equiv -flatten -ignore_gold_x -make_outputs -make_outcmp gold gate miter')
|
||||
print('formalff -clk2ff')
|
||||
print('sat -verify-no-timeout -timeout 20 -seq 5 -set-at 1 %s_rst 1 -prove trigger 0 -prove-skip 1 -show-inputs -show-outputs miter' % ('gold' if rst2 else 'in'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue