diff --git a/groundtest/.gitignore b/groundtest/.gitignore new file mode 100644 index 00000000..eb5a316c --- /dev/null +++ b/groundtest/.gitignore @@ -0,0 +1 @@ +target diff --git a/groundtest/build.sbt b/groundtest/build.sbt index 59241fe4..120a2611 100644 --- a/groundtest/build.sbt +++ b/groundtest/build.sbt @@ -1,10 +1,10 @@ organization := "edu.berkeley.cs" -version := "1.2" +version := "1.0" name := "groundtest" scalaVersion := "2.11.6" -libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore", "junctions", "rocket").map { +libraryDependencies ++= (Seq("chisel", "uncore", "junctions", "rocket").map { dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten