mirror of https://github.com/openXC7/prjxray.git
fuzzers/005-tilegrid/Makefile: exclude kintex parts by fabric, not by part for orphan_int_column fuzzer
Signed-off-by: Hans Baier <hansfbaier@gmail.com>
This commit is contained in:
parent
411d8f0852
commit
90aa6e5dd5
|
|
@ -50,7 +50,7 @@ endif
|
||||||
# Kintex7 only fuzzers
|
# Kintex7 only fuzzers
|
||||||
ifeq (${XRAY_DATABASE}, kintex7)
|
ifeq (${XRAY_DATABASE}, kintex7)
|
||||||
# These kintex parts give an empty design
|
# These kintex parts give an empty design
|
||||||
ifneq (${XRAY_PART}, $(filter ${XRAY_PART}, xc7k160tffg676-2 xc7k325tffg900-2 xc7k480tffg1156-2))
|
ifneq (${XRAY_FABRIC}, $(filter ${XRAY_FABRIC}, xc7k160t xc7k325t xc7k480t))
|
||||||
TILEGRID_TDB_DEPENDENCIES += orphan_int_column/$(BUILD_FOLDER)/segbits_tilegrid.tdb
|
TILEGRID_TDB_DEPENDENCIES += orphan_int_column/$(BUILD_FOLDER)/segbits_tilegrid.tdb
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue