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.

18 lines
197 B

  1. [options]
  2. mode prove
  3. depth 30
  4. multiclock on
  5. wait on
  6. [engines]
  7. smtbmc
  8. abc pdr
  9. [script]
  10. verific -vhdl counter.vhd
  11. verific -formal counter_t.sv
  12. prep -top counter_t
  13. [files]
  14. counter.vhd
  15. counter_t.sv