forked from ARM-software/AVH-TFLmicrospeech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavh.yml
35 lines (32 loc) · 1.89 KB
/
avh.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
name: "Build and run microspeech on Corstone SSE-300 VHT platform"
workdir: ./
backend:
aws:
ami-version: ~=1.3
instance-type: t2.xlarge
upload:
- micro_speech/**/*
- Platform_FVP_Corstone_SSE-300_Ethos-U55/**/*
- VSI/**/*
steps:
- run: |
cd Platform_FVP_Corstone_SSE-300_Ethos-U55
cbuild --packs ./microspeech.Example.Reference.cprj
VHT_Corstone_SSE-300_Ethos-U55 -V ../VSI/audio/python -f ./fvp_config.txt -C cpu0.semihosting-enable=1 --stat --simlimit 24 ./Objects/microspeech.Reference.axf > ./microspeech.Reference.log
mv EventRecorder.log ./microspeech.Reference.EventRecorder.log
cbuild --packs ./microspeech.Example.SIMD.cprj
VHT_Corstone_SSE-300_Ethos-U55 -V ../VSI/audio/python -f ./fvp_config.txt -C cpu0.semihosting-enable=1 --stat --simlimit 24 ./Objects/microspeech.SIMD.axf > ./microspeech.SIMD.log
mv EventRecorder.log ./microspeech.SIMD.EventRecorder.log
cbuild --packs ./microspeech.Example.Helium.cprj
VHT_Corstone_SSE-300_Ethos-U55 -V ../VSI/audio/python -f ./fvp_config.txt -C cpu0.semihosting-enable=1 --stat --simlimit 80 ./Objects/microspeech.Helium.axf > ./microspeech.Helium.log
mv EventRecorder.log ./microspeech.Helium.EventRecorder.log
download:
- Platform_FVP_Corstone_SSE-300_Ethos-U55/microspeech.Reference.log
- Platform_FVP_Corstone_SSE-300_Ethos-U55/microspeech.Reference.EventRecorder.log
- Platform_FVP_Corstone_SSE-300_Ethos-U55/Objects/microspeech.Reference.axf
- Platform_FVP_Corstone_SSE-300_Ethos-U55/microspeech.SIMD.log
- Platform_FVP_Corstone_SSE-300_Ethos-U55/microspeech.SIMD.EventRecorder.log
- Platform_FVP_Corstone_SSE-300_Ethos-U55/Objects/microspeech.SIMD.axf
- Platform_FVP_Corstone_SSE-300_Ethos-U55/microspeech.Helium.log
- Platform_FVP_Corstone_SSE-300_Ethos-U55/microspeech.Helium.EventRecorder.log
- Platform_FVP_Corstone_SSE-300_Ethos-U55/Objects/microspeech.Helium.axf