From 39f5f2d51c5e524f6fc5cf8b6e901f7dcc5622d7 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Wed, 4 Dec 2024 14:10:16 +0100 Subject: [PATCH] Release v0.39.6 --- Bender.yml | 2 +- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- axi.core | 4 ++-- ips_list.yml | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Bender.yml b/Bender.yml index f30fcff2d..9dbf0e6ad 100644 --- a/Bender.yml +++ b/Bender.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf4ce384..351a5b5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index adbb8d452..e5d9eb181 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.39.5 +0.39.6 diff --git a/axi.core b/axi.core index d1a859168..4f83844ba 100644 --- a/axi.core +++ b/axi.core @@ -1,6 +1,6 @@ CAPI=2: -name : pulp-platform.org::axi:0.39.5 +name : pulp-platform.org::axi:0.39.6 filesets: rtl: @@ -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: diff --git a/ips_list.yml b/ips_list.yml index f47d6f660..c0f7edb06 100644 --- a/ips_list.yml +++ b/ips_list.yml @@ -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: