com.verificationgentleman.gradle.hdvl.c
Owner: Tudor Timi
A plugin that adds support for compiling and running C code in HDL simulators through the DPI
https://github.com/tudortimi/gradle-hdvl/blob/master/README.md
Sources: https://github.com/tudortimi/gradle-hdvl
Version 0.2.7 (latest)
0.2.7
Created 30 June 2024.
A plugin that adds support for compiling and running C code in HDL simulators through the DPI
Add this plugin to your build using the plugins DSL:
plugins {
id("com.verificationgentleman.gradle.hdvl.c") version "0.2.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.verificationgentleman.gradle:gradle-hdvl:0.2.7") } } apply(plugin = "com.verificationgentleman.gradle.hdvl.c")
- Applying plugins to all subprojects .