added boom and torture | added csmith

This commit is contained in:
abejgonzalez
2019-03-08 17:13:08 -08:00
parent 8b899c519d
commit d80acd8cf8
12 changed files with 2541 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ lazy val rocketchip = RootProject(file("generators/rocket-chip"))
lazy val testchipip = (project in file("generators/testchipip")).settings(commonSettings)
.dependsOn(rocketchip)
lazy val boom = (project in file("generators/boom")).settings(commonSettings)
.dependsOn(rocketchip)
// Checks for -DROCKET_USE_MAVEN.
// If it's there, use a maven dependency.
// Else, depend on subprojects in git submodules.