3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-09-04 02:28:08 +00:00

Fixing golden/fifo.sv

Had missed a change from (non golden) fifo.sv.
This commit is contained in:
KrystalDelusion 2022-09-07 09:52:52 +12:00
parent 9edb6ee00b
commit 37140e7e81
3 changed files with 1 additions and 0 deletions

View file

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