Skip to content

Commit 853ede2

Browse files
committed
Release v0.39.5
1 parent 9652934 commit 853ede2

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 0.39.5 - 2024-10-24
11+
1012
### Fixed
1113
- Disabled the interface variant of `axi_xbar_unmuxed` for VCS, as VCS does not support multi-dimensional arrays of interfaces yet.
1214

13-
## 0.39.4 - 2024-07-25
15+
### Changed
16+
- `axi_id_serialize`: Revert #342 to fix boot problems of CVA6 in Cheshire.
17+
18+
## 0.39.4 - 2024-07-25 (Yanked 2024-10-23)
1419
### Added
1520
- `axi_sim_mem`: Increase number of request ports, add multiport interface variant.
1621
- `axi_bus_compare`: Optionally consider AXI `size` field to only compare used data.

VERSION

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

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.4
3+
name : pulp-platform.org::axi:0.39.5
44

55
filesets:
66
rtl:

ips_list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
common_cells:
2-
commit: v1.31.1
2+
commit: v1.37.0
33
group: pulp-platform
44

55
common_verification:

0 commit comments

Comments
 (0)