Skip to content

Commit

Permalink
Release v0.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed May 8, 2024
1 parent 7ee3e97 commit 9402c8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## Unreleased

## 0.39.3 - 2024-05-08
### Added
- `axi_sim_mem`: Allow response data for uninitialized region to have configurable defined value.
- `axi_test`: add `clear_memory_regions` to `axi_rand_master`.
- `axi_test`: Add `add_traffic_shaping_with_size` to `axi_rand_master` to allow for traffic shaping
with a custom size.

### Changed
- `axi_pkg`: Adjust `LatencyMode` parameter of `xbar_cfg_t` to bit vector from `xbar_pipeline_e`
enum to allow custom configurations.

`v0.39.3` is fully **backward-compatible** to `v0.39.2`.

## 0.39.2 - 2024-03-13

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.39.2
0.39.3
2 changes: 1 addition & 1 deletion axi.core
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CAPI=2:

name : pulp-platform.org::axi:0.39.2
name : pulp-platform.org::axi:0.39.3

filesets:
rtl:
Expand Down

0 comments on commit 9402c8a

Please sign in to comment.