Notes Khakim - EECS-NTNU/rocket-chip GitHub Wiki
Chisel
- chisel-book (https://raw.githubusercontent.com/wiki/schoeberl/chisel-book/chisel-book.pdf)
- chisel-bootcamp (https://github.com/freechipsproject/chisel-bootcamp)
RocketChip structure and architecture
- Introduction to RocketChip code style (https://github.com/Intensivate/learning-journey/wiki/Introduction-to-Rocket-Chip-code-style)
- Desctiption of some RocketChip classes (https://github.com/cnrv/rocket-chip-read)
- Cake pattern in RocketChip (https://raw.githubusercontent.com/Intensivate/learning-journey/master/doc/diagrams/Cake%20Pattern%20in%20Rocket.pdf)
- TileLink specification (https://sifive.cdn.prismic.io/sifive%2F57f93ecf-2c42-46f7-9818-bcdd7d39400a_tilelink-spec-1.7.1.pdf)
- Architecture and Interfaces (https://ra.ziti.uni-heidelberg.de/cag/images/seminars/ws16/2016-noeltner-augustin-report.pdf)
RocketChip simulation
- FPGA-Accelerated Simulation (https://people.eecs.berkeley.edu/~dgkim/static/publications/carrv17-talk.pdf)
- FireSim (https://github.com/firesim/firesim)
RocketChip synthesis
- RocketChip on Nexys4ddr (https://github.com/cnrv/fpga-rocket-chip)
- RocketChip Freedom (https://github.com/EECS-NTNU/freedom)
- RocketChip on ZedBoard (https://github.com/eliaskousk/parallella-riscv)
- Modification of Freedom to run it on Zeowaa board (https://github.com/atrosinenko/freedom/tree/intel-zeowaa)