- Pull rocket dependency back out
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
val defaultVersions = Map(
|
||||
"chisel3" -> "3.4.+",
|
||||
"chisel-iotesters" -> "1.5.+",
|
||||
"rocketchip" -> "1.2.+"
|
||||
"chisel-iotesters" -> "1.5.+"
|
||||
)
|
||||
|
||||
lazy val commonSettings = Seq(
|
||||
@@ -11,7 +10,7 @@ lazy val commonSettings = Seq(
|
||||
version := "0.4-SNAPSHOT",
|
||||
scalaVersion := "2.12.10",
|
||||
scalacOptions := Seq("-deprecation", "-feature", "-language:reflectiveCalls", "-Xsource:2.11"),
|
||||
libraryDependencies ++= Seq("chisel3","chisel-iotesters", "rocketchip").map {
|
||||
libraryDependencies ++= Seq("chisel3","chisel-iotesters").map {
|
||||
dep: String => "edu.berkeley.cs" %% dep % sys.props.getOrElse(dep + "Version", defaultVersions(dep))
|
||||
},
|
||||
libraryDependencies ++= Seq(
|
||||
|
||||
Reference in New Issue
Block a user