From ef16ba66bd1dc1f20b23013ac65968d1d936474b Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Thu, 27 Jun 2024 23:00:16 +0200 Subject: [PATCH] [PATCH]: Reintroduce cluster_icache dependency. --- Bender.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Bender.yml b/Bender.yml index 8f1a98a..8c82db3 100644 --- a/Bender.yml +++ b/Bender.yml @@ -20,6 +20,7 @@ dependencies: mchan: { git: "https://github.com/pulp-platform/mchan.git", rev: 7f064f205a3e0203e959b14773c4afecf56681ab } # branch: yt/fix-parametrization idma: { git: "https://github.com/pulp-platform/iDMA.git", rev: 437ffa9dac5dea0daccfd3e8ae604d4f6ae2cdf1 } # branch: master hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: "2886cb2a46cea3e2bd2d979b505d88fadfbe150c" } # branch: astral + cluster_icache: { git: "https://github.com/pulp-platform/cluster_icache.git", rev: "8114ab36fd446f76cd1e9f139f12a62ab1fb9a6a" } # michaero/branch: astral_cut_path cluster_peripherals: { git: "https://github.com/pulp-platform/cluster_peripherals.git", rev: 0b8e8ab } # branch: fc/hci-v2 axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.3 } timer_unit: { git: "https://github.com/pulp-platform/timer_unit.git", version: 1.0.2 }