Skip to content
/ hwacha Public

Microarchitecture implementation of the decoupled vector-fetch accelerator

Notifications You must be signed in to change notification settings

ucb-bar/hwacha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Microarchitecture implementation of the decoupled vector-fetch accelerator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages