mirror of https://github.com/openXC7/prjxray.git
Increase N to avoid noise.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
14090764eb
commit
90bec29590
|
|
@ -1,6 +1,6 @@
|
||||||
# read/write width is relatively slow to resolve
|
# read/write width is relatively slow to resolve
|
||||||
# Even slower with multi bit masks...
|
# Even slower with multi bit masks...
|
||||||
N ?= 8
|
N ?= 10
|
||||||
|
|
||||||
include ../fuzzer.mk
|
include ../fuzzer.mk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue