Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bender.lock to reflect updated memory island dependency #17

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 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: 9402c8a9ce0a7b5253c3c29e788612d771e8b5d6
version: 0.39.3
revision: 587355b77b8ce94dcd600efbd5d5bd118ff913a7
version: 0.39.4
source:
Git: https://github.com/pulp-platform/axi.git
dependencies:
Expand Down Expand Up @@ -69,7 +69,7 @@ packages:
- common_cells
- register_interface
cheshire:
revision: 6c75eb70c56f1af1502668b2e587ab329e7c8677
revision: bdf5654754c93b1e081995c7c3bccd8b5fc2c9c7
version: null
source:
Git: https://github.com/pulp-platform/cheshire.git
Expand Down Expand Up @@ -127,8 +127,8 @@ packages:
dependencies:
- common_cells
common_cells:
revision: be3866eb3ed5b8ac7bc9a9ec9f8ae86137cd0a45
version: 1.36.0
revision: c27bce39ebb2e6bae52f60960814a2afca7bd4cb
version: 1.37.0
source:
Git: https://github.com/pulp-platform/common_cells.git
dependencies:
Expand Down Expand Up @@ -187,19 +187,19 @@ packages:
- common_cells
- register_interface
memory_island:
revision: cfe27a946807713e93ed1be25c241588ffde407f
revision: 64828cb7a9ccc1f1656ec92d06129072f445c319
version: null
source:
Git: [email protected]:michaero/memory_island.git
Git: https://github.com/pulp-platform/memory_island.git
dependencies:
- axi
- cluster_interconnect
- common_cells
- common_verification
- tech_cells_generic
obi:
revision: 1aa411df145c4ebdd61f8fed4d003c33f7b20636
version: 0.1.2
revision: c2141a653c755461ff44f61d12aeb5d99fc8e760
version: 0.1.3
source:
Git: https://github.com/pulp-platform/obi.git
dependencies:
Expand Down Expand Up @@ -248,7 +248,7 @@ packages:
- common_cells
- register_interface
snitch_cluster:
revision: 70ff02fab7749fd6bb6cb0a2ec6c31a8f51e80d6
revision: c12ce9b2af1ac8edf3d4feb18939e1ad20c42225
version: null
source:
Git: https://github.com/pulp-platform/snitch_cluster.git
Expand Down
4 changes: 2 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ package:
dependencies:
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.3 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.2 }
cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: "scheremo/convolve"}
snitch_cluster: { git: "https://github.com/pulp-platform/snitch_cluster.git", rev: "main"}
cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: bdf5654754c93b1e081995c7c3bccd8b5fc2c9c7}
snitch_cluster: { git: "https://github.com/pulp-platform/snitch_cluster.git", rev: c12ce9b2af1ac8edf3d4feb18939e1ad20c42225}
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.31.1}

sources:
Expand Down
Loading