File tree 5 files changed +19
-5
lines changed
5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package:
20
20
21
21
dependencies :
22
22
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 }
24
24
tech_cells_generic : { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }
25
25
26
26
export_include_dirs :
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
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
+
10
24
## 0.39.5 - 2024-10-24
11
25
12
26
### Fixed
Original file line number Diff line number Diff line change 1
- 0.39.5
1
+ 0.39.6
Original file line number Diff line number Diff line change 1
1
CAPI=2:
2
2
3
- name : pulp-platform.org::axi:0.39.5
3
+ name : pulp-platform.org::axi:0.39.6
4
4
5
5
filesets:
6
6
rtl:
@@ -109,7 +109,7 @@ filesets:
109
109
- test/tb_axi_xbar.sv
110
110
file_type : systemVerilogSource
111
111
depend :
112
- - ">=pulp-platform.org::common_verification:0.2.3 "
112
+ - ">=pulp-platform.org::common_verification:0.2.4 "
113
113
114
114
generators:
115
115
axi_intercon_gen:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ common_cells:
3
3
group : pulp-platform
4
4
5
5
common_verification :
6
- commit : v0.2.3
6
+ commit : v0.2.4
7
7
group : pulp-platform
8
8
9
9
tech_cells_generic :
You can’t perform that action at this time.
0 commit comments