-
Notifications
You must be signed in to change notification settings - Fork 7
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
rocketchip学习笔记0:chisel与rocket学习资料 #23
Comments
rocket的源码解析 博客 |
Scala与chisel的入门进阶 博客https://blog.csdn.net/qq_34291505/article/list/1? 也有英文版的chisel入门github项目https://github.com/Intensivate/learning-journey |
gitbook:关于RISC-V你所需要知道的一切https://legacy.gitbook.com/book/cnrv/riscv-soc-book/details |
tileLink协议规格说明书https://cnrv.io/assets/files/tilelink-spec-1.7.1-draft.zh.pdf |
Chipyardhttps://chipyard.readthedocs.io/en/latest/ Tutorial on FireSim and Chipyard at MICRO 2019 :https://fires.im/micro-2019-tutorial/#schedule
这是一个包含开发基于riscv SoC的所有工具链和示例的一个集合框架,其官方文档十分详细,是入门了解以及开发上手的好切入点 它比Deca项目更加大,包含的工具更多。 |
Decahttps://github.com/meton-robean/deca.git 配合项目demo食用更佳: |
FireSImFPGA-baed 仿真模拟
|
如何使用ROCC设计一个加速器Design and programming of a coprocessor for a RISC-V architecture 99页详细文档 这个文档介绍了rocc一些设计细节,例如rocc指令的延迟特性,rocc L1cache访存延迟分析等等,并给个一个分组加密加速器的样例研究。 访存加速:https://www2.eecs.berkeley.edu/Pubs/TechRpts/2017/EECS-2017-2.pdf RoCC设计拓展相关问题贴: https://groups.google.com/a/groups.riscv.org/forum/#!topic/hw-dev/6AYj2e38Gk4 参考:https://docs.google.com/document/d/1CH2ep4YcL_ojsa3BVHEW-uwcKh1FlFTjH_kg5v8bxVw/edit |
rocket生成器内部结构简介
(这个gitbook还涉及其他方面,可以翻阅参考)
https://chipyard.readthedocs.io/en/dev/Generators/Rocket-Chip.html
The text was updated successfully, but these errors were encountered: