From 979f3b327af72bcd1a965ebde69dfadc5c75e136 Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Tue, 18 Jun 2024 16:53:58 +0200 Subject: [PATCH] [Bender] Bump CVA6 --- Bender.lock | 22 +++++++++++----------- Bender.yml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Bender.lock b/Bender.lock index 08ac048fb..aa3b42b6b 100644 --- a/Bender.lock +++ b/Bender.lock @@ -6,16 +6,6 @@ packages: Git: https://github.com/pulp-platform/apb.git dependencies: - common_cells - ariane: - revision: c775c338235731a053216861eacd6ba4d0234b5c - version: null - source: - Git: https://github.com/mp-17/cva6.git - dependencies: - - axi - - common_cells - - fpnew - - tech_cells_generic axi: revision: fccffb5953ec8564218ba05e20adbedec845e014 version: 0.39.1 @@ -39,11 +29,21 @@ packages: source: Git: https://github.com/pulp-platform/common_verification.git dependencies: [] + cva6: + revision: e0dbbbf1a82377ae6db19d2e1ac87bddfdf5052a + version: null + source: + Git: https://github.com/mp-17/cva6.git + dependencies: + - axi + - common_cells + - fpnew + - tech_cells_generic fpnew: revision: f231041c610f270ffc03cbdac38739ddb6426572 version: null source: - Git: https://github.com/openhwgroup/cvfpu.git + Git: https://github.com/pulp-platform/cvfpu.git dependencies: - common_cells - fpu_div_sqrt_mvp diff --git a/Bender.yml b/Bender.yml index 4cf561e9f..a1f303ab6 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 } - ariane: { git: "https://github.com/mp-17/cva6.git", rev: c775c338235731a053216861eacd6ba4d0234b5c } # rebase/ara_cheshire_ara_repo + cva6: { git: "https://github.com/mp-17/cva6.git", rev: e0dbbbf1a82377ae6db19d2e1ac87bddfdf5052a } # rebase/pulp-v1-os 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 }