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

20 lines
192 B
Plaintext

[tasks]
pass
fail
[options]
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