mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
23 lines
234 B
Plaintext
23 lines
234 B
Plaintext
[tasks]
|
|
btormc bmc
|
|
pono bmc
|
|
cover
|
|
|
|
[options]
|
|
bmc: mode bmc
|
|
cover: mode cover
|
|
depth 5
|
|
expect pass
|
|
|
|
[engines]
|
|
btormc: btor btormc
|
|
pono: btor pono
|
|
cover: btor btormc
|
|
|
|
[script]
|
|
read_verilog -sv both_ex.v
|
|
prep -top test
|
|
|
|
[files]
|
|
both_ex.v
|