counter.sby 239 Bytes
Newer Older
sakundu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[options]
mode prove
depth 100

[engines]
smtbmc

[script]
read -formal delta_counter.sv
read -formal counter.sv
read -formal counter_properties.sv
prep -top counter

[files]
counter_properties.sv
../src/counter.sv
../src/delta_counter.sv