We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这个在我的一个项目demo里面详细提到了整个流程,总的来说包括三步:
使用chisel编写自己的加速器模块,进行单元测试
将加速器配置进rocket,这个在前面的学习笔记3有介绍,就是熟悉cake pattern
使用c example跑测试例子
详细情况移步 https://github.com/meton-robean/Vector_MulAdd_Accelerator 这个项目demo实现了几个基于Rocc的加速器demo。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Design and programming of a coprocessor for a RISC-V architecture 99页详细文档
No branches or pull requests
这个在我的一个项目demo里面详细提到了整个流程,总的来说包括三步:
使用chisel编写自己的加速器模块,进行单元测试
将加速器配置进rocket,这个在前面的学习笔记3有介绍,就是熟悉cake pattern
使用c example跑测试例子
详细情况移步 https://github.com/meton-robean/Vector_MulAdd_Accelerator
这个项目demo实现了几个基于Rocc的加速器demo。
The text was updated successfully, but these errors were encountered: