v0.18.0
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.