diff --git a/fuzzers/054-pip-fan-alt/Makefile b/fuzzers/054-pip-fan-alt/Makefile index 7b6add6d..05029a27 100644 --- a/fuzzers/054-pip-fan-alt/Makefile +++ b/fuzzers/054-pip-fan-alt/Makefile @@ -1,5 +1,4 @@ -#MAKETODO_FLAGS=--re "^INT_[LR].(?!IMUX)[^\.]+.\.GFAN[0-9]$$" -MAKETODO_FLAGS=--re "^INT_[LR].FAN_ALT.*GFAN" +MAKETODO_FLAGS=--re "^INT_[LR].(FAN|BYP)_ALT[0-9]\.GFAN[0-9]$$" GENERATE_FLAGS=--todo ../todo.txt N = 48 SEGMATCH_FLAGS=-m 30 -M 45 -c 2 diff --git a/fuzzers/054-pip-fan-alt/README.md b/fuzzers/054-pip-fan-alt/README.md index 1d4506ae..57546f54 100644 --- a/fuzzers/054-pip-fan-alt/README.md +++ b/fuzzers/054-pip-fan-alt/README.md @@ -1,3 +1,4 @@ -# Fuzzer for the ALT_FAN.*GFAN PIPs +Fuzzer for the FAN_ALT.*GFAN PIPs and BYP_ALT.*GFAN PIPs +--------------------------------- -This fuzzer solves the ALT_FAN.GFAN PIPs which had collisions with the GFAN PIPs. +This fuzzer solves the FAN_ALT.GFAN PIPs which had collisions with the GFAN PIPs as well as the BYP_ALT.GFAN PIPs.