Skip to content
Snippets Groups Projects
Commit fccffb59 authored by Michael Rogenmoser's avatar Michael Rogenmoser
Browse files

Release v0.39.1

parent 6968ac1d
Branches master
Tags v0.39.1
No related merge requests found
......@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
## 0.39.1 - 2023-09-05
### Added
- `axi_cdc`: Add `SyncStages` parameter.
- `axi_to_mem_interleaved`: Add interface variant.
- `axi_burst_splitter`: Expose `id_queue`'s `FULL_BW` parameter.
- `axi_chan_compare`: Add parameter to allow reordered transactions.
- Add `AXI_HIGHLIGHT` macro to highlight AXI signals.
- Add flat port instantiation macros.
### Fixed
- `axi_test`: Avoid false negatives for misaligned reads in `axi_scoreboard`.
- `axi_to_detailed_mem`: Ensure proper propagation or `err` and `exokay` signals.
## 0.39.0 - 2023-07-20
......
0.39.0
0.39.1
CAPI=2:
name : pulp-platform.org::axi:0.39.0
name : pulp-platform.org::axi:0.39.1
filesets:
rtl:
......@@ -74,7 +74,7 @@ filesets:
- src/axi_xp.sv
file_type : systemVerilogSource
depend :
- ">=pulp-platform.org::common_cells:1.27.0"
- ">=pulp-platform.org::common_cells:1.31.1"
benchs:
files:
- test/tb_axi_dw_pkg.sv
......
common_cells:
commit: v1.27.0
commit: v1.31.1
group: pulp-platform
common_verification:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment