mirror of https://github.com/openXC7/prjxray.git
exclude 005-tilegrid/orphan_int_column from parts where it yields and empty design
Signed-off-by: Hans Baier <hansfbaier@gmail.com>
This commit is contained in:
parent
9a89b6cb16
commit
d4be34095c
|
|
@ -49,8 +49,11 @@ 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))
|
||||
TILEGRID_TDB_DEPENDENCIES += orphan_int_column/$(BUILD_FOLDER)/segbits_tilegrid.tdb
|
||||
endif
|
||||
endif
|
||||
|
||||
BASICDB_TILEGRID=$(BUILD_FOLDER)/basicdb/${XRAY_FABRIC}/tilegrid.json
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue