Fix some test suite handling

This commit is contained in:
David Biancolin
2019-05-28 01:50:39 +00:00
parent c0d4e848ba
commit 2a58f387ed
3 changed files with 4 additions and 4 deletions

View File

@@ -21,11 +21,11 @@ lazy val commonSettings = Seq(
val rocketChipDir = file("generators/rocket-chip")
lazy val firesimAsLibrary = sys.env.get("FIRESIM_IS_TOP") == None
lazy val firesimAsLibrary = sys.env.get("FIRESIM_STANDALONE") == None
lazy val firesimDir = if (firesimAsLibrary) {
file("sims/firesim/sim/")
} else {
file("../../sim/")
file("../../")
}
// Checks for -DROCKET_USE_MAVEN.