Skip to content

Commit

Permalink
U50 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adarsh Kapil authored and heeran-xilinx committed Jun 25, 2019
1 parent fa948cc commit 49f1658
Show file tree
Hide file tree
Showing 47 changed files with 209 additions and 30 deletions.
6 changes: 6 additions & 0 deletions getting_started/host/host_global_bandwidth/Makefile
Expand Up @@ -100,12 +100,18 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u280-es1_xdma, $(DEVICE)), xilinx_u280-es1_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u280-es1:xdma, $(DEVICE)), xilinx:u280-es1:xdma)
$(error Nothing to be done for make)
endif
Expand Down
4 changes: 3 additions & 1 deletion getting_started/host/host_global_bandwidth/description.json
Expand Up @@ -11,8 +11,10 @@
"cmd_args": "BUILD/krnl_host_global.xclbin",
"output_files": "metric1.csv",
"nboard": [
"xilinx_u50_xdma",
"xilinx_u280-es1_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:u280-es1:xdma",
"xilinx:aws-vu9p-f1-04261818:dynamic"
],
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/host_global_bandwidth_5.0_shell/Makefile
Expand Up @@ -100,6 +100,9 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u280-es1_xdma, $(DEVICE)), xilinx_u280-es1_xdma)
$(error Nothing to be done for make)
endif
Expand Down Expand Up @@ -127,6 +130,9 @@ endif
ifeq ($(findstring xilinx:u280-es1:xdma, $(DEVICE)), xilinx:u280-es1:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u200:xdma, $(DEVICE)), xilinx:u200:xdma)
$(error Nothing to be done for make)
endif
Expand Down
Expand Up @@ -11,6 +11,7 @@
"cmd_args": "BUILD/krnl_host_global.xclbin",
"output_files": "metric1.csv",
"nboard": [
"xilinx_u50_xdma",
"xilinx_u280-es1_xdma",
"xilinx_u200_xdma",
"xilinx_u200_qdma",
Expand All @@ -19,7 +20,8 @@
"xilinx_vcu1525_dynamic",
"xilinx_u280_xdma",
"xilinx_u250_qdma",
"xilinx:u280-es1:xdma",
"xilinx:u280-es1:xdma",
"xilinx:u50:xdma",
"xilinx:u200:xdma",
"xilinx:u200:qdma",
"xilinx:u250:xdma",
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/multiple_cus_asymmetrical/Makefile
Expand Up @@ -100,9 +100,15 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:aws:vu9p:f1:04261818, $(DEVICE)), xilinx:aws:vu9p:f1:04261818)
$(error Nothing to be done for make)
endif
Expand Down
Expand Up @@ -8,7 +8,11 @@
"os": [
"Linux"
],
"nboard":["xilinx_aws-vu9p-f1-04261818","xilinx:aws:vu9p:f1:04261818"
"nboard":[
"xilinx_u50_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:aws:vu9p:f1:04261818"
],

"libs": [
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/streaming_host_bandwidth/Makefile
Expand Up @@ -100,6 +100,9 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u200_xdma, $(DEVICE)), xilinx_u200_xdma)
$(error Nothing to be done for make)
endif
Expand All @@ -115,6 +118,9 @@ endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u200:xdma, $(DEVICE)), xilinx:u200:xdma)
$(error Nothing to be done for make)
endif
Expand Down
Expand Up @@ -5,11 +5,13 @@
"This is a simple Vector Increment C Kernel design with 1 Stream input and 1 Stream output that demonstrates on how to process an input stream of data for computation in an application and the Host to Device streaming bandwidth test."
],
"nboard": [
"xilinx_u50_xdma",
"xilinx_u200_xdma",
"xilinx_u250_xdma",
"xilinx_u280_xdma",
"xilinx_u280-es1_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:u200:xdma",
"xilinx:u250:xdma",
"xilinx:u280:xdma",
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/streaming_k2k/Makefile
Expand Up @@ -106,6 +106,9 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u200_xdma, $(DEVICE)), xilinx_u200_xdma)
$(error Nothing to be done for make)
endif
Expand All @@ -121,6 +124,9 @@ endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u200:xdma, $(DEVICE)), xilinx:u200:xdma)
$(error Nothing to be done for make)
endif
Expand Down
4 changes: 3 additions & 1 deletion getting_started/host/streaming_k2k/description.json
Expand Up @@ -6,11 +6,13 @@
],
"key_concepts": [ "Read/Write Stream", "Create/Release Stream"],
"nboard": [
"xilinx_u50_xdma",
"xilinx_u200_xdma",
"xilinx_u250_xdma",
"xilinx_u280_xdma",
"xilinx_u280-es1_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:u200:xdma",
"xilinx:u250:xdma",
"xilinx:u280:xdma",
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/streaming_k2k_mm/Makefile
Expand Up @@ -106,9 +106,15 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:aws-vu9p-f1-04261818:dynamic, $(DEVICE)), xilinx:aws-vu9p-f1-04261818:dynamic)
$(error Nothing to be done for make)
endif
Expand Down
4 changes: 3 additions & 1 deletion getting_started/host/streaming_k2k_mm/description.json
Expand Up @@ -10,7 +10,9 @@
"Linux"
],
"nboard": [
"xilinx_aws-vu9p-f1-04261818",
"xilinx_u50_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:aws-vu9p-f1-04261818:dynamic"
],

Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/streaming_mm_mixed/Makefile
Expand Up @@ -100,6 +100,9 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u200_xdma, $(DEVICE)), xilinx_u200_xdma)
$(error Nothing to be done for make)
endif
Expand All @@ -115,6 +118,9 @@ endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u200:xdma, $(DEVICE)), xilinx:u200:xdma)
$(error Nothing to be done for make)
endif
Expand Down
4 changes: 3 additions & 1 deletion getting_started/host/streaming_mm_mixed/description.json
Expand Up @@ -6,11 +6,13 @@
],
"key_concepts": [ "Read/Write Stream", "Create/Release Stream"],
"nboard": [
"xilinx_u50_xdma",
"xilinx_u200_xdma",
"xilinx_u250_xdma",
"xilinx_u280_xdma",
"xilinx_u280-es1_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:u200:xdma",
"xilinx:u250:xdma",
"xilinx:u280:xdma",
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/streaming_multi_cus/Makefile
Expand Up @@ -98,6 +98,9 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u200_xdma, $(DEVICE)), xilinx_u200_xdma)
$(error Nothing to be done for make)
endif
Expand All @@ -113,6 +116,9 @@ endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u200:xdma, $(DEVICE)), xilinx:u200:xdma)
$(error Nothing to be done for make)
endif
Expand Down
4 changes: 3 additions & 1 deletion getting_started/host/streaming_multi_cus/description.json
Expand Up @@ -6,11 +6,13 @@
],
"key_concepts": [ "Read/Write Stream", "Create/Release Stream"],
"nboard": [
"xilinx_u50_xdma",
"xilinx_u200_xdma",
"xilinx_u250_xdma",
"xilinx_u280_xdma",
"xilinx_u280-es1_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:u200:xdma",
"xilinx:u250:xdma",
"xilinx:u280:xdma",
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/streaming_simple/Makefile
Expand Up @@ -100,6 +100,9 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u200_xdma, $(DEVICE)), xilinx_u200_xdma)
$(error Nothing to be done for make)
endif
Expand All @@ -115,6 +118,9 @@ endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u200:xdma, $(DEVICE)), xilinx:u200:xdma)
$(error Nothing to be done for make)
endif
Expand Down
4 changes: 3 additions & 1 deletion getting_started/host/streaming_simple/description.json
Expand Up @@ -5,11 +5,13 @@
"This is a simple Vector Add C Kernel design with 2 Stream inputs and 1 Stream output that demonstrates on how to process an input stream of data for computation in an application."
],
"nboard": [
"xilinx_u50_xdma",
"xilinx_u200_xdma",
"xilinx_u250_xdma",
"xilinx_u280_xdma",
"xilinx_u280-es1_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:u200:xdma",
"xilinx:u250:xdma",
"xilinx:u280:xdma",
Expand Down
6 changes: 6 additions & 0 deletions getting_started/host/sub_devices_c/Makefile
Expand Up @@ -100,9 +100,15 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:aws-vu9p-f1-04261818:dynamic, $(DEVICE)), xilinx:aws-vu9p-f1-04261818:dynamic)
$(error Nothing to be done for make)
endif
Expand Down
4 changes: 3 additions & 1 deletion getting_started/host/sub_devices_c/description.json
Expand Up @@ -10,7 +10,9 @@
"Linux"
],
"nboard": [
"xilinx_aws-vu9p-f1-04261818",
"xilinx_u50_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:aws-vu9p-f1-04261818:dynamic"
],
"libs": [
Expand Down
6 changes: 6 additions & 0 deletions getting_started/kernel_to_gmem/gmem_2banks_c/Makefile
Expand Up @@ -103,9 +103,15 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_aws-vu9p-f1-04261818, $(DEVICE)), xilinx_aws-vu9p-f1-04261818)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:aws-vu9p-f1-04261818:dynamic, $(DEVICE)), xilinx:aws-vu9p-f1-04261818:dynamic)
$(error Nothing to be done for make)
endif
Expand Down
2 changes: 2 additions & 0 deletions getting_started/kernel_to_gmem/gmem_2banks_c/description.json
Expand Up @@ -12,7 +12,9 @@
"Linux"
],
"nboard": [
"xilinx_u50_xdma",
"xilinx_aws-vu9p-f1-04261818",
"xilinx:u50:xdma",
"xilinx:aws-vu9p-f1-04261818:dynamic"

],
Expand Down
Expand Up @@ -103,6 +103,9 @@ $(EMCONFIG_DIR)/emconfig.json:
emconfigutil --platform $(DEVICE) --od $(EMCONFIG_DIR)

check: all
ifeq ($(findstring xilinx_u50_xdma, $(DEVICE)), xilinx_u50_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx_u280-es1_xdma, $(DEVICE)), xilinx_u280-es1_xdma)
$(error Nothing to be done for make)
endif
Expand All @@ -127,6 +130,9 @@ endif
ifeq ($(findstring xilinx_u280_xdma, $(DEVICE)), xilinx_u280_xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u50:xdma, $(DEVICE)), xilinx:u50:xdma)
$(error Nothing to be done for make)
endif
ifeq ($(findstring xilinx:u280-es1:xdma, $(DEVICE)), xilinx:u280-es1:xdma)
$(error Nothing to be done for make)
endif
Expand Down
Expand Up @@ -12,14 +12,16 @@
"Linux"
],
"nboard": [
"xilinx_u50_xdma",
"xilinx_u280-es1_xdma",
"xilinx_u200_xdma",
"xilinx_u200_qdma",
"xilinx_u250_xdma",
"xilinx_u250_qdma",
"xilinx_vcu1525_xdma",
"xilinx_vcu1525_dynamic",
"xilinx_u280_xdma",
"xilinx_u280_xdma",
"xilinx:u50:xdma",
"xilinx:u280-es1:xdma",
"xilinx:u200:xdma",
"xilinx:u200:qdma",
Expand Down

0 comments on commit 49f1658

Please sign in to comment.