LudwigCRON/vpm

support testcases import

Opened this issue · 1 comments

a package is a list of verilog files to implement a functionality. This should be tested and it is useful the test an IP and its integration.

A basic testcases of the IP can be included in a package.

  • add package.yml testcases category
  • parameter of vpm install to select whether testcases are installed or not

optional testcases installation will be set in the configuration file vpm.config of the project.
Implement #2 first.