Skip to content

Commit ba8873c

Browse files
committed
removed u30 from ndevice in master
1 parent ab5e054 commit ba8873c

File tree

12 files changed

+4
-28
lines changed

12 files changed

+4
-28
lines changed

host/p2p_bandwidth/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ endif
138138
ifeq ($(findstring _u25_, $(DEVICE)), _u25_)
139139
$(error This example is not supported for $(DEVICE))
140140
endif
141-
ifeq ($(findstring u30, $(DEVICE)), u30)
142-
$(error This example is not supported for $(DEVICE))
143-
endif
144141
ifeq ($(findstring u200, $(DEVICE)), u200)
145142
$(error This example is not supported for $(DEVICE))
146143
endif

host/p2p_bandwidth/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Platforms containing following strings in their names are not supported for this
1717
zc
1818
vck
1919
_u25_
20-
u30
2120
u200
2221
u250
2322
u50

host/p2p_bandwidth/description.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"zc",
2626
"vck",
2727
"_u25_",
28-
"u30",
2928
"u200",
3029
"u250",
3130
"u50",
@@ -36,7 +35,6 @@
3635
"zc",
3736
"vck",
3837
"_u25_",
39-
"u30",
4038
"u200",
4139
"u250",
4240
"u50",

host/p2p_fpga2fpga/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ endif
163163
ifeq ($(findstring _u25_, $(DEVICE)), _u25_)
164164
$(error This example is not supported for $(DEVICE))
165165
endif
166-
ifeq ($(findstring u30, $(DEVICE)), u30)
167-
$(error This example is not supported for $(DEVICE))
168-
endif
169166

170167
ifeq ($(TARGET),$(filter $(TARGET),sw_emu hw_emu))
171168
$(CP) $(EMCONFIG_DIR)/emconfig.json .

host/p2p_fpga2fpga/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Platforms containing following strings in their names are not supported for this
2121
aws
2222
u50
2323
_u25_
24-
u30
2524

2625
DESIGN FILES
2726
------------

host/p2p_fpga2fpga/description.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"vck",
2828
"aws",
2929
"u50",
30-
"_u25_",
31-
"u30"
30+
"_u25_"
3231
],
3332
"platform_blacklist": [
3433
"zc",
@@ -37,8 +36,7 @@
3736
"vck",
3837
"aws",
3938
"u50",
40-
"_u25_",
41-
"u30"
39+
"_u25_"
4240
],
4341
"runtime": [
4442
"OpenCL"

host/p2p_fpga2fpga_bandwidth/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ endif
149149
ifeq ($(findstring _u25_, $(DEVICE)), _u25_)
150150
$(error This example is not supported for $(DEVICE))
151151
endif
152-
ifeq ($(findstring u30, $(DEVICE)), u30)
153-
$(error This example is not supported for $(DEVICE))
154-
endif
155152

156153
ifeq ($(TARGET),$(filter $(TARGET),sw_emu hw_emu))
157154
$(CP) $(EMCONFIG_DIR)/emconfig.json .

host/p2p_fpga2fpga_bandwidth/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Platforms containing following strings in their names are not supported for this
2121
aws
2222
u50
2323
_u25_
24-
u30
2524

2625
DESIGN FILES
2726
------------

host/p2p_fpga2fpga_bandwidth/description.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"vck",
2424
"aws",
2525
"u50",
26-
"_u25_",
27-
"u30"
26+
"_u25_"
2827
],
2928
"platform_blacklist": [
3029
"zc",
@@ -33,8 +32,7 @@
3332
"vck",
3433
"aws",
3534
"u50",
36-
"_u25_",
37-
"u30"
35+
"_u25_"
3836
],
3937
"runtime": [
4038
"OpenCL"

host/p2p_simple/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ endif
136136
ifeq ($(findstring _u25_, $(DEVICE)), _u25_)
137137
$(error This example is not supported for $(DEVICE))
138138
endif
139-
ifeq ($(findstring u30, $(DEVICE)), u30)
140-
$(error This example is not supported for $(DEVICE))
141-
endif
142139
ifeq ($(findstring u200, $(DEVICE)), u200)
143140
$(error This example is not supported for $(DEVICE))
144141
endif

0 commit comments

Comments
 (0)