mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 18:30:25 +00:00
Improve docs for verific bindings, add simply sby example
This commit is contained in:
parent
b3bc7068d1
commit
2785aaffeb
5 changed files with 89 additions and 48 deletions
16
frontends/verific/example.sby
Normal file
16
frontends/verific/example.sby
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Simple SymbiYosys example job utilizing Verific
|
||||
|
||||
[options]
|
||||
mode prove
|
||||
depth 10
|
||||
|
||||
[engines]
|
||||
smtbmc yices
|
||||
|
||||
[script]
|
||||
verific -sv example.sv
|
||||
verific -import top
|
||||
prep -top top
|
||||
|
||||
[files]
|
||||
example.sv
|
Loading…
Add table
Add a link
Reference in a new issue