From 4652c6b05886757c5cbe3dfe77c196dcd71e08e7 Mon Sep 17 00:00:00 2001 From: Lorenzo Leone <89900290+Lore0599@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:27:18 +0200 Subject: [PATCH] bender: Fix AXI dependency (#173) Co-authored-by: Lorenzo Leone --- Bender.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bender.yml b/Bender.yml index cda4b988a..660175daa 100644 --- a/Bender.yml +++ b/Bender.yml @@ -19,7 +19,7 @@ package: - Matheus Cavalcante dependencies: - axi: { git: https://github.com/pulp-platform/axi, rev: vcs-fixes } + axi: { git: https://github.com/pulp-platform/axi, rev: 4e54ac6766b160217a83a74d5a23af9bbf59e6ee } axi_riscv_atomics: { git: https://github.com/pulp-platform/axi_riscv_atomics, version: 0.6.0 } common_cells: { git: https://github.com/pulp-platform/common_cells, version: 1.35.0 } FPnew: { git: "https://github.com/pulp-platform/cvfpu.git", rev: pulp-v0.1.3 }