Skip to content

Commit c8e424a

Browse files
Virat Agarwalheeran-xilinx
authored andcommitted
Disabling zc for library_examples/gip_app (#544)
1 parent 491b910 commit c8e424a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

library_examples/gzip_app/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ $(EMCONFIG_DIR)/emconfig.json:
160160

161161
############################## Setting Essential Checks and Running Rules ##############################
162162
run: all
163+
ifeq ($(findstring zc, $(DEVICE)), zc)
164+
$(error This example is not supported for $(DEVICE))
165+
endif
163166
ifeq ($(findstring vck, $(DEVICE)), vck)
164167
$(error This example is not supported for $(DEVICE))
165168
endif

library_examples/gzip_app/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Platforms containing following strings in their names are not supported for this
1010

1111
::
1212

13+
zc
1314
vck
1415
u50
1516
u280

library_examples/gzip_app/description.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
],
66
"flow": "vitis",
77
"platform_blacklist": [
8+
"zc",
89
"vck",
910
"u50",
1011
"u280"

0 commit comments

Comments
 (0)