diff --git a/Bender.local b/Bender.local index 565a00b6b..f92f20789 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.4 } + axi: {git: https://github.com/pulp-platform/axi.git, rev: vcs-fixes } diff --git a/Bender.yml b/Bender.yml index 9e781e315..cda4b988a 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.4 } + axi: { git: https://github.com/pulp-platform/axi, rev: vcs-fixes } 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 }