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

Use Properties to specify arguments or `runSVUnit` command #108

Closed tudortimi closed 1 year ago

tudortimi commented 1 year ago

This allows plugins to customize the calls much more easily. It should also make it possible to define new tasks that call the testWith<tool> tasks, but which add custom command line arguments for the Gradle call.

tudortimi commented 1 year ago

Implemented in #112.