Skip to content

Commit 8f0de0a

Browse files
committed
Changelog: Add v0.18.0
1 parent ef890ef commit 8f0de0a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)