ucb-bar / riscv-mini

Simple RISC-V 3-stage Pipeline in Chisel
Other
511 stars 102 forks source link

Chisel improvements #51

Closed ObiWanRohan closed 2 years ago

ObiWanRohan commented 2 years ago
ekiwi commented 2 years ago

This looks great!

Only the register initialization now looks a little more noisy. Could you try to investigate whether Bundle Literals could be used to do the initialization?

ObiWanRohan commented 2 years ago

Bundle Literals can be used for the initialisation. I hadn't used them since they are still experimental.