-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmlek.csolution.yml
98 lines (87 loc) · 2.9 KB
/
mlek.csolution.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# SPDX-FileCopyrightText: Copyright 2022-2023 Arm Limited and/or its
# affiliates <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/tools/projmgr/2.6.0/tools/projmgr/schemas/csolution.schema.json
solution:
created-for: [email protected]
cdefault: # use default setup of toolchain specific controls.
# List of tested compilers that can be selected
select-compiler:
- compiler: GCC
# Select used compiler
compiler: GCC
packs:
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: Arm::[email protected]
- pack: ARM::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: AlifSemiconductor::[email protected]
build-types:
- type: debug
debug: on
optimize: none
misc: # micro-time.cpp compilation fails without pre including RTE_Components
- for-compiler: GCC
C-CPP:
- -include "RTE_Components.h"
- type: release
debug: on
optimize: speed
misc:
- for-compiler: GCC
C-CPP:
- -include "RTE_Components.h"
target-types:
- type: Alif-E7-M55-HP
device: AE722F80F55D5AS:M55_HP
define:
- ETHOSU55
- COPY_VECTORS
- NPU_QCONFIG: 1
- NPU_REGIONCFG_0: 1
- NPU_REGIONCFG_1: 0
- NPU_REGIONCFG_2: 1
- AXI_LIMIT0_MEM_TYPE: 3
- AXI_LIMIT1_MEM_TYPE: 3
- AXI_LIMIT2_MEM_TYPE: 3
- AXI_LIMIT3_MEM_TYPE: 3
- USART_DRV_NUM: 2
- type: Alif-E7-M55-HE
device: AE722F80F55D5AS:M55_HE
define:
- ETHOSU55
- COPY_VECTORS
- NPU_QCONFIG: 1
- NPU_REGIONCFG_0: 1
- NPU_REGIONCFG_1: 0
- NPU_REGIONCFG_2: 1
- AXI_LIMIT0_MEM_TYPE: 3
- AXI_LIMIT1_MEM_TYPE: 3
- AXI_LIMIT2_MEM_TYPE: 3
- AXI_LIMIT3_MEM_TYPE: 3
- USART_DRV_NUM: 4
projects:
- project: ./object-detection/object-detection.cproject.yml
for-context:
- +Alif-E7-M55-HP
- project: ./kws/kws.cproject.yml
for-context:
- +Alif-E7-M55-HE