mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 14:45:18 +00:00
21 lines
210 B
Plaintext
21 lines
210 B
Plaintext
[tasks]
|
|
pass
|
|
fail
|
|
|
|
[options]
|
|
fail: expect fail
|
|
mode prove
|
|
depth 5
|
|
|
|
[engines]
|
|
smtbmc
|
|
|
|
[script]
|
|
read -sv tristates.v
|
|
pass: prep -top top_pass
|
|
fail: prep -top top_fail
|
|
flatten; tribuf -formal
|
|
|
|
[files]
|
|
tristates.v
|