[SBT] Don't push stuff on to midas's RT classpath

Invoke from the parent project instead
This commit is contained in:
David Biancolin 2020-05-28 06:07:27 +00:00
parent c2d8e3a46e
commit 5a1c4e727c
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ lazy val midas = (project in file("midas"))
.dependsOn(barstools, rocketchip)
.settings(commonSettings,
Test / unmanagedBase := (chipyardRoot / baseDirectory).value / "test_lib",
Runtime / fullClasspathAsJars ++= ((firesimRef / Runtime / fullClasspath).value ++
(firechip / Runtime / fullClasspath).value)
)
lazy val firesimLib = (project in file("firesim-lib"))