• Jan Marjanovic's avatar
    xwb_axi4_bridge: fix issues with the AXI4 side · ebfcc751
    Jan Marjanovic authored
    This commit solves some issues which were observed when using the
    AXI to Wishbone bridge in Zynq UltraScale+ together with mmap in
    Python.
    
    In this situation it happens that two read or write access follow
    in a very short time interval. Before this commit, the bridge
    incorrectly reported always ready on read and write address channels.
    When the two accesses followed in rapid succession, the second
    one was lost, causing a timeout in the upstream interconnect.
    ebfcc751
Name
Last commit
Last update
doc Loading commit data...
modules Loading commit data...
platform Loading commit data...
sim Loading commit data...
syn/gsi_pexaria2a/wishbone_demo Loading commit data...
testbench Loading commit data...
top/gsi_pexaria2a/wishbone_demo Loading commit data...
.gitignore Loading commit data...
Manifest.py Loading commit data...