From d144c9d2c8c1450a329202656385a1fa507b24a6 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 5 Feb 2019 17:21:00 +1100 Subject: [PATCH] fuzzers: Disable the DSP fuzzer for the moment. 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 20754216..78dd8a1c 100644 --- a/fuzzers/Makefile +++ b/fuzzers/Makefile @@ -87,7 +87,7 @@ $(eval $(call fuzzer,073-get_counts,)) $(eval $(call fuzzer,074-dump_all,005-tilegrid 072-ordered_wires)) endif endif -$(eval $(call fuzzer,100-dsp-mskpat,005-tilegrid)) +#$(eval $(call fuzzer,100-dsp-mskpat,005-tilegrid)) quick: $(MAKE) QUICK=Y