SpinalHDL / VexRiscv

A FPGA friendly 32 bit RISC-V CPU implementation
MIT License
2.52k stars 420 forks source link

Rename `PmpPlugin -> PmpPluginNapot`, `PmpPluginOld -> PmpPlugin` #378

Closed lschuermann closed 1 year ago

lschuermann commented 1 year ago

As discussed in #374, I'm proposing to rename PmpPlugin to PmpPluginNapot, to better indicate its more limited feature set. The full-fledged but more expensive PMP plugin (PmpPluginOld) is renamed to PmpPlugin. I've also added a short description about the NAPOT-specific plugin to the readme, and changed the individual feature tests to test both the PmpPlugin and PmpPluginNapot.

Dolu1990 commented 1 year ago

Thanks ^^

Dolu1990 commented 10 months ago

@lschuermann MMU design being worked on in VexiiRiscv let's me know if you are interrested for the PMP ^^