From fe6b64978f3f7e6220df61e8730369c5b5c2d9c6 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Fri, 4 Aug 2023 16:07:17 +0200 Subject: [PATCH] AXI-RT: Update to newest version --- Bender.lock | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.lock b/Bender.lock index e7f673593..9ac3ba0e1 100644 --- a/Bender.lock +++ b/Bender.lock @@ -44,7 +44,7 @@ packages: - common_cells - common_verification axi_rt: - revision: 2115fa846b39ebe711f21a45e2b99c0e5a48e82d + revision: db2baa9e07aa8e1e5f7e5f874a2b6ea909cf27a1 version: null source: Git: https://github.com/pulp-platform/axi_rt.git diff --git a/Bender.yml b/Bender.yml index adc289ba9..429b13ca0 100644 --- a/Bender.yml +++ b/Bender.yml @@ -16,7 +16,7 @@ dependencies: axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.0 } axi_llc: { git: "https://github.com/pulp-platform/axi_llc.git", version: 0.2.1 } axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", version: 0.8.1 } - axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", rev: 2115fa8 } + axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", rev: db2baa9 } axi_vga: { git: "https://github.com/pulp-platform/axi_vga.git", version: 0.1.1 } 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.29.0 }