1
0
rocket-chip/rocket/build.sbt

11 lines
280 B
Plaintext
Raw Normal View History

2014-08-19 04:23:10 +02:00
organization := "edu.berkeley.cs"
version := "1.2"
name := "rocket"
2015-08-04 04:51:08 +02:00
scalaVersion := "2.11.6"
2015-07-28 23:35:26 +02:00
libraryDependencies ++= (Seq("chisel", "hardfloat", "uncore", "junctions", "cde").map {
2015-07-28 23:35:26 +02:00
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten