Skip to content

Commit

Permalink
[#55088] scenarios: Update RenodeRuntime parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Mikolaj Klikowicz <[email protected]>
  • Loading branch information
mikolaj-klikowicz committed Feb 26, 2024
1 parent b724d9c commit dad6c37
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"dataset": {
"type": "kenning.datasets.magic_wand_dataset.MagicWandDataset",
"parameters": {
"dataset_root": "./build/MagicWandDataset",
"download_dataset": true
"dataset_root": "./build/MagicWandDataset"
}
},
"model_wrapper": {
Expand Down Expand Up @@ -42,6 +41,10 @@
"./sim/config/platforms/springbok.repl",
"./third-party/iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs"
],
"post_start_commands": [
"sysbus.vec_controlblock WriteDoubleWord 0xc 0"
],
"runtime_log_init_msg": "Runtime started",
"profiler_dump_path": "build/profiler.dump"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"dataset": {
"type": "kenning.datasets.magic_wand_dataset.MagicWandDataset",
"parameters": {
"dataset_root": "./build/MagicWandDataset",
"download_dataset": true
"dataset_root": "./build/MagicWandDataset"
}
},
"model_wrapper": {
Expand Down Expand Up @@ -42,6 +41,10 @@
"sim/config/platforms/springbok.repl",
"third-party/iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs"
],
"post_start_commands": [
"sysbus.vec_controlblock WriteDoubleWord 0xc 0"
],
"runtime_log_init_msg": "Runtime started",
"profiler_dump_path": "build/profiler.dump"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"dataset": {
"type": "kenning.datasets.visual_wake_words_dataset.VisualWakeWordsDataset",
"parameters": {
"dataset_root": "./build/COCODataset2017",
"download_dataset": true
"dataset_root": "./build/COCODataset2017"
}
},
"model_wrapper": {
Expand Down Expand Up @@ -42,6 +41,10 @@
"./sim/config/platforms/springbok.repl",
"./third-party/iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs"
],
"post_start_commands": [
"sysbus.vec_controlblock WriteDoubleWord 0xc 0"
],
"runtime_log_init_msg": "Runtime started",
"profiler_dump_path": "build/profiler.dump"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"dataset": {
"type": "kenning.datasets.visual_wake_words_dataset.VisualWakeWordsDataset",
"parameters": {
"dataset_root": "./build/COCODataset2017",
"download_dataset": true
"dataset_root": "./build/COCODataset2017"
}
},
"model_wrapper": {
Expand Down Expand Up @@ -42,6 +41,10 @@
"sim/config/platforms/springbok.repl",
"third-party/iree-rv32-springbok/sim/config/infrastructure/SpringbokRiscV32.cs"
],
"post_start_commands": [
"sysbus.vec_controlblock WriteDoubleWord 0xc 0"
],
"runtime_log_init_msg": "Runtime started",
"profiler_dump_path": "build/profiler.dump"
}
},
Expand Down

0 comments on commit dad6c37

Please sign in to comment.