summaryrefslogtreecommitdiff
path: root/frontends/verific/example.sby
blob: ffbf33cab3d2242e065c871e8f6bde71658bf81d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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