From 0c587704a7fe7c97a6705c7dd78b69b07ad6c145 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 22 Oct 2015 11:37:20 -0700 Subject: [PATCH] Add ability to generate libraryDependency on cde. --- rocket/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocket/build.sbt b/rocket/build.sbt index bfc36cc5..97c51700 100644 --- a/rocket/build.sbt +++ b/rocket/build.sbt @@ -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