From b57be1be1d6e2d6a36ff306e855ea5c04272ece8 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Fri, 18 Nov 2022 05:15:04 +0700 Subject: [PATCH] 037-iob18-pips: reduce the number of specimens and exclude bits we cannot solve (yet) Signed-off-by: Hans Baier --- fuzzers/037-iob18-pips/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzers/037-iob18-pips/Makefile b/fuzzers/037-iob18-pips/Makefile index 284a9e00..69556789 100644 --- a/fuzzers/037-iob18-pips/Makefile +++ b/fuzzers/037-iob18-pips/Makefile @@ -10,10 +10,10 @@ PIP_TYPE?=ioi PIPLIST_TCL=$(FUZDIR)/ioi_pip_list.tcl TODO_RE=".*" -EXCLUDE_RE=".*((PHASER)|(CLKDIVF)|(CLKDIVP)|(CLKDIVB)|(IOI_ILOGIC[01]_O)|(IOI_OLOGIC[01]_CLKB?\.)|(IOI_IMUX_RC)|(IOI_OLOGIC[01]_[OT]FB)|(OCLKM.*IMUX31)).*" +EXCLUDE_RE=".*((PHASER)|(CLKDIVF)|(CLKDIVP)|(CLKDIVB)|(IOI_ILOGIC[01]_O)|(IOI_OLOGIC[01]_CLKB?\.)|(IOI_IMUX_RC)|(IOI_OLOGIC[01]_[OT]FB)|(OCLKM.*IMUX31)|IOI_ODELAY[01]_CLKIN.IOI_OCLK_[01]|RIOI_O[01].RIOI_ODELAY[01]_DATAOUT|RIOI_O[01].RIOI_OLOGIC[01]_OQ).*" MAKETODO_FLAGS=--pip-type ${PIP_TYPE} --seg-type $(PIP_TYPE) --re $(TODO_RE) --sides "xr" --exclude-re $(EXCLUDE_RE) -N = 120 +N = 60 SPECIMENS_DEPS=build/cmt_regions.csv