mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 14:04:07 +00:00
15 lines
149 B
Plaintext
15 lines
149 B
Plaintext
[options]
|
|
mode bmc
|
|
depth 10
|
|
expect fail
|
|
|
|
[engines]
|
|
smtbmc -s boolector
|
|
|
|
[script]
|
|
read_verilog -formal memory.v
|
|
prep -top testbench
|
|
|
|
[files]
|
|
memory.v
|