mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-13 00:38:17 +00:00
17 lines
181 B
Plaintext
17 lines
181 B
Plaintext
[options]
|
|
mode prove
|
|
|
|
[engines]
|
|
smtbmc
|
|
|
|
[script]
|
|
read -verific
|
|
read -define demo_counter_abstr_mode=assert
|
|
read -sv abstr.sv
|
|
read -sv demo.v
|
|
prep -top demo
|
|
|
|
[files]
|
|
abstr.sv
|
|
demo.v
|