1
0
rocket-chip/junctions/README.md

7 lines
353 B
Markdown
Raw Normal View History

2015-07-29 00:52:07 +02:00
# junctions
2015-07-29 01:20:18 +02:00
A repository for peripheral components and IO devices associated with the RocketChip project.
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 junctions = project.dependsOn(chisel)