sergeykhbr / riscv_vhdl

Portable RISC-V System-on-Chip implementation: RTL, debugger and simulators
http://sergeykhbr.github.io/riscv_vhdl/
Apache License 2.0
628 stars 104 forks source link

MMU Support? #13

Closed mateoconlechuga closed 6 years ago

mateoconlechuga commented 6 years ago

Hello, I was wondering if the River core (or perhaps integration of Rocket) supports any form of mmu? Thank you

sergeykhbr commented 6 years ago

Rocket chip has many configuration parameters including MMU. You can find examples with running Linux on it. I developed River CPU for usage in my embedded projects without intention to run Linux (not right now at least). So there's no ready-to-use MMU module.

mateoconlechuga commented 6 years ago

Great, thank you!