jlpteaching / dinocpu

A teaching-focused RISC-V CPU design used at UC Davis
BSD 3-Clause "New" or "Revised" License
140 stars 39 forks source link

Merge dual issue cpu from winter quarter 2022 #153

Closed hnpl closed 1 year ago

powerjg commented 1 year ago

Do we really need to duplicate the components in the dual directory?

hnpl commented 1 year ago

Not necessarily. I'll merge components that are used by both pipelined and pipelined-dual-issue.

hnpl commented 1 year ago

Done. I removed the non-combinational pipelined cpu because it's breaking the tests. The cpu is broken because we changed the control signals and didn't fix that.