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.
ENABLE_PCPI is only needed for external co-processors.
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 useENABLE_PCPI=1
for external cores.