Skip to content

v0.32.0

Compare
Choose a tag to compare
@andreaskurth andreaskurth released this 25 Jan 18:44
· 334 commits to master since this release

Changed

  • axi_atop_filter, axi_burst_splitter, axi_cut, axi_delayer, axi_demux, axi_err_slv,
    axi_isolate, axi_lite_demux, axi_lite_mux, axi_lite_to_axi, axi_lite_xbar,
    axi_multicut, axi_serializer, and axi_sim_mem: Prefix req_t and resp_t type parameters with
    axi_. This prevents type collisions in tools that have problems with correct type resolution
    and isolation. This change is backward-incompatible for all instances of the listed modules
    outside this repository. Users must update all instances of the listed modules in their code.
    Interface variants are not affected and remain backward-compatible.