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

6 years ago
  1. [options]
  2. mode prove
  3. #mode bmc
  4. #depth 20
  5. [engines]
  6. smtbmc
  7. [script]
  8. verific -vhdl alu.vhd
  9. verific -formal alu_t.sv
  10. prep -top alu_t
  11. [files]
  12. alu.vhd
  13. alu_t.sv