YosysHQ / picorv32

PicoRV32 - A Size-Optimized RISC-V CPU
ISC License
3.08k stars 748 forks source link

Clarify use of ENABLE_PCPI #252

Closed WillGreen closed 6 months ago

WillGreen commented 6 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.