From d12609adb829046a6cb5f301164c83277ee1b33c Mon Sep 17 00:00:00 2001 From: Luka Guzenko Date: Tue, 30 Apr 2024 20:56:28 +0200 Subject: [PATCH] Update cva6 to latest commit --- Bender.lock | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.lock b/Bender.lock index c4b5b926..edf0bf29 100644 --- a/Bender.lock +++ b/Bender.lock @@ -92,7 +92,7 @@ packages: Git: https://github.com/pulp-platform/common_verification.git dependencies: [] cva6: - revision: 297f7427f395c4b1b5b8dedd4c831e88eb7095fd + revision: cf84f7d980ffb3869be622fa782bcfdb59e8da0d version: null source: Git: https://github.com/TheSmolBoi/cva6.git diff --git a/Bender.yml b/Bender.yml index 184e6a84..52996d54 100644 --- a/Bender.yml +++ b/Bender.yml @@ -23,7 +23,7 @@ dependencies: common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.33.0 } common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.0 } # TODO: merge HPDCache fixes - cva6: { git: "https://github.com/TheSmolBoi/cva6.git", rev: 297f742 } + cva6: { git: "https://github.com/TheSmolBoi/cva6.git", rev: cf84f7d } iDMA: { git: "https://github.com/pulp-platform/iDMA.git", version: 0.5.1 } irq_router: { git: "https://github.com/pulp-platform/irq_router.git", version: 0.0.1-beta.1 } opentitan_peripherals: { git: "https://github.com/pulp-platform/opentitan_peripherals.git", version: 0.4.0 }