mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 14:16:07 +00:00
Add fib example using tasks
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
d736fb14f9
commit
951211856d
2 changed files with 91 additions and 0 deletions
28
docs/examples/demos/fib.sby
Normal file
28
docs/examples/demos/fib.sby
Normal file
|
@ -0,0 +1,28 @@
|
|||
[tasks]
|
||||
cover
|
||||
prove
|
||||
live
|
||||
|
||||
[options]
|
||||
cover: mode cover
|
||||
prove: mode prove
|
||||
live: mode live
|
||||
|
||||
[engines]
|
||||
|
||||
cover:
|
||||
smtbmc z3
|
||||
|
||||
prove:
|
||||
abc pdr
|
||||
|
||||
live:
|
||||
aiger suprove
|
||||
--
|
||||
|
||||
[script]
|
||||
read_verilog -formal fib.v
|
||||
prep -top fib
|
||||
|
||||
[files]
|
||||
fib.v
|
Loading…
Add table
Add a link
Reference in a new issue