Add ability to generate libraryDependency on cde.
This commit is contained in:
parent
4f8468b60f
commit
0c587704a7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user