Skip to content

Commit

Permalink
Merge pull request #57 from tudortimi/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
tudortimi authored Mar 5, 2022
2 parents 15b6ff1 + 1892f31 commit 2aa3084
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
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.

0 comments on commit 2aa3084

Please sign in to comment.