ucb-bar / riscv-mini

Simple RISC-V 3-stage Pipeline in Chisel
Other
538 stars 110 forks source link

Underlying behavior of each module #26

Closed azimgivron closed 2 years ago

azimgivron commented 4 years ago

Hi,

I've started coding Chisel the past few weeks and I have to work on the risc v mini processor. I am having troubles following which signal is used for what in code. I also do not understand how is the freechips.rocketchip.config suppose to work. So my question is: do you have a report or a commented version of the code that contains the description of the intern signals of each module ?

Thank you