fuzzers: 074-dump_all depends on 005-tilegrid.

The `generate_grid.py` tool requires tilegrid.json to run.

Fixes #601.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-02-03 20:48:06 +11:00
parent 0ae833360c
commit 357c32a53a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ $(eval $(call fuzzer,071-ppips,057-pip-bi 058-pip-hclk 060-bram-cascades))
ifneq ($(BITONLY),Y)
$(eval $(call fuzzer,072-ordered_wires,))
$(eval $(call fuzzer,073-get_counts,))
$(eval $(call fuzzer,074-dump_all,072-ordered_wires))
$(eval $(call fuzzer,074-dump_all,005-tilegrid 072-ordered_wires))
endif
endif
$(eval $(call fuzzer,100-dsp-mskpat,005-tilegrid))