Skip to content

Commit cc828b7

Browse files
Bhaskar VishnuVardhan ChebroluGitHub Enterprise
authored andcommitted
disabling p2p designs for u25 platform
2 parents e2dfc1e + ba8873c commit cc828b7

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

host/p2p_fpga2fpga/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ endif
160160
ifeq ($(findstring u50, $(DEVICE)), u50)
161161
$(error This example is not supported for $(DEVICE))
162162
endif
163+
ifeq ($(findstring _u25_, $(DEVICE)), _u25_)
164+
$(error This example is not supported for $(DEVICE))
165+
endif
163166

164167
ifeq ($(TARGET),$(filter $(TARGET),sw_emu hw_emu))
165168
$(CP) $(EMCONFIG_DIR)/emconfig.json .

host/p2p_fpga2fpga/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2425
DESIGN FILES
2526
------------

host/p2p_fpga2fpga/description.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@
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"

host/p2p_fpga2fpga_bandwidth/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ endif
146146
ifeq ($(findstring u50, $(DEVICE)), u50)
147147
$(error This example is not supported for $(DEVICE))
148148
endif
149+
ifeq ($(findstring _u25_, $(DEVICE)), _u25_)
150+
$(error This example is not supported for $(DEVICE))
151+
endif
149152

150153
ifeq ($(TARGET),$(filter $(TARGET),sw_emu hw_emu))
151154
$(CP) $(EMCONFIG_DIR)/emconfig.json .

host/p2p_fpga2fpga_bandwidth/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2425
DESIGN FILES
2526
------------

host/p2p_fpga2fpga_bandwidth/description.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@
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"

0 commit comments

Comments
 (0)