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.

20 lines
252 B

  1. [options]
  2. depth 30
  3. wait on
  4. mode prove
  5. #mode bmc
  6. #mode cover
  7. [engines]
  8. smtbmc --nomem
  9. #abc pdr
  10. [script]
  11. verific -vhdl vai_reg.vhd
  12. verific -formal properties.sv
  13. verific -import -extnets -all vai_reg
  14. prep -top vai_reg
  15. [files]
  16. vai_reg.vhd
  17. properties.sv