• Marcus Comstedt's avatar
    Fix response signalling in AXI4Lite-to-WB bridge wrapper · b839fbb2
    Marcus Comstedt authored
    The response should not be EXOKAY unless an atomic access is requested
    by the master using the LOCK signals.  This bridge does not even
    support atomic accesses (it's an AXI4-Lite slave and does not have the
    LOCK signals) so it's required to respond OKAY even if the master
    does attempt an atomic access (this is how the master knows that the
    slave does not support atomic accesses).  The AXI4-Lite specification
    clearly states that the EXOKAY response is not supported in AXI4-Lite.
    b839fbb2
Name
Last commit
Last update
LICENSES Loading commit data...
distribution Loading commit data...
doc Loading commit data...
modules Loading commit data...
platform Loading commit data...
sim Loading commit data...
software Loading commit data...
syn/gsi_pexaria2a/wishbone_demo Loading commit data...
testbench Loading commit data...
tools Loading commit data...
top/gsi_pexaria2a/wishbone_demo Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.koji Loading commit data...
CHANGELOG.rst Loading commit data...
Manifest.py Loading commit data...
README.md Loading commit data...
common.mk Loading commit data...