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
210 B

  1. [options]
  2. mode prove
  3. depth 20
  4. # falis with multiclock disabled
  5. multiclock off
  6. [engines]
  7. smtbmc
  8. [script]
  9. verific -vhdl dlatch.vhd
  10. verific -formal dlatch_t.sv
  11. prep -top dlatch_t
  12. [files]
  13. dlatch.vhd
  14. dlatch_t.sv