From 5e1467d00ea77594e6418b368638928fbb7611dc Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Tue, 26 Sep 2023 12:49:53 +0200 Subject: [PATCH] Bump RT version to release --- Bender.lock | 4 ++-- Bender.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bender.lock b/Bender.lock index 8f3ede6a0..3c3f4dc75 100644 --- a/Bender.lock +++ b/Bender.lock @@ -44,8 +44,8 @@ packages: - common_cells - common_verification axi_rt: - revision: 74503240da79a04a141285328660e3190ee5e886 - version: null + revision: a9a5b3e91fe017da70c33b7e750b1a9eb35f31ee + version: 0.0.0-alpha.3 source: Git: https://github.com/pulp-platform/axi_rt.git dependencies: diff --git a/Bender.yml b/Bender.yml index 24d88538d..a6d050be9 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: decoder_update-tbenz } + axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", version: 0.0.0-alpha.3 } axi_vga: { git: "https://github.com/pulp-platform/axi_vga.git", version: 0.1.1 } clic: { git: "https://github.com/pulp-platform/clic.git", version: 2.0.0 } clint: { git: "https://github.com/pulp-platform/clint.git", version: 0.2.0 }