aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json
diff options
context:
space:
mode:
authorDiego Russo <diego.russo@arm.com>2022-10-19 23:22:35 +0100
committerDiego Russo <diego.russo@arm.com>2022-10-21 12:54:16 +0100
commit9d34cb72d45a6d0a2ec1063ebf32536c1efdba75 (patch)
tree6a3520297d76fcb146f6ee86eaf6026e7a56e0d2 /src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json
parent4fa21325ec498adbf467876c2413c054d0e85c5b (diff)
downloadmlia-9d34cb72d45a6d0a2ec1063ebf32536c1efdba75.tar.gz
MLIA-671 Update generic inference runner to 22.08
Due to the new version of Corstone-310, the generic inference runner has been updated to 22.08: * The inference runner 22.08 doesn't have timing adapters because incompatible with new version of Corstone-310 * Remove some memory mode logic which is not needed anymore * Corstone-310 allows to run Ethos-U65 simulation hence adding the binary for enabling this case * Delete the inference runner 22.05 * Fix codebase and tests to cope with changes above Change-Id: I3dc894d7cb49b09102a19b0d7f588694a0f3b99f
Diffstat (limited to 'src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json')
-rw-r--r--src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json b/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json
index e0b1d1d..6f4f89b 100644
--- a/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json
+++ b/src/mlia/resources/backend_configs/systems/corstone-310/backend-config.json
@@ -34,5 +34,39 @@
}
]
}
+ },
+ {
+ "name": "Corstone-310: Cortex-M85+Ethos-U65",
+ "description": "Cortex-M85 and Ethos-U65 functional model implementations based on Corstone-310 design for MPS3 board.",
+ "annotations": {
+ "ip_class": "Ethos-U65",
+ "sim_type": "FM",
+ "variant": "Cortex-M85+Ethos-U65"
+ },
+ "commands": {
+ "run": [
+ "FVP_Corstone_SSE-310_Ethos-U65 -a {software.variables:eval_app} {user_params:input_file}@0x90000000 -C {user_params:mac} -C mps3_board.telnetterminal0.start_telnet=0 -C mps3_board.uart0.out_file='-' -C mps3_board.uart0.shutdown_on_eot=1 -C mps3_board.visualisation.disable-visualisation=1 --stat"
+ ]
+ },
+ "user_params": {
+ "run": [
+ {
+ "name": "--data",
+ "description": "Full file name for a custom model. Model must be in TensorFlow Lite format compiled with Vela.",
+ "values": [],
+ "alias": "input_file"
+ },
+ {
+ "name": "ethosu.num_macs=",
+ "description": "Arm Ethos-U65 configuration - the number represents MACs per cycle.",
+ "values": [
+ "256",
+ "512"
+ ],
+ "default_value": "512",
+ "alias": "mac"
+ }
+ ]
+ }
}
]