1
0
rocket-chip/uncore
2013-09-10 16:15:41 -07:00
..
src/main/scala NetworkIOs no longer use thunks 2013-09-10 16:15:41 -07:00
build.sbt whitespace error in build.sbt 2013-08-21 16:16:42 -07:00
README standardizing sbt build conventions 2013-08-15 15:57:16 -07:00

This is the repository for uncore components assosciated with UCB_BAR chip
projects. 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)