Skip to content

Commit 9402c8a

Browse files
committed
Release v0.39.3
1 parent 7ee3e97 commit 9402c8a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

77

88
## Unreleased
9+
10+
## 0.39.3 - 2024-05-08
911
### Added
1012
- `axi_sim_mem`: Allow response data for uninitialized region to have configurable defined value.
13+
- `axi_test`: add `clear_memory_regions` to `axi_rand_master`.
14+
- `axi_test`: Add `add_traffic_shaping_with_size` to `axi_rand_master` to allow for traffic shaping
15+
with a custom size.
16+
17+
### Changed
18+
- `axi_pkg`: Adjust `LatencyMode` parameter of `xbar_cfg_t` to bit vector from `xbar_pipeline_e`
19+
enum to allow custom configurations.
20+
21+
`v0.39.3` is fully **backward-compatible** to `v0.39.2`.
1122

1223
## 0.39.2 - 2024-03-13
1324

VERSION

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

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

55
filesets:
66
rtl:

0 commit comments

Comments
 (0)