Skip to content

Commit

Permalink
[#56480] kenning-scenarios: Update scenarios with prebuilt binaries t…
Browse files Browse the repository at this point in the history
…o use resources from GH

Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan committed Mar 13, 2024
1 parent d8e3fa6 commit 118d99f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"type": "kenning.runtimes.renode.RenodeRuntime",
"parameters": {
"runtime_binary_path": "kenning:///renode/springbok/iree_runtime",
"platform_resc_path": "./sim/config/springbok.resc",
"platform_resc_path": "gh://antmicro:kenning-bare-metal-iree-runtime/sim/config/springbok.resc;branch=main",
"resc_dependencies": [
"./sim/config/platforms/springbok.repl",
"./third-party/iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs"
"gh://antmicro:kenning-bare-metal-iree-runtime/sim/config/platforms/springbok.repl;branch=main",
"gh://antmicro:iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs;branch=repo-as-submodule"
],
"post_start_commands": [
"sysbus.vec_controlblock WriteDoubleWord 0xc 0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"type": "kenning.runtimes.renode.RenodeRuntime",
"parameters": {
"runtime_binary_path": "kenning:///renode/springbok/iree_runtime",
"platform_resc_path": "./sim/config/springbok.resc",
"platform_resc_path": "gh://antmicro:kenning-bare-metal-iree-runtime/sim/config/springbok.resc;branch=main",
"resc_dependencies": [
"./sim/config/platforms/springbok.repl",
"./third-party/iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs"
"gh://antmicro:kenning-bare-metal-iree-runtime/sim/config/platforms/springbok.repl;branch=main",
"gh://antmicro:iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs;branch=repo-as-submodule"
],
"post_start_commands": [
"sysbus.vec_controlblock WriteDoubleWord 0xc 0"
Expand Down

0 comments on commit 118d99f

Please sign in to comment.