Trying to verify Verilog/VHDL designs with formal methods and tools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
183 B

[options]
mode prove
depth 30
wait on
[engines]
smtbmc
abc pdr
[script]
verific -vhdl counter.vhd
verific -formal counter_t.sv
prep -top counter_t
[files]
counter.vhd
counter_t.sv