File tree Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ endif
160160ifeq ($(findstring u50, $(DEVICE ) ) , u50)
161161$(error This example is not supported for $(DEVICE))
162162endif
163+ ifeq ($(findstring _u25_, $(DEVICE ) ) , _u25_)
164+ $(error This example is not supported for $(DEVICE))
165+ endif
163166
164167ifeq ($(TARGET ) ,$(filter $(TARGET ) ,sw_emu hw_emu) )
165168 $(CP) $(EMCONFIG_DIR)/emconfig.json .
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Platforms containing following strings in their names are not supported for this
2020 vck
2121 aws
2222 u50
23+ _u25_
2324
2425DESIGN FILES
2526------------
Original file line number Diff line number Diff line change 2626 " 2018" ,
2727 " vck" ,
2828 " aws" ,
29- " u50"
29+ " u50" ,
30+ " _u25_"
3031 ],
3132 "platform_blacklist" : [
3233 " zc" ,
3334 " 201910" ,
3435 " 2018" ,
3536 " vck" ,
3637 " aws" ,
37- " u50"
38+ " u50" ,
39+ " _u25_"
3840 ],
3941 "runtime" : [
4042 " OpenCL"
Original file line number Diff line number Diff line change @@ -146,6 +146,9 @@ endif
146146ifeq ($(findstring u50, $(DEVICE ) ) , u50)
147147$(error This example is not supported for $(DEVICE))
148148endif
149+ ifeq ($(findstring _u25_, $(DEVICE ) ) , _u25_)
150+ $(error This example is not supported for $(DEVICE))
151+ endif
149152
150153ifeq ($(TARGET ) ,$(filter $(TARGET ) ,sw_emu hw_emu) )
151154 $(CP) $(EMCONFIG_DIR)/emconfig.json .
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Platforms containing following strings in their names are not supported for this
2020 vck
2121 aws
2222 u50
23+ _u25_
2324
2425DESIGN FILES
2526------------
Original file line number Diff line number Diff line change 2222 " 2018" ,
2323 " vck" ,
2424 " aws" ,
25- " u50"
25+ " u50" ,
26+ " _u25_"
2627 ],
2728 "platform_blacklist" : [
2829 " zc" ,
2930 " 201910" ,
3031 " 2018" ,
3132 " vck" ,
3233 " aws" ,
33- " u50"
34+ " u50" ,
35+ " _u25_"
3436 ],
3537 "runtime" : [
3638 " OpenCL"
You can’t perform that action at this time.
0 commit comments