From 6d6b86ebec1780d8f9ce179d3f84f389584110ad Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Tue, 9 Jan 2024 21:25:11 +0100 Subject: [PATCH] Bump CVA6 for ECC in caches. --- Bender.lock | 4 ++-- Bender.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bender.lock b/Bender.lock index a7d2d285..006f051c 100644 --- a/Bender.lock +++ b/Bender.lock @@ -92,7 +92,7 @@ packages: Git: https://github.com/pulp-platform/common_verification.git dependencies: [] cva6: - revision: 6c6265e9e94494eac446f56c999e8c5dce63fbe8 + revision: 6503a4c88ff2e274724cbebce8d25fb883d8b8a8 version: null source: Git: https://github.com/pulp-platform/cva6.git @@ -145,7 +145,7 @@ packages: - register_interface - tech_cells_generic redundancy_cells: - revision: 09cd9514d52145530fa432e6692ed33aec6c04b6 + revision: 3fbd080e479f194f68e51dbe262e62c4362868bd version: null source: Git: https://github.com/pulp-platform/redundancy_cells.git diff --git a/Bender.yml b/Bender.yml index dfd4360b..d0f7fbd7 100644 --- a/Bender.yml +++ b/Bender.yml @@ -22,11 +22,11 @@ dependencies: clint: { git: "https://github.com/pulp-platform/clint.git", version: 0.2.0 } common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.32.0 } common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.0 } - cva6: { git: "https://github.com/pulp-platform/cva6.git", rev: "6c6265e" } # branch: astral + cva6: { git: "https://github.com/pulp-platform/cva6.git", rev: "6503a4c" } # branch: astral 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 } - redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: "09cd9514" } # branch: astral + redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: "3fbd080e" } # branch: astral register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.2 } riscv-dbg: { git: "https://github.com/pulp-platform/riscv-dbg.git", version: 0.8.0 } serial_link: { git: "https://github.com/pulp-platform/serial_link.git", version: 1.1.0 }