1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ name := "rocket"
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