[sbt] Use tools/chisel3 not rocketchip/chisel3
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user