1
0
rocket-chip/uncore
2013-08-21 16:00:51 -07:00
..
src/main/scala Merge branch 'chisel-v2' of github.com:ucb-bar/uncore into chisel-v2 2013-08-15 16:22:12 -07:00
build.sbt added resolver, bumped chisel dependency 2013-08-21 16:00:51 -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)