Skip to content

Commit 39f5f2d

Browse files
committed
Release v0.39.6
1 parent afd6ee7 commit 39f5f2d

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

Bender.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package:
2020

2121
dependencies:
2222
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.37.0 }
23-
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 }
23+
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.4 }
2424
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }
2525

2626
export_include_dirs:

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.39.6 - 2024-12-04
11+
### Added
12+
- Support connectivity in `axi_intercon_gen`. #351
13+
- Add `iomsb` function to avoid underflow in array lengths to `axi_pkg`. #355
14+
15+
### Fixed
16+
- Make the case statements in `axi_dw_upsizer` unique. Add default cases to prevent simulator warnings. #348
17+
- Fix write channel assertions in `axi_rw_split`. #357
18+
- Tie unused `demux` port in pass-through termination in `axi_isolate`. #359
19+
20+
### Changed
21+
- Improve VCS and Verilator support treewide. #358
22+
- Update `common_verification` to `v0.2.4` to include Verilator fixes.
23+
1024
## 0.39.5 - 2024-10-24
1125

1226
### Fixed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.39.5
1+
0.39.6

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.5
3+
name : pulp-platform.org::axi:0.39.6
44

55
filesets:
66
rtl:
@@ -109,7 +109,7 @@ filesets:
109109
- test/tb_axi_xbar.sv
110110
file_type : systemVerilogSource
111111
depend :
112-
- ">=pulp-platform.org::common_verification:0.2.3"
112+
- ">=pulp-platform.org::common_verification:0.2.4"
113113

114114
generators:
115115
axi_intercon_gen:

ips_list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common_cells:
33
group: pulp-platform
44

55
common_verification:
6-
commit: v0.2.3
6+
commit: v0.2.4
77
group: pulp-platform
88

99
tech_cells_generic:

0 commit comments

Comments
 (0)