File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## Unreleased
9
+
10
+ ## 0.39.3 - 2024-05-08
9
11
### Added
10
12
- ` 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 ` .
11
22
12
23
## 0.39.2 - 2024-03-13
13
24
Original file line number Diff line number Diff line change 1
- 0.39.2
1
+ 0.39.3
Original file line number Diff line number Diff line change 1
1
CAPI=2:
2
2
3
- name : pulp-platform.org::axi:0.39.2
3
+ name : pulp-platform.org::axi:0.39.3
4
4
5
5
filesets:
6
6
rtl:
You can’t perform that action at this time.
0 commit comments