File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ 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.4 - 2024-07-25
9
11
### Added
10
12
- ` axi_sim_mem ` : Increase number of request ports, add multiport interface variant.
11
13
- ` 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.
17
19
- ` axi_to_detailed_mem ` : Only respond with ` exokay ` if ` lock ` was set on the request.
18
20
Bump ` common_cells ` for ` mem_to_banks ` fix.
19
21
- ` 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.
20
23
- ` axi_test ` : Ensure random requests do not cross 4KiB page boundaries.
21
24
22
25
### Changed
23
26
- ` axi_id_serializer ` : Change internal design (and behavior) for simpler code, less hardware, and
24
27
less stalling.
25
28
29
+ ` v0.39.4 ` is fully ** backward-compatible** to ` v0.39.3 ` .
30
+
26
31
## 0.39.3 - 2024-05-08
27
32
### Added
28
33
- ` axi_sim_mem ` : Allow response data for uninitialized region to have configurable defined value.
Original file line number Diff line number Diff line change 1
- 0.39.3
1
+ 0.39.4
Original file line number Diff line number Diff line change 1
1
CAPI=2:
2
2
3
- name : pulp-platform.org::axi:0.39.3
3
+ name : pulp-platform.org::axi:0.39.4
4
4
5
5
filesets:
6
6
rtl:
You can’t perform that action at this time.
0 commit comments