1
0
rocket-chip/uncore
Jim Lawson dec98eb047 Update library dependencies (jenkins builds)
Add chisel as an explicit library dependency
2014-03-18 11:37:08 -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 Update library dependencies (jenkins builds) 2014-03-18 11:37:08 -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)