1
0
rocket-chip/uncore
Jim Lawson a228dbfa0d Revert "Update library dependencies (jenkins builds)"
This reverts commit e7a12143d0bfe8b3b4a4dcc78d119a89553ade8c.
2014-03-20 10:40:05 -07:00
..
src/main/scala Don't assign to your own inputs 2014-02-12 18:39:40 -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
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)