1
0

Add ability to generate libraryDependency on cde.

This commit is contained in:
Jim Lawson 2015-10-22 11:37:20 -07:00
parent 4f8468b60f
commit 0c587704a7

View File

@ -6,5 +6,5 @@ name := "rocket"
scalaVersion := "2.11.6" scalaVersion := "2.11.6"
libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore", "junctions").map { libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore", "junctions", "cde").map {
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten