Merge pull request #737 from mithro/enable-dsp

Re-enable the DSP fuzzer.
This commit is contained in:
Tim Ansell 2019-03-21 14:18:36 -07:00 committed by GitHub
commit a7066bb246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,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