Library of reusable VHDL components
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.

20 lines
427 B

  1. [tasks]
  2. prove
  3. cover
  4. [options]
  5. depth 20
  6. prove: mode prove
  7. cover: mode cover
  8. [engines]
  9. prove: abc pdr
  10. cover: smtbmc z3
  11. [script]
  12. prove: ghdl --std=08 -gCoverage=false -gFormal=true -gAddressWidth=32 -gDataWidth=32 WishBoneMasterE.vhd -e wishbonemastere
  13. cover: ghdl --std=08 -gCoverage=true -gFormal=true -gAddressWidth=32 -gDataWidth=32 WishBoneMasterE.vhd -e wishbonemastere
  14. prep -auto-top
  15. [files]
  16. ../syn/WishBoneMasterE.vhd