mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-11 15:50:56 +00:00
Fixing golden/fifo.sv
Had missed a change from (non golden) fifo.sv.
This commit is contained in:
parent
9edb6ee00b
commit
37140e7e81
3 changed files with 1 additions and 0 deletions
34
docs/examples/fifo/golden/fifo.sby
Normal file
34
docs/examples/fifo/golden/fifo.sby
Normal file
|
@ -0,0 +1,34 @@
|
|||
[tasks]
|
||||
basic bmc
|
||||
nofullskip prove
|
||||
cover
|
||||
noverific cover
|
||||
bigtest cover
|
||||
|
||||
[options]
|
||||
cover:
|
||||
mode cover
|
||||
--
|
||||
prove:
|
||||
mode prove
|
||||
--
|
||||
bmc:
|
||||
mode bmc
|
||||
--
|
||||
bigtest: depth 120
|
||||
~bigtest: depth 10
|
||||
nofullskip: expect fail
|
||||
|
||||
[engines]
|
||||
smtbmc boolector
|
||||
|
||||
[script]
|
||||
nofullskip: read -define NO_FULL_SKIP=1
|
||||
noverific: read -noverific
|
||||
read -formal fifo.sv
|
||||
bigtest: hierarchy -check -top fifo -chparam MAX_DATA 100 -chparam ADDR_BITS 7
|
||||
~bigtest: hierarchy -check -top fifo -chparam MAX_DATA 5 -chparam ADDR_BITS 3
|
||||
prep -top fifo
|
||||
|
||||
[files]
|
||||
fifo.sv
|
Loading…
Add table
Add a link
Reference in a new issue