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

Add possibility to compile `.svh` files if the user really insists #128

Open tudortimi opened 10 months ago

tudortimi commented 10 months ago

Currently, we're filtering .svh files in the plugin core, not using an exclude in the SourceDirectorySet. If we used a default exclude, the user would be able to clear it (using excludes = []) and would be able to specify a .svh file as something that should be compiled directly.

The situation arises in legacy package, where there isn't much discipline.

tudortimi commented 10 months ago

Check how the Java plugin handles this.