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:
parent
832888f0f0
commit
ee769996d0
3 changed files with 206 additions and 0 deletions
22
docs/examples/fifo/fifo.sby
Normal file
22
docs/examples/fifo/fifo.sby
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue