1
0
rocket-chip/uncore
2015-02-28 17:32:03 -08:00
..
doc doc update 2015-02-02 01:11:13 -08:00
src/main/scala New metadata-based coherence API 2015-02-28 17:32:03 -08:00
.gitignore Properly ignore target files 2013-09-24 16:02:00 -07:00
build.sbt Revert "Update library dependencies (jenkins builds)" 2014-03-20 10:40:05 -07:00
chisel-dependent.sbt better fix with explanation of sbt issue 2014-09-02 15:16:03 -07:00
LICENSE forgot to add LICENSE file 2014-09-12 15:36:29 -07:00
README.md update README 2014-09-17 11:25:14 -07:00

Uncore Library

This is the repository for uncore components assosciated with Rocket chip project. To uses these modules, include this repo as a git submodule within the your chip repository and add it as Project in your chip's build.scala. These components are only dependent on Chisel, i.e.

lazy val uncore = Project("uncore", file("uncore"), settings = buildSettings) dependsOn(chisel)

Documentation about the uncore library will come in the near future.