1
0
Fork 0

fix up build.sbt and add gitignore

This commit is contained in:
Howard Mao 2015-11-10 13:38:39 -08:00
parent d844bee310
commit 520925c207
2 changed files with 3 additions and 2 deletions

1
groundtest/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
target

View File

@ -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