From 469b7957bb6953937276539e17d50e7bd33865c3 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Wed, 8 Jan 2025 17:55:45 +0100 Subject: [PATCH] [Bender] Fix CVA6 --- Bender.lock | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.lock b/Bender.lock index 7d293ae77..c4d6440c3 100644 --- a/Bender.lock +++ b/Bender.lock @@ -30,7 +30,7 @@ packages: Git: https://github.com/pulp-platform/common_verification.git dependencies: [] cva6: - revision: 7ed487df292f694c7454799979b59d2c788541f0 + revision: 3c6c02b297fd5a005a769b87607902d6443f807f version: null source: Git: https://github.com/mp-17/cva6.git diff --git a/Bender.yml b/Bender.yml index 8f67acbf5..18146200f 100644 --- a/Bender.yml +++ b/Bender.yml @@ -10,7 +10,7 @@ package: dependencies: axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 } common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.22.1 } - cva6: { git: "https://github.com/mp-17/cva6.git", rev: 7ed487df292f694c7454799979b59d2c788541f0 } # mp/pulp-v2 + cva6: { git: "https://github.com/mp-17/cva6.git", rev: 3c6c02b297fd5a005a769b87607902d6443f807f } # mp/pulp-v2 tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.13 } apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 }