File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## Unreleased
99
1010### Added
11- - ` axi_dw_converter ` : a data width converter between AXI interfaces of any data width. Depending on
12- its parametrization, this module instantiates one of the following:
13- - ` axi_dw_downsizer ` : a data width converter between a wide AXI master and a narrower slave.
14- - ` axi_dw_upsizer ` : a data width converter between a narrow AXI master and a wider slave.
1511
1612### Changed
1713
1814### Fixed
1915
2016
17+ ## 0.18.0 - 2020-03-24
18+
19+ ### Added
20+ - ` axi_dw_converter ` : a data width converter between AXI interfaces of any data width. Depending on
21+ its parametrization, this module instantiates one of the following:
22+ - ` axi_dw_downsizer ` : a data width converter between a wide AXI master and a narrower slave.
23+ - ` axi_dw_upsizer ` : a data width converter between a narrow AXI master and a wider slave.
24+
25+
2126## 0.17.0 - 2020-03-23
2227
2328### Added
You can’t perform that action at this time.
0 commit comments