3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-07 06:44:06 +00:00
sby/docs/examples/tristate/tristate.sby
2022-06-14 15:31:42 +02:00

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