From e623d997c421de3ffbb8b405ca007ef1d26e3408 Mon Sep 17 00:00:00 2001 From: Moritz Scherer Date: Fri, 26 Jul 2024 16:32:33 +0200 Subject: [PATCH 1/3] Bump Bender.lock --- Bender.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Bender.lock b/Bender.lock index 8bce7e5..1577d58 100644 --- a/Bender.lock +++ b/Bender.lock @@ -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: @@ -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 @@ -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: @@ -187,10 +187,10 @@ packages: - common_cells - register_interface memory_island: - revision: cfe27a946807713e93ed1be25c241588ffde407f + revision: 64828cb7a9ccc1f1656ec92d06129072f445c319 version: null source: - Git: git@iis-git.ee.ethz.ch:michaero/memory_island.git + Git: https://github.com/pulp-platform/memory_island.git dependencies: - axi - cluster_interconnect @@ -198,8 +198,8 @@ packages: - 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: @@ -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 From 5a29a37f81932a587d8a1dae5909654eb0c01647 Mon Sep 17 00:00:00 2001 From: Moritz Scherer Date: Fri, 26 Jul 2024 16:50:08 +0200 Subject: [PATCH 2/3] Set Bender.yml commit hashes --- Bender.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.yml b/Bender.yml index aac8757..22e8b46 100644 --- a/Bender.yml +++ b/Bender.yml @@ -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: From 48495af359fdeba8f041dd0967473101cbb531f6 Mon Sep 17 00:00:00 2001 From: Moritz Scherer Date: Fri, 26 Jul 2024 16:53:45 +0200 Subject: [PATCH 3/3] Update CVA6 URL to use https --- Bender.lock | 4 ++-- Bender.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bender.lock b/Bender.lock index 1577d58..8a67064 100644 --- a/Bender.lock +++ b/Bender.lock @@ -69,7 +69,7 @@ packages: - common_cells - register_interface cheshire: - revision: bdf5654754c93b1e081995c7c3bccd8b5fc2c9c7 + revision: d58214e5c6a3e8f8609989005e3f1d663109bd7f version: null source: Git: https://github.com/pulp-platform/cheshire.git @@ -144,7 +144,7 @@ packages: revision: 9cb2112d5b7823a3b4ad42a1a2419b65e623ec14 version: null source: - Git: git@github.com:Scheremo/cva6.git + Git: https://github.com/Scheremo/cva6.git dependencies: - axi - common_cells diff --git a/Bender.yml b/Bender.yml index 22e8b46..55f55b6 100644 --- a/Bender.yml +++ b/Bender.yml @@ -10,7 +10,7 @@ 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: bdf5654754c93b1e081995c7c3bccd8b5fc2c9c7} + cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: d58214e5c6a3e8f8609989005e3f1d663109bd7f} 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}