Skip to content

Commit

Permalink
Merge pull request #1816 from mithro/kintex-dsp
Browse files Browse the repository at this point in the history
Try running DSP fuzzers on Kintex7.
  • Loading branch information
mithro authored Jan 6, 2022
2 parents 49e40ec + c717c2f commit 5349556
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fuzzers/005-tilegrid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ TILEGRID_TDB_DEPENDENCIES += hclk_cmt/$(BUILD_FOLDER)/segbits_tilegrid.tdb
TILEGRID_TDB_DEPENDENCIES += pll/$(BUILD_FOLDER)/segbits_tilegrid.tdb
TILEGRID_TDB_DEPENDENCIES += hclk_ioi/$(BUILD_FOLDER)/segbits_tilegrid.tdb
TILEGRID_TDB_DEPENDENCIES += mmcm/$(BUILD_FOLDER)/segbits_tilegrid.tdb
TILEGRID_TDB_DEPENDENCIES += dsp_int/$(BUILD_FOLDER)/segbits_tilegrid.tdb
GENERATE_FULL_ARGS=

# Artix7 only fuzzers
Expand All @@ -51,11 +52,6 @@ ifeq (${XRAY_DATABASE}, kintex7)
TILEGRID_TDB_DEPENDENCIES += orphan_int_column/$(BUILD_FOLDER)/segbits_tilegrid.tdb
endif

# Disable DSP INT fuzzer on kintex7. It doesn't work, and isn't required.
ifneq (${XRAY_DATABASE}, kintex7)
TILEGRID_TDB_DEPENDENCIES += dsp_int/$(BUILD_FOLDER)/segbits_tilegrid.tdb
endif

BASICDB_TILEGRID=$(BUILD_FOLDER)/basicdb/${XRAY_FABRIC}/tilegrid.json

database: $(BUILD_FOLDER)/tilegrid.json
Expand Down

0 comments on commit 5349556

Please sign in to comment.