aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/resources/target_profiles/ethos-u65-512.toml
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2023-11-15 12:58:02 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2023-11-15 13:02:36 +0000
commit2bd5b870c13d2785a3ff7177647f307e9ff3e58a (patch)
tree1d258c50df48c10b002a9eba8bc4a025bf58fb56 /src/mlia/resources/target_profiles/ethos-u65-512.toml
parent2dd8f2e64e4ecfbd49ef05d9f6d2644dd11a0462 (diff)
downloadmlia-2bd5b870c13d2785a3ff7177647f307e9ff3e58a.tar.gz
Add linters/checkers for TOML files to pre-commits
Change-Id: I8a228cbab405b4d4112e5e38856b3cb92304cba7 Signed-off-by: Benjamin Klimczak <benjamin.klimczak@arm.com>
Diffstat (limited to 'src/mlia/resources/target_profiles/ethos-u65-512.toml')
-rw-r--r--src/mlia/resources/target_profiles/ethos-u65-512.toml11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mlia/resources/target_profiles/ethos-u65-512.toml b/src/mlia/resources/target_profiles/ethos-u65-512.toml
index 6d32e63..1c6897f 100644
--- a/src/mlia/resources/target_profiles/ethos-u65-512.toml
+++ b/src/mlia/resources/target_profiles/ethos-u65-512.toml
@@ -1,13 +1,10 @@
# SPDX-FileCopyrightText: Copyright 2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
-target="ethos-u65"
-
+target = "ethos-u65"
# Number of MACs [256, 512]
-mac=512
-
+mac = 512
# Memory mode: [SRAM Only, Shared SRAM, Dedicated SRAM]
-memory_mode="Dedicated_Sram"
-
+memory_mode = "Dedicated_Sram"
# System configuration
-system_config="Ethos_U65_High_End"
+system_config = "Ethos_U65_High_End"