Skip to content

Commit fccffb5

Browse files
committed
Release v0.39.1
1 parent 6968ac1 commit fccffb5

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

88
## Unreleased
99

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+
1020
### Fixed
21+
- `axi_test`: Avoid false negatives for misaligned reads in `axi_scoreboard`.
1122
- `axi_to_detailed_mem`: Ensure proper propagation or `err` and `exokay` signals.
1223

1324
## 0.39.0 - 2023-07-20

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.39.0
1+
0.39.1

axi.core

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CAPI=2:
22

3-
name : pulp-platform.org::axi:0.39.0
3+
name : pulp-platform.org::axi:0.39.1
44

55
filesets:
66
rtl:
@@ -74,7 +74,7 @@ filesets:
7474
- src/axi_xp.sv
7575
file_type : systemVerilogSource
7676
depend :
77-
- ">=pulp-platform.org::common_cells:1.27.0"
77+
- ">=pulp-platform.org::common_cells:1.31.1"
7878
benchs:
7979
files:
8080
- test/tb_axi_dw_pkg.sv

ips_list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
common_cells:
2-
commit: v1.27.0
2+
commit: v1.31.1
33
group: pulp-platform
44

55
common_verification:

0 commit comments

Comments
 (0)