From b024ee0cae5baa047a18b4ff4e243c62b9a74e7d Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Thu, 19 Dec 2024 18:39:31 +0100 Subject: [PATCH] [Bender] Bump CVA6 to openhwgroup's main --- Bender.lock | 4 ++-- Bender.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bender.lock b/Bender.lock index 7e7558de4..2ccdd2eb8 100644 --- a/Bender.lock +++ b/Bender.lock @@ -30,10 +30,10 @@ packages: Git: https://github.com/pulp-platform/common_verification.git dependencies: [] cva6: - revision: f695016d8cbf8b2f37d1049bd34c99df752ad5a0 + revision: 61625e2e2fcd487c039de3f6d354518f75a47d3f version: null source: - Git: https://github.com/pulp-platform/cva6.git + Git: https://github.com/mp-17/cva6.git dependencies: - axi - common_cells diff --git a/Bender.yml b/Bender.yml index d7d72093d..c6e53b17a 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/pulp-platform/cva6.git", rev: f695016d8cbf8b2f37d1049bd34c99df752ad5a0 } # mp/pulp-v2 + cva6: { git: "https://github.com/mp-17/cva6.git", rev: 61625e2e2fcd487c039de3f6d354518f75a47d3f } # 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 }