1
0
rocket-chip/uncore/build.sbt

20 lines
454 B
Plaintext
Raw Normal View History

2015-04-29 22:18:26 +02:00
organization := "edu.berkeley.cs"
version := "2.0"
name := "uncore"
2015-08-04 04:50:58 +02:00
scalaVersion := "2.11.6"
2015-04-29 22:18:26 +02:00
2015-07-30 03:04:30 +02:00
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
libraryDependencies ++= (Seq("chisel","junctions","cde").map {
2015-07-29 00:15:34 +02:00
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten
2015-04-29 22:18:26 +02:00
site.settings
site.includeScaladoc()
2015-04-29 22:18:26 +02:00
ghpages.settings
git.remoteRepo := "git@github.com:ucb-bar/uncore.git"