Skip to content

Commit

Permalink
065b-gtp: increase iteration count
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <[email protected]>
  • Loading branch information
acomodi committed Mar 21, 2022
1 parent 18b9201 commit 76c23bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/065b-gtp-common-pips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TODO_RE=".*HCLK_GTP_CK_MUX.*"
PIP_DIR=${XRAY_FUZZERS_DIR}/piplist/build/$(PIP_TYPE)

MAKETODO_FLAGS=--pip-type ${PIP_FILE} --seg-type $(SEG_TYPE) --re $(TODO_RE) --sides "" --pip-dir $(PIP_DIR)
N = 20
N = 40

SEGMATCH_FLAGS=-c 3
SPECIMENS_DEPS=$(BUILD_DIR)/cmt_regions.csv
Expand Down

0 comments on commit 76c23bb

Please sign in to comment.