1
0
rocket-chip/uncore
2014-11-12 12:55:07 -08:00
..
src/main/scala Added uncached write data queue to coherence hub 2014-11-12 12:55:07 -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.