From c8a37b51955e0e8f8c2f1187e77adcfcf8c5fe36 Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Thu, 18 Jul 2024 14:24:43 +0200 Subject: [PATCH] Bump `common_cells` for `mem_to_banks` fix. --- Bender.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Bender.yml b/Bender.yml index 25022ca77..5995dc034 100644 --- a/Bender.yml +++ b/Bender.yml @@ -19,7 +19,7 @@ package: - "Florian Zaruba " dependencies: - common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.31.1 } + 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 } 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 dedac2a37..ca9cbfb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - `axi_bus_compare`: Fix mismatch detection. - `axi_to_detailed_mem`: Only respond with `exokay` if `lock` was set on the request. + Bump `common_cells` for `mem_to_banks` fix. ## 0.39.3 - 2024-05-08 ### Added