Revert Microwatt workaround
authorRaptor Engineering Development Team <support@raptorengineering.com>
Sat, 16 Apr 2022 18:36:35 +0000 (13:36 -0500)
committerRaptor Engineering Development Team <support@raptorengineering.com>
Sat, 16 Apr 2022 18:36:35 +0000 (13:36 -0500)
commit95348f69a936ad4dbf02f02f647613d302d3ec14
tree6cff6bb103c3e865810ce6749c77dd3b1ccd7bce
parent58393ccb31657ed59ee3ce383c2417a23efc0c36
Revert Microwatt workaround

The Icache and Dcache controllers are sending
out invalid accesses to Wishbone address space
that is not wired to peripherals, due to a old
Microwat workaround being re-added.

This commit removes the workaround and reenables
the lower address bits, re-aligning the *Cache and
Wishbone address spaces, thus allowing access to
the peripherals.

This partially resolves bug #812
src/soc/bus/external_core.py