Skip to content

Commit a256a3b

Browse files
committed
Release v0.39.9
1 parent d74943c commit a256a3b

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 0.39.9 - 2025-11-21
11+
12+
### Added
13+
- `assign`: Add assignment to flat axi ports. #392
14+
- Add `axi_inval_filter`. #386
15+
16+
### Fixed
17+
- `axi_to_detailed_mem`: Avoid spurious write responses with HideStrb. #383
18+
- `axi_dw_downsizer`: Fix linting warnings. #385
19+
- `axi_burst_unwrap`: Remove overly pessimistic assertion. #387
20+
- `axi_burst_splitter_gran`: Ensure IP has stable `w.last`. #393
21+
- `axi_fifo_delay_dyn_intf`: Use DELAY_WIDTH for delay ports. #395
22+
- `axi_to_mem`: Fix strb inputs to dead_response_fifo. #389
23+
- `axi_id_prepend`: Fix implicit conversion linter warning. #397
24+
25+
### Changed
26+
- `axi_burst_unwrap`: Only invalidate WRAP bursts if they are unmodifiable. #382
27+
28+
1029
## 0.39.8 - 2025-06-24
1130
### Added
1231
- Add a non-synthesizable IP to delay each channel of an AXI bus individually. #380
@@ -18,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1837
- `axi_lite_to_apb`: Various fixes. #375
1938
- `axi_to_mem`: Fix edge cases. #376
2039
- Various lint fixes. #374
21-
`
40+
2241
### Changed
2342
- `axi_sim_mem`: Propagate user field on B and R channels. #373
2443
- Switched to VSIM version 2025.1 in CI. #378

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.39.8
1+
0.39.9

axi.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CAPI=2:
22

3-
name : pulp-platform.org::axi:0.39.8
3+
name : pulp-platform.org::axi:0.39.9
44

55
filesets:
66
rtl:

0 commit comments

Comments
 (0)