From c7f3a83ad4084868233a09e616ea0f2d6b98595f Mon Sep 17 00:00:00 2001 From: Lorenzo Leone Date: Wed, 4 Dec 2024 20:45:16 +0100 Subject: [PATCH] Fix Memory Island bender --- Bender.lock | 4 ++-- Bender.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bender.lock b/Bender.lock index 5c5ee08..824af8c 100644 --- a/Bender.lock +++ b/Bender.lock @@ -208,10 +208,10 @@ packages: Git: git@gitlab.tue.nl:es/convolve-private/kulcluster.git dependencies: [] memory_island: - revision: 68c31664bfdba02b74bbaf73889fb306e99fe30b + revision: 64828cb7a9ccc1f1656ec92d06129072f445c319 version: null source: - Git: https://github.com/Lore0599/memory_island + Git: https://github.com/pulp-platform/memory_island.git dependencies: - axi - cluster_interconnect diff --git a/Bender.yml b/Bender.yml index 028b70d..e41e136 100644 --- a/Bender.yml +++ b/Bender.yml @@ -15,7 +15,7 @@ dependencies: 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/Lore0599/memory_island", rev: main } # main branch + memory_island: { git: "https://github.com/pulp-platform/memory_island.git", rev: 64828cb7a9ccc1f1656ec92d06129072f445c319 } # main branch apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 } hyperbus: { git: "https://github.com/pulp-platform/hyperbus.git", rev: f039e601c8b6590181734e6d26ff8b77aa380412 } # branch: chi/add_fsm_with_Tcsh tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.12 }