From 0c4cde2004cf2c7ea29e1d269cb91b3377012304 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 1 Feb 2019 15:15:15 -0800 Subject: [PATCH] Increase sample counter for BRAM config. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/025-bram-config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/025-bram-config/Makefile b/fuzzers/025-bram-config/Makefile index 74dc1054..fec76d61 100644 --- a/fuzzers/025-bram-config/Makefile +++ b/fuzzers/025-bram-config/Makefile @@ -1,6 +1,6 @@ # read/write width is relatively slow to resolve # Even slower with multi bit masks... -N ?= 10 +N ?= 15 include ../fuzzer.mk