tsgts / hwacha

Microarchitecture implementation of the decoupled vector-fetch accelerator

Home Page:http://hwacha.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source repository for the Hwacha vector-thread co-processor.

To use this coprocessor, include this repo as a git submodule and add it as 
to your chip's build.scala as a Project, e.g.
lazy val hwacha = Project("hwacha", file("hwacha"), settings = buildSettings)

Hwacha depends on the Chisel and Hardloat projects, make sure these libraries' 
jars are installed.

About

Microarchitecture implementation of the decoupled vector-fetch accelerator

http://hwacha.org/


Languages

Language:Scala 100.0%