Add Hwacha config to example project

This commit is contained in:
Jerry Zhao
2019-04-23 16:20:23 -07:00
parent a3516a3fce
commit e0d1ba285d
5 changed files with 30 additions and 4 deletions

View File

@@ -46,7 +46,11 @@ def conditionalDependsOn(prj: Project): Project = {
}
lazy val example = conditionalDependsOn(project in file("."))
.dependsOn(boom, sifive_blocks)
.dependsOn(boom, hwacha, sifive_blocks)
.settings(commonSettings)
lazy val hwacha = (project in file ("generators/hwacha"))
.dependsOn(rebarrocketchip)
.settings(commonSettings)
lazy val boom = (project in file("generators/boom"))