From 586cb0225be5c57f5ffcf67bd490763efd9b4d24 Mon Sep 17 00:00:00 2001 From: Lorenzo Leone Date: Thu, 24 Oct 2024 10:54:59 +0200 Subject: [PATCH] Downgrade AXI version because of yanking of 0.39.4 (#161) --- Bender.lock | 6 +++--- Bender.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bender.lock b/Bender.lock index 6f686508..98d02395 100644 --- a/Bender.lock +++ b/Bender.lock @@ -44,8 +44,8 @@ packages: - common_cells - common_verification axi_rt: - revision: d5f857e74d0a5db4e4a2cc3652ca4f40f29a1484 - version: 0.0.0-alpha.8 + revision: 641ea950e24722af747033f2ab85f0e48ea8d7f8 + version: 0.0.0-alpha.9 source: Git: https://github.com/pulp-platform/axi_rt.git dependencies: @@ -99,7 +99,7 @@ packages: Git: https://github.com/pulp-platform/common_verification.git dependencies: [] cva6: - revision: 637a0e6cbc8ec395c4bb4f54ee9dc1110d3fb1ac + revision: 630bd959c9cc69a35d461a2abc205310d2edacf8 version: null source: Git: https://github.com/Scheremo/cva6.git diff --git a/Bender.yml b/Bender.yml index 7fb3d626..305261fa 100644 --- a/Bender.yml +++ b/Bender.yml @@ -13,7 +13,7 @@ package: dependencies: apb_uart: { git: "https://github.com/pulp-platform/apb_uart.git", version: 0.2.1 } - axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.4 } + axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.3 } axi_llc: { git: "https://github.com/pulp-platform/axi_llc.git", version: 0.2.1 } axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", version: 0.8.2 } axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", version: 0.0.0-alpha.7 }