From abee0822f6870dcda85b16a56878b70a5990449a Mon Sep 17 00:00:00 2001 From: Lorenzo Leone Date: Thu, 24 Oct 2024 11:02:38 +0200 Subject: [PATCH] Bump Cheshire and AXI version --- Bender.lock | 10 +++++----- Bender.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Bender.lock b/Bender.lock index e948835..5976469 100644 --- a/Bender.lock +++ b/Bender.lock @@ -15,8 +15,8 @@ packages: - apb - register_interface axi: - revision: 587355b77b8ce94dcd600efbd5d5bd118ff913a7 - version: 0.39.4 + revision: 9402c8a9ce0a7b5253c3c29e788612d771e8b5d6 + version: 0.39.3 source: Git: https://github.com/pulp-platform/axi.git dependencies: @@ -69,7 +69,7 @@ packages: - common_cells - register_interface cheshire: - revision: f9b9a1066143b8319c427bd790ab4729321b9f20 + revision: 586cb0225be5c57f5ffcf67bd490763efd9b4d24 version: null source: Git: https://github.com/pulp-platform/cheshire.git @@ -198,10 +198,10 @@ packages: Git: git@gitlab.tue.nl:es/convolve-private/kulcluster.git dependencies: [] memory_island: - revision: 64828cb7a9ccc1f1656ec92d06129072f445c319 + revision: 68c31664bfdba02b74bbaf73889fb306e99fe30b version: null source: - Git: https://github.com/pulp-platform/memory_island.git + Git: https://github.com/Lore0599/memory_island dependencies: - axi - cluster_interconnect diff --git a/Bender.yml b/Bender.yml index 52bf47b..837868f 100644 --- a/Bender.yml +++ b/Bender.yml @@ -11,11 +11,11 @@ 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: f9b9a1066143b8319c427bd790ab4729321b9f20} + cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: 586cb0225be5c57f5ffcf67bd490763efd9b4d24} 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} idma: { git: "https://github.com/pulp-platform/iDMA.git", rev: 9edf489f57389dce5e71252c79e337f527d3aded} - memory_island: { git: "https://github.com/pulp-platform/memory_island.git", rev: 64828cb7a9ccc1f1656ec92d06129072f445c319 } # main branch + memory_island: { git: "https://github.com/Lore0599/memory_island", rev: main } # main branch apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 } TUEDCIM: { git: "git@gitlab.tue.nl:es/convolve-private/tuedcim.git", rev: 10102024} TUEMEGA: { git: "git@gitlab.tue.nl:es/convolve-private/tuemega.git", rev: 11102024}