3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-03-17 13:43:51 +00:00
sby/docs/examples/fifo/fifo.sby
KrystalDelusion ee769996d0 Initial add of fifo example
Has tests which pass, committing before messing with it while tidying.
2022-04-27 09:02:16 +12:00

22 lines
176 B
Text

[tasks]
cover
prove
[options]
cover:
mode cover
--
prove:
mode prove
--
[engines]
cover: smtbmc
prove: abc pdr
[script]
read -formal fifo.sv
prep -top fifo
[files]
fifo.sv