aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/aiet/systems/corstone-310-vht/aiet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/resources/aiet/systems/corstone-310-vht/aiet-config.json')
-rw-r--r--src/mlia/resources/aiet/systems/corstone-310-vht/aiet-config.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/mlia/resources/aiet/systems/corstone-310-vht/aiet-config.json b/src/mlia/resources/aiet/systems/corstone-310-vht/aiet-config.json
new file mode 100644
index 0000000..dbc2622
--- /dev/null
+++ b/src/mlia/resources/aiet/systems/corstone-310-vht/aiet-config.json
@@ -0,0 +1,42 @@
+[
+ {
+ "name": "Corstone-310: Cortex-M85+Ethos-U55",
+ "description": "Cortex-M85 and Ethos-U55 functional model implementations based on Corstone-310 design for MPS3 board.",
+ "annotations": {
+ "ip_class": "Ethos-U55",
+ "sim_type": "FM",
+ "variant": "Cortex-M85+Ethos-U55"
+ },
+ "data_transfer": {
+ "protocol": "local"
+ },
+ "lock": true,
+ "commands": {
+ "run": [
+ "/opt/VHT/VHT_Corstone_SSE-310 -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 TFLite format compiled with Vela.",
+ "values": [],
+ "alias": "input_file"
+ },
+ {
+ "name": "ethosu.num_macs=",
+ "description": "Arm Ethos-U55 configuration - the number represents MACs per cycle.",
+ "values": [
+ "32",
+ "64",
+ "128",
+ "256"
+ ],
+ "default_value": "256",
+ "alias": "mac"
+ }
+ ]
+ }
+ }
+]