mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
|
|
[options]
|
|
mode bmc
|
|
depth 10
|
|
|
|
[engines]
|
|
smtbmc -s yices
|
|
smtbmc -s boolector
|
|
smtbmc -s z3 --nomem
|
|
abc bmc3
|
|
|
|
[script]
|
|
read_verilog -formal -norestrict -assume-asserts picorv32.v
|
|
read_verilog -formal axicheck.v
|
|
prep -nordff -top testbench
|
|
|
|
[files]
|
|
picorv32.v ~/Work/picorv32/picorv32.v
|
|
axicheck.v ~/Work/picorv32/scripts/smtbmc/axicheck.v
|
|
|