1
0
forked from tanchou/Verilog
Files
Verilog_Louis/Help/counter2/verification/counter1.sby
Gamenight77 f5e73d7379 struct
2025-05-02 15:51:18 +02:00

27 lines
285 B
Plaintext

[tasks]
bmc
prove
cover
[options]
bmc: mode bmc
prove: mode prove
cover: mode cover
bmc: depth 100
[engines]
smtbmc
#smtbmc z3
#abc bmc3
[script]
read -verific
read -sv counter.v
read -formal counter_formal.sv
prep -top counter
[files]
../src/verilog/counter.v
counter_formal.sv