mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-08 14:21:25 +00:00
Add some docs for "prove" mode
This commit is contained in:
parent
ffeee1a11f
commit
1410ac4d49
6 changed files with 82 additions and 3 deletions
12
docs/examples/quickstart/prove.sby
Normal file
12
docs/examples/quickstart/prove.sby
Normal file
|
@ -0,0 +1,12 @@
|
|||
[options]
|
||||
mode prove
|
||||
|
||||
[engines]
|
||||
smtbmc
|
||||
|
||||
[script]
|
||||
read_verilog -formal prove.v
|
||||
prep -top testbench
|
||||
|
||||
[files]
|
||||
prove.v
|
Loading…
Add table
Add a link
Reference in a new issue