Skip to content

v0.18.0

Compare
Choose a tag to compare
@andreaskurth andreaskurth released this 24 Mar 09:35
· 838 commits to master since this release

Changes since 0.17.0

Added

  • axi_dw_converter: a data width converter between AXI interfaces of any data width. Depending on
    its parametrization, this module instantiates one of the following:
    • axi_dw_downsizer: a data width converter between a wide AXI master and a narrower slave.
    • axi_dw_upsizer: a data width converter between a narrow AXI master and a wider slave.