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 a3afe9f30..ca9cbfb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ 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 diff --git a/src/axi_to_detailed_mem.sv b/src/axi_to_detailed_mem.sv index d66c4d143..2ea01f3bf 100644 --- a/src/axi_to_detailed_mem.sv +++ b/src/axi_to_detailed_mem.sv @@ -533,9 +533,9 @@ module axi_to_detailed_mem #( ((i*NumBytesPerBank) < ((meta_buf.addr % DataWidth/8) + 1<