Skip to content

Commit

Permalink
Bump memory island dependency to align with new common cells
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Jan 3, 2025
1 parent edfb991 commit 053027e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ packages:
- apb
- register_interface
axi:
revision: 587355b77b8ce94dcd600efbd5d5bd118ff913a7
version: 0.39.4
revision: 39f5f2d51c5e524f6fc5cf8b6e901f7dcc5622d7
version: 0.39.6
source:
Git: https://github.com/pulp-platform/axi.git
dependencies:
Expand Down Expand Up @@ -44,8 +44,8 @@ packages:
- common_cells
- common_verification
axi_rt:
revision: d5f857e74d0a5db4e4a2cc3652ca4f40f29a1484
version: 0.0.0-alpha.8
revision: 641ea950e24722af747033f2ab85f0e48ea8d7f8
version: 0.0.0-alpha.9
source:
Git: https://github.com/pulp-platform/axi_rt.git
dependencies:
Expand Down Expand Up @@ -126,16 +126,16 @@ packages:
dependencies:
- common_cells
common_cells:
revision: c27bce39ebb2e6bae52f60960814a2afca7bd4cb
version: 1.37.0
revision: aee15a31c84de6923652e7cd94830f40375a4070
version: null
source:
Git: https://github.com/pulp-platform/common_cells.git
dependencies:
- common_verification
- tech_cells_generic
common_verification:
revision: 9c07fa860593b2caabd9b5681740c25fac04b878
version: 0.2.3
revision: fa2630f61666f61d9d78451c4d8b4d1ea403944e
version: 0.2.4
source:
Git: https://github.com/pulp-platform/common_verification.git
dependencies: []
Expand Down Expand Up @@ -186,7 +186,7 @@ packages:
- common_cells
- register_interface
memory_island:
revision: 820f6afaa85150e568d0b7ce7d9220ff3319c358
revision: 24f3afd3e7973b6a233373c27fee5eba5ed1ed70
version: null
source:
Git: https://github.com/pulp-platform/memory_island.git
Expand Down
2 changes: 1 addition & 1 deletion hw/chimera_cluster_adapter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ module chimera_cluster_adapter #(
.AxiMstPortMaxTxnsPerId(16), // TODO: Tune this

.AxiAddrWidth(AddrWidth),
.AxiDataWidth(WideDataWidth),
.AxiDataWidth(NarrowDataWidth),
.AxiUserWidth(UserWidth),

.slv_req_t (narrow_in_req_t),
Expand Down

0 comments on commit 053027e

Please sign in to comment.