https://github.com/lowrisc/junctions
A repository for peripheral components and IO devices associated with the RocketChip project
https://github.com/lowrisc/junctions
Last synced: 9 months ago
JSON representation
A repository for peripheral components and IO devices associated with the RocketChip project
- Host: GitHub
- URL: https://github.com/lowrisc/junctions
- Owner: lowRISC
- License: other
- Created: 2015-08-21T09:51:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T18:39:43.000Z (over 9 years ago)
- Last Synced: 2025-05-14T16:38:15.218Z (10 months ago)
- Language: Scala
- Size: 240 KB
- Stars: 3
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# junctions
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)