From f21b1bf4393849d9a44e1ed34b665872f2a7c388 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Tue, 6 Dec 2022 07:59:34 +0100 Subject: [PATCH] Bender.yml: Update `common_cells` to `1.27.0` --- Bender.yml | 2 +- CHANGELOG.md | 2 +- axi.core | 2 +- ips_list.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bender.yml b/Bender.yml index dd3365ef2..7a348ac14 100644 --- a/Bender.yml +++ b/Bender.yml @@ -17,7 +17,7 @@ package: - "Florian Zaruba " dependencies: - common_cells: { git: "https://github.com/pulp-platform/common_cells.git", rev: mem_to_banks-tbenz } + common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.27.0 } common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 } tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d771590..e6bb2ed08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. in the crossed connections in the xbar between the demuxes and muxes. - `axi_pkg`: Add documentation to `xbar_cfg_t`. - Move `mem_to_banks` to `common_cells`. -- Update `common_cells` from version `v1.26.0` to `v1.xx.yy`. +- Update `common_cells` from version `v1.26.0` to `v1.27.0`. - `axi_pkg`: Define `localparams` to define AXI type widths. ### Fixed diff --git a/axi.core b/axi.core index f67237729..e75ed636f 100644 --- a/axi.core +++ b/axi.core @@ -71,7 +71,7 @@ filesets: - src/axi_xp.sv file_type : systemVerilogSource depend : - - ">=pulp-platform.org::common_cells:1.26.0" + - ">=pulp-platform.org::common_cells:1.27.0" benchs: files: - test/tb_axi_dw_pkg.sv diff --git a/ips_list.yml b/ips_list.yml index 07b712ffc..da1a0adc6 100644 --- a/ips_list.yml +++ b/ips_list.yml @@ -1,5 +1,5 @@ common_cells: - commit: v1.26.0 + commit: v1.27.0 group: pulp-platform common_verification: