From 357c32a53a10e479ea8c6ef6a76a0b43c28443e3 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sun, 3 Feb 2019 20:48:06 +1100 Subject: [PATCH] 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 --- fuzzers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/Makefile b/fuzzers/Makefile index 60242c40..9684404d 100644 --- a/fuzzers/Makefile +++ b/fuzzers/Makefile @@ -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))