From 587355b77b8ce94dcd600efbd5d5bd118ff913a7 Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Thu, 25 Jul 2024 14:42:26 +0200 Subject: [PATCH] Release v0.39.4 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- axi.core | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b240e23a3..96ee48c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased + +## 0.39.4 - 2024-07-25 ### Added - `axi_sim_mem`: Increase number of request ports, add multiport interface variant. - `axi_bus_compare`: Optionally consider AXI `size` field to only compare used data. @@ -17,12 +19,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `axi_to_detailed_mem`: Only respond with `exokay` if `lock` was set on the request. Bump `common_cells` for `mem_to_banks` fix. - `axi_dw_downsizer`: Fix `i_forward_b_beats_queue` underflow. +- `axi_atop_filter`: Add reset state to internal FSM to avoid simulation bug in XSIM. - `axi_test`: Ensure random requests do not cross 4KiB page boundaries. ### Changed - `axi_id_serializer`: Change internal design (and behavior) for simpler code, less hardware, and less stalling. +`v0.39.4` is fully **backward-compatible** to `v0.39.3`. + ## 0.39.3 - 2024-05-08 ### Added - `axi_sim_mem`: Allow response data for uninitialized region to have configurable defined value. diff --git a/VERSION b/VERSION index e0c2d6587..c02e508ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.39.3 +0.39.4 diff --git a/axi.core b/axi.core index 5c60a6969..5d17f61b9 100644 --- a/axi.core +++ b/axi.core @@ -1,6 +1,6 @@ CAPI=2: -name : pulp-platform.org::axi:0.39.3 +name : pulp-platform.org::axi:0.39.4 filesets: rtl: