Skip to content

Commit

Permalink
exclude 005-tilegrid/orphan_int_column from parts where it yields and…
Browse files Browse the repository at this point in the history
… empty design
  • Loading branch information
hansfbaier committed Apr 20, 2022
1 parent 35081c3 commit ba552e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuzzers/005-tilegrid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ endif

# Kintex7 only fuzzers
ifeq (${XRAY_DATABASE}, kintex7)
ifneq (${XRAY_PART}, xc7k480tffg1156-2)
# 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
Expand Down

0 comments on commit ba552e2

Please sign in to comment.