Skip to content
Ruige Lee edited this page Jan 20, 2021 · 4 revisions

RiftCore

Welcome to the RiftCore wiki!

RiftCore is a 9-stage, multi-issue, out of order 64-bits RISC-V Core, which partially supports RV64IMC.


Pineline

  • PC Generate

  • instruction fetch

  • instruction queue

  • instruction decode

  • dispatch (and rename)

  • issue ( and read op)

  • execute

  • writeback

  • commit (and reOrder)

architecture