aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/aiet/systems/corstone-300-vht/aiet-config.json
diff options
context:
space:
mode:
authorDiego Russo <diego.russo@arm.com>2022-05-30 13:34:14 +0100
committerDiego Russo <diego.russo@arm.com>2022-05-30 13:34:14 +0100
commit0efca3cadbad5517a59884576ddb90cfe7ac30f8 (patch)
treeabed6cb6fbf3c439fc8d947f505b6a53d5daeb1e /src/mlia/resources/aiet/systems/corstone-300-vht/aiet-config.json
parent0777092695c143c3a54680b5748287d40c914c35 (diff)
downloadmlia-0efca3cadbad5517a59884576ddb90cfe7ac30f8.tar.gz
Add MLIA codebase0.3.0-rc.1
Add MLIA codebase including sources and tests. Change-Id: Id41707559bd721edd114793618d12ccd188d8dbd
Diffstat (limited to 'src/mlia/resources/aiet/systems/corstone-300-vht/aiet-config.json')
-rw-r--r--src/mlia/resources/aiet/systems/corstone-300-vht/aiet-config.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/src/mlia/resources/aiet/systems/corstone-300-vht/aiet-config.json b/src/mlia/resources/aiet/systems/corstone-300-vht/aiet-config.json
new file mode 100644
index 0000000..3ffa548
--- /dev/null
+++ b/src/mlia/resources/aiet/systems/corstone-300-vht/aiet-config.json
@@ -0,0 +1,80 @@
+[
+ {
+ "name": "Corstone-300: Cortex-M55+Ethos-U55",
+ "description": "Cortex-M55 and Ethos-U55 functional model implementations based on Corstone-300 design for MPS3 board.",
+ "annotations": {
+ "ip_class": "Ethos-U55",
+ "sim_type": "FM",
+ "variant": "Cortex-M55+Ethos-U55"
+ },
+ "data_transfer": {
+ "protocol": "local"
+ },
+ "lock": true,
+ "commands": {
+ "run": [
+ "/opt/VHT/VHT_Corstone_SSE-300_Ethos-U55 -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"
+ }
+ ]
+ }
+ },
+ {
+ "name": "Corstone-300: Cortex-M55+Ethos-U65",
+ "description": "Cortex-M55 and Ethos-U65 functional model implementations based on Corstone-300 design for MPS3 board.",
+ "annotations": {
+ "ip_class": "Ethos-U65",
+ "sim_type": "FM",
+ "variant": "Cortex-M55+Ethos-U65"
+ },
+ "data_transfer": {
+ "protocol": "local"
+ },
+ "lock": true,
+ "commands": {
+ "run": [
+ "/opt/VHT/VHT_Corstone_SSE-300_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 TFLite 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"
+ }
+ ]
+ }
+ }
+]