Skip to content

Commit 587355b

Browse files
committed
Release v0.39.4
1 parent b9915f5 commit 587355b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## Unreleased
9+
10+
## 0.39.4 - 2024-07-25
911
### Added
1012
- `axi_sim_mem`: Increase number of request ports, add multiport interface variant.
1113
- `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.
1719
- `axi_to_detailed_mem`: Only respond with `exokay` if `lock` was set on the request.
1820
Bump `common_cells` for `mem_to_banks` fix.
1921
- `axi_dw_downsizer`: Fix `i_forward_b_beats_queue` underflow.
22+
- `axi_atop_filter`: Add reset state to internal FSM to avoid simulation bug in XSIM.
2023
- `axi_test`: Ensure random requests do not cross 4KiB page boundaries.
2124

2225
### Changed
2326
- `axi_id_serializer`: Change internal design (and behavior) for simpler code, less hardware, and
2427
less stalling.
2528

29+
`v0.39.4` is fully **backward-compatible** to `v0.39.3`.
30+
2631
## 0.39.3 - 2024-05-08
2732
### Added
2833
- `axi_sim_mem`: Allow response data for uninitialized region to have configurable defined value.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.39.3
1+
0.39.4

axi.core

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CAPI=2:
22

3-
name : pulp-platform.org::axi:0.39.3
3+
name : pulp-platform.org::axi:0.39.4
44

55
filesets:
66
rtl:

0 commit comments

Comments
 (0)