3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-08-05 02:53:37 +00:00
sby/docs/examples/fifo/fifo.sby
2026-08-04 11:51:16 +02:00

29 lines
307 B
Text

[tasks]
basic bmc
nofullskip prove
cover
noverific cover
basic cover : default
[options]
cover:
mode cover
--
prove:
mode prove
--
bmc:
mode bmc
--
[engines]
smtbmc boolector
[script]
nofullskip: read -define NO_FULL_SKIP=1
noverific: read -noverific
read -formal fifo.sv
prep -top fifo
[files]
fifo.sv