1
0
rocket-chip/uncore
2014-05-07 01:51:46 -07:00
..
src/main/scala L2-specific metadataarray wrapper, hookups to tshrfile 2014-05-07 01:51:46 -07: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 Add chisel-dependent.sbt for -DchiselVersion="latest.release" 2014-04-17 17:01:40 -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)