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:
Hans Baier 2022-04-26 03:05:39 +07:00
parent 411d8f0852
commit 90aa6e5dd5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ endif
# Kintex7 only fuzzers
ifeq (${XRAY_DATABASE}, kintex7)
# 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
endif
endif