mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-10 15:20:54 +00:00
25 lines
314 B
Text
25 lines
314 B
Text
[tasks]
|
|
yices
|
|
boolector
|
|
z3
|
|
abc
|
|
|
|
[options]
|
|
mode bmc
|
|
depth 10
|
|
|
|
[engines]
|
|
yices: smtbmc yices
|
|
boolector: smtbmc boolector -ack
|
|
z3: smtbmc --nomem z3
|
|
abc: abc bmc3
|
|
|
|
[script]
|
|
read_verilog -formal -norestrict -assume-asserts picorv32.v
|
|
read_verilog -formal axicheck.v
|
|
prep -top testbench
|
|
|
|
[files]
|
|
picorv32.v
|
|
axicheck.v
|
|
|