From 95fa933d15608a0bcee9d49dfb5cd8fa366a9105 Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Wed, 22 Apr 2020 19:38:28 +0200 Subject: [PATCH] Changelog: Add v0.20.0 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243ddc8ab..ded2b2e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +### Added + +### Changed + +### Fixed + + +## 0.20.0 - 2020-04-22 + ### Added - `axi_pkg`: Add `wrap_boundary` function to calculate the boundary of a wrapping burst. - `axi_test`: The random AXI master `rand_axi_master` can now emit wrapping bursts (but does not do @@ -27,8 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `axi_test::rand_axi_master`: Add parameter `AXI_BURST_FIXED`, `AXI_BURST_FIXED` and `AXI_BURST_FIXED`. When enabled master will emit bursts of this type. -### Fixed - ## 0.19.0 - 2020-04-21