[sbt] Use tools/chisel3 not rocketchip/chisel3

This commit is contained in:
David Biancolin
2019-09-12 15:45:45 -07:00
parent 16cc565238
commit 95ae46f4f2

View File

@@ -79,7 +79,7 @@ def isolateAllTests(tests: Seq[TestDefinition]) = tests map { test =>
// before launching sbt if any of the firrtl source files has been updated // before launching sbt if any of the firrtl source files has been updated
// The jar is dropped in chipyard's lib/ directory, which is used as the unmanagedBase // The jar is dropped in chipyard's lib/ directory, which is used as the unmanagedBase
// for all subprojects // for all subprojects
lazy val chisel = (project in rocketChipDir / "chisel3") lazy val chisel = (project in file("tools/chisel3"))
lazy val firrtl_interpreter = (project in file("tools/firrtl-interpreter")) lazy val firrtl_interpreter = (project in file("tools/firrtl-interpreter"))
.settings(commonSettings) .settings(commonSettings)