YosysHQ / picorv32

PicoRV32 - A Size-Optimized RISC-V CPU
ISC License
3.15k stars 759 forks source link

Clarify use of ENABLE_PCPI #252

Closed WillGreen closed 8 months ago

WillGreen commented 8 months ago

I misunderstood the README and set ENABLE_PCPI=1 when using an internal PCPI core. When built with Yosys, this caused the internal core to fail. This change clarifies that you should only use ENABLE_PCPI=1 for external cores.