-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathno_simulator.csolution.yml
More file actions
40 lines (35 loc) · 1.06 KB
/
no_simulator.csolution.yml
File metadata and controls
40 lines (35 loc) · 1.06 KB
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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/schemas/csolution.schema.json
solution:
compiler: AC6
mlops:
description: simulator target not present
model:
clayer: $AI-Layer$
simulator:
target: OtherSimulator
target-types:
- type: Hardware
device: RteTest_ARMCM0_Dual
variables:
- AI-Layer: $SolutionDir()$/ai_layer/ai_layer.clayer.yml
target-set:
- set:
images:
- project-context: core0
- project-context: core1
- type: Simulator
device: RteTest_ARMCM0_Dual
variables:
- AI-Layer: $SolutionDir()$/ai_layer/ai_layer.clayer.yml
target-set:
- set: FVP-Test
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-320
config-file: fvp/fvp_config.txt
images:
- project-context: core0
- project-context: core1
projects:
- project: core0/core0.cproject.yml
- project: core1/core1.cproject.yml