Skip to content

v0.35.2

Compare
Choose a tag to compare
@andreaskurth andreaskurth released this 14 Apr 18:09
· 252 commits to master since this release

Fixed

  • axi_lite_mux_intf: Fix type of slv and mst interface ports; they were AXI_BUS instead of
    AXI_LITE.
  • axi_xbar_intf: Fix order of parameters. Prior to this fix, the CONNECTIVITY parameter was
    defined using the Cfg parameter before the Cfg parameter was defined.
  • axi_test::axi_rand_master: Improve compatibility with simulators by changing an implication
    inside an assertion to a conditional assertion.