Skip to content

Commit

Permalink
Add sample project to use for compatibility testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tudortimi committed Jun 30, 2024
1 parent ab703f0 commit 38a5b16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/gradleTest/someProject/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plugins {
id 'com.verificationgentleman.gradle.hdvl.systemverilog'
}

task runGradleTest {
dependsOn 'genFullXrunArgsFile'
}
2 changes: 2 additions & 0 deletions src/gradleTest/someProject/src/main/sv/some_project.sv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package some_project;
endpackage

0 comments on commit 38a5b16

Please sign in to comment.