ucb-bar / riscv-mini

Simple RISC-V 3-stage Pipeline in Chisel
Other
549 stars 112 forks source link

Synchronous read? #40

Closed AwaniK closed 2 years ago

AwaniK commented 3 years ago

Do the memory and regfile have synchronous read operation?

ekiwi commented 2 years ago

Do the memory and regfile have synchronous read operation?

The regfile is using a combinatorial read memory. The cache uses a synchronous read memory.

Changing the read latency on the register file would require some pipeline changes.