File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ ## 0.39.1 - 2023-09-05
11
+
12
+ ### Added
13
+ - ` axi_cdc ` : Add ` SyncStages ` parameter.
14
+ - ` axi_to_mem_interleaved ` : Add interface variant.
15
+ - ` axi_burst_splitter ` : Expose ` id_queue ` 's ` FULL_BW ` parameter.
16
+ - ` axi_chan_compare ` : Add parameter to allow reordered transactions.
17
+ - Add ` AXI_HIGHLIGHT ` macro to highlight AXI signals.
18
+ - Add flat port instantiation macros.
19
+
10
20
### Fixed
21
+ - ` axi_test ` : Avoid false negatives for misaligned reads in ` axi_scoreboard ` .
11
22
- ` axi_to_detailed_mem ` : Ensure proper propagation or ` err ` and ` exokay ` signals.
12
23
13
24
## 0.39.0 - 2023-07-20
Original file line number Diff line number Diff line change 1
- 0.39.0
1
+ 0.39.1
Original file line number Diff line number Diff line change 1
1
CAPI=2:
2
2
3
- name : pulp-platform.org::axi:0.39.0
3
+ name : pulp-platform.org::axi:0.39.1
4
4
5
5
filesets:
6
6
rtl:
@@ -74,7 +74,7 @@ filesets:
74
74
- src/axi_xp.sv
75
75
file_type : systemVerilogSource
76
76
depend :
77
- - ">=pulp-platform.org::common_cells:1.27.0 "
77
+ - ">=pulp-platform.org::common_cells:1.31.1 "
78
78
benchs:
79
79
files:
80
80
- test/tb_axi_dw_pkg.sv
Original file line number Diff line number Diff line change 1
1
common_cells :
2
- commit : v1.27.0
2
+ commit : v1.31.1
3
3
group : pulp-platform
4
4
5
5
common_verification :
You can’t perform that action at this time.
0 commit comments