fifo_v3.sby 185 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[options]
mode prove
depth 100

[engines]
smtbmc

[script]
read -formal fifo_v3.sv
read -formal fifo_v3_properties.sv
prep -top fifo_v3

[files]
fifo_v3_properties.sv
../src/fifo_v3.sv