Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 434 Bytes

MagiCore

An out-of-order processor that supports multiple instruction sets. My playground for experimenting with new microarchitecture & ISA ideas.

Architecture

ISA support status

  • RISC-V RV32IMAU
  • RISC-V RV64IMAU
  • eBPF
  • MIPS

Performance

Currently MagiCore's frontend (IFetch/Decode) is not superscalar so the performance is limited to <1 IPC. 2.27 CoreMark/MHz, ~106MHz on Artix 7.