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.

15 lines
172 B

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