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.

16 lines
181 B

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