tudortimi / gradle-hdvl

Family of Gradle plugins that provide support for hardware design and verification languages
Apache License 2.0
4 stars 2 forks source link

Compile SVUnit and unit tests in DVT when plugin used #122

Open tudortimi opened 11 months ago

tudortimi commented 11 months ago

When both the DVT and SVUnit plugins are applied, the default.build should also compile SVUnit and the unit tests. It should compile all unit tests. It should not be affected by any other invocation of SVUnit, especially where subsets are selected.

The buildSVUnit script can be used. It should be run in a separate directory from where runSVUnit is called, to ensure that they don't interfere.