From 1b4e73e1e99d7fb452893385a979d548fa8524d5 Mon Sep 17 00:00:00 2001 From: aottaviano Date: Fri, 15 Sep 2023 17:25:17 +0200 Subject: [PATCH] [tmp] Point to existing rt unit repo --- Bender.lock | 4 ++-- Bender.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bender.lock b/Bender.lock index 55b86691..1ebe071e 100644 --- a/Bender.lock +++ b/Bender.lock @@ -44,8 +44,8 @@ packages: - common_cells - common_verification axi_rt: - revision: 7a00678deb73000890acbc7b35a85858bbf2e289 - version: null + revision: b243310dd33b31e4e2ca5229aac20df25cfc45d5 + version: 0.0.0-alpha source: Git: https://github.com/pulp-platform/axi_rt.git dependencies: diff --git a/Bender.yml b/Bender.yml index 3598422f..29430377 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: bus_guard-tbenz } + axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", rev: b243310dd33b31e4e2ca5229aac20df25cfc45d5 } 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 }