File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
host_memory_bandwidth_xrt
host_memory_copy_kernel_xrt Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
22ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
33$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
44endif
Original file line number Diff line number Diff line change 1- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
22ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
33$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
44endif
Original file line number Diff line number Diff line change 1- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
22ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
33$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
44endif
Original file line number Diff line number Diff line change 1- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
22ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
33$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
44endif
Original file line number Diff line number Diff line change 1- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
22ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
33$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
44endif
Original file line number Diff line number Diff line change 1- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
22ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
33$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
44endif
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ platform_test:
88
99VPP_LDFLAGS: = --config platform_hostmemory.cfg
1010
11- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
11+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
1212ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
1313$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
1414endif
You can’t perform that action at this time.
0 commit comments