Skip to content

Commit

Permalink
[#66550] kenning-scenarios: Fixes to RESC dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mikolaj Klikowicz <mklikowicz@antmicro.com>
  • Loading branch information
mikolaj-klikowicz authored and glatosinski committed Nov 29, 2024
1 parent 9a0765b commit 0ca31d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"platform_resc_path": "renode/scripts/stm32f746g_disco.resc",
"runtime_log_init_msg": "I: Inference server started",
"profiler_dump_path": "output/profiler.dump",
"runtime_log_uart": "/tmp/uart-log"
"runtime_log_uart": "/tmp/uart-log",
"resc_dependencies": ["./output/stm32f746g_disco.repl"]
}
},
"protocol": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"parameters": {
"runtime_binary_path": "build/zephyr/zephyr.elf",
"platform_resc_path": "renode/scripts/hifive_unmatched.resc",
"resc_dependencies": ["./build/stm32f746g_disco.repl"],
"resc_dependencies": ["./build/hifive_unmatched.repl"],
"runtime_log_uart": "/tmp/uart-log",
"runtime_log_init_msg": "I: Inference server started",
"profiler_dump_path": "build/profiler.dump"
Expand Down

0 comments on commit 0ca31d7

Please sign in to comment.