3
0
Fork 0
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:
Clifford Wolf 2017-07-22 11:58:51 +02:00
parent b3bc7068d1
commit 2785aaffeb
5 changed files with 89 additions and 48 deletions

View 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