github pulp-platform/axi v0.35.3

latest releases: v0.39.9, v0.39.8, v0.39.7...
3 years ago

Fixed

  • axi_demux: Eliminate unnecessary stalls of AW channel when the AR channel has reached its
    maximum number of transactions. Prior to this fix, axi_demux would always stall AWs while read
    transactions were at their maximum (that is, while MaxTrans read transactions were outstanding).
    However, this stall is only required when the AW that is being handled by axi_demux is an atomic
    operation (ATOP) that entails an R response. This fix therefore removes unnecessary stalls as
    well as an unnecessary dependency between reads and writes. The integrity of data or transactions
    was not affected by this problem.

Don't miss a new axi release

NewReleases is sending notifications on new releases.