-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from tudortimi/update-readme
Update README
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# gradle-hdvl | ||
Gradle plugin that provides support for hardware design and verification languages | ||
Family of Gradle plugins that provide support for hardware design and verification languages | ||
|
||
|
||
## Features | ||
|
||
Generates simulator argument files to compile SystemVerilog and C. | ||
These argument files can be integrated into an existing simulation setup. | ||
|
||
Currently supports Xcelium and QuestaSim. | ||
|
||
Also supports testing using SVUnit and generating DVT projects. | ||
|
||
|
||
## Notes | ||
|
||
The DSL is not yet stable and parts will most definitely change in the future. | ||
The examples serve as de-facto documentation. | ||
|
||
The plugin API is also not yet stable, | ||
so it's probably not a good idea to start writing extensions to it just yet. |