3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-18 19:02:21 +00:00

Initial add of fifo example

Has tests which pass, committing before messing with it while tidying.
This commit is contained in:
KrystalDelusion 2022-04-27 09:02:16 +12:00
parent 832888f0f0
commit ee769996d0
3 changed files with 206 additions and 0 deletions

View file

@ -0,0 +1,22 @@
[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