Skip to content

Commit

Permalink
Release v0.39.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Dec 4, 2024
1 parent afd6ee7 commit 39f5f2d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package:

dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.37.0 }
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 }
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.4 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }

export_include_dirs:
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.39.6 - 2024-12-04
### Added
- Support connectivity in `axi_intercon_gen`. #351
- Add `iomsb` function to avoid underflow in array lengths to `axi_pkg`. #355

### Fixed
- Make the case statements in `axi_dw_upsizer` unique. Add default cases to prevent simulator warnings. #348
- Fix write channel assertions in `axi_rw_split`. #357
- Tie unused `demux` port in pass-through termination in `axi_isolate`. #359

### Changed
- Improve VCS and Verilator support treewide. #358
- Update `common_verification` to `v0.2.4` to include Verilator fixes.

## 0.39.5 - 2024-10-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.39.5
0.39.6
4 changes: 2 additions & 2 deletions axi.core
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CAPI=2:

name : pulp-platform.org::axi:0.39.5
name : pulp-platform.org::axi:0.39.6

filesets:
rtl:
Expand Down Expand Up @@ -109,7 +109,7 @@ filesets:
- test/tb_axi_xbar.sv
file_type : systemVerilogSource
depend :
- ">=pulp-platform.org::common_verification:0.2.3"
- ">=pulp-platform.org::common_verification:0.2.4"

generators:
axi_intercon_gen:
Expand Down
2 changes: 1 addition & 1 deletion ips_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ common_cells:
group: pulp-platform

common_verification:
commit: v0.2.3
commit: v0.2.4
group: pulp-platform

tech_cells_generic:
Expand Down

0 comments on commit 39f5f2d

Please sign in to comment.