https://github.com/ucb-bar/hwacha
Microarchitecture implementation of the decoupled vector-fetch accelerator
https://github.com/ucb-bar/hwacha
Last synced: about 2 months ago
JSON representation
Microarchitecture implementation of the decoupled vector-fetch accelerator
- Host: GitHub
- URL: https://github.com/ucb-bar/hwacha
- Owner: ucb-bar
- Created: 2012-02-08T22:49:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T21:05:11.000Z (over 1 year ago)
- Last Synced: 2025-04-10T01:08:54.601Z (about 2 months ago)
- Language: Scala
- Homepage: http://hwacha.org/
- Size: 3.2 MB
- Stars: 151
- Watchers: 19
- Forks: 43
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hwacha Vector-Thread Co-Processor Sources
To use this co-processor, include this repo as a git submodule and add it as
to your chip's ``build.sbt`` as a Project, e.g.```
lazy val hwacha = Project(file("hwacha"), "hwacha")
.settings(buildSettings)
.dependsOn(rocketchip)
```Hwacha depends on the Rocket Chip project. Make sure the proper JARs are installed.
For more information on how to use this co-processor, refer to (https://github.com/ucb-bar/chipyard).