Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 296 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 296 Bytes

NiCore (A rv64 core with MMU)

This project contains a RISC-V 5-stage in-order core with an Sv39 MMU, supporting Integer and Multiplication extensions. To debug the core, I also developed an RV64 emulator in C for differential testing against the core (https://github.com/PorterLu/sustemu).