From f738eb6e60bf1b973ecf97a5e692a81ff5bf8e50 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Mon, 29 Jul 2024 15:14:45 +0200 Subject: [PATCH] deps: Bump `axi` version --- Bender.local | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.local b/Bender.local index d69b62af2..565a00b6b 100644 --- a/Bender.local +++ b/Bender.local @@ -4,4 +4,4 @@ overrides: # Some of our dependencies have false conflicts with our new AXI version; force our version. - axi: {git: https://github.com/pulp-platform/axi.git, version: 0.39.2 } + axi: {git: https://github.com/pulp-platform/axi.git, version: 0.39.4 } diff --git a/Bender.yml b/Bender.yml index bfea9e6a4..9e781e315 100644 --- a/Bender.yml +++ b/Bender.yml @@ -19,7 +19,7 @@ package: - Matheus Cavalcante dependencies: - axi: { git: https://github.com/pulp-platform/axi, version: 0.39.2 } + axi: { git: https://github.com/pulp-platform/axi, version: 0.39.4 } 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 }