1
0
rocket-chip/uncore/build.sbt

20 lines
454 B
Scala

organization := "edu.berkeley.cs"
version := "2.0"
name := "uncore"
scalaVersion := "2.11.6"
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
libraryDependencies ++= (Seq("chisel","junctions","cde").map {
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten
site.settings
site.includeScaladoc()
ghpages.settings
git.remoteRepo := "git@github.com:ucb-bar/uncore.git"