3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 14:04:07 +00:00
sby/docs/examples/quickstart/memory.sby
2017-02-06 16:30:29 +01:00

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