Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ucb-bar/hwacha

Microarchitecture implementation of the decoupled vector-fetch accelerator
https://github.com/ucb-bar/hwacha

Last synced: 5 days ago
JSON representation

Microarchitecture implementation of the decoupled vector-fetch accelerator

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).