Skip to content

v0.39.4

Latest
Compare
Choose a tag to compare
@micprog micprog released this 25 Jul 13:12
· 5 commits to master since this release

0.39.4 - 2024-07-25

Added

  • axi_sim_mem: Increase number of request ports, add multiport interface variant.
  • axi_bus_compare: Optionally consider AXI size field to only compare used data.
  • AXI_BUS_DV: Add property checking that bursts do not cross 4KiB page boundaries.
  • Add axi_xbar_unmuxed: Partial crossbar with unmultiplexed mst_ports.

Fixed

  • axi_bus_compare: Fix mismatch detection.
  • axi_to_detailed_mem: Only respond with exokay if lock was set on the request.
    Bump common_cells for mem_to_banks fix.
  • axi_dw_downsizer: Fix i_forward_b_beats_queue underflow.
  • axi_atop_filter: Add reset state to internal FSM to avoid simulation bug in XSIM.
  • axi_test: Ensure random requests do not cross 4KiB page boundaries.

Changed

  • axi_id_serializer: Change internal design (and behavior) for simpler code, less hardware, and
    less stalling.

v0.39.4 is fully backward-compatible to v0.39.3.