-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gemmini Integration #356
Gemmini Integration #356
Conversation
Update Gemmini RST. Add quick-build instructions to Gemmini RST
Don't forget to update |
Lgtm |
Can you squash away some of these "bump gemmini" messages. Otherwise fine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. On the sentence fixes, you can go ahead and add them then in the commit title you can put [ci skip]
or [skip ci]
. I'll let you merge this PR once done.
Add instructions on building Gemmini programs, or writing your own programs.
Update gemmini docs
This PR integrates the Gemmini Matrix Multiplication acceleration unit to the Chipyard ecosystem.
This is a RoCC accelerator, and it is integrated very similarly to Hwacha.
It uses RoCC macros instead of dedicated custom assembled instructions.
This PR includes it in CI and in the example projects, and adds relevant documentation. It also bump esp-isa-sim to include the gemmini functional model.