1
0
rocket-chip/groundtest/build.sbt

11 lines
287 B
Plaintext
Raw Normal View History

2015-10-27 05:37:35 +01:00
organization := "edu.berkeley.cs"
version := "1.2"
name := "groundtest"
scalaVersion := "2.11.6"
libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore", "junctions", "rocket").map {
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten