From 92fda8c24e9025e6ff96e66b73addc529f0522aa Mon Sep 17 00:00:00 2001 From: Yunhao Deng Date: Mon, 2 Sep 2024 13:06:39 +0200 Subject: [PATCH] Bug Fix --- target/sim/sw/sim_elf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/sim/sw/sim_elf.yaml b/target/sim/sw/sim_elf.yaml index 5bc17bc7d..bdc2c3fc0 100644 --- a/target/sim/sw/sim_elf.yaml +++ b/target/sim/sw/sim_elf.yaml @@ -3,4 +3,4 @@ # SPDX-License-Identifier: Apache-2.0 runs: - - elf: apps/offload/build/offload-snax-test-integration.elf + - elf: host/apps/offload/build/offload-snax-test-integration.elf