005-tilegrid: reduce number of specimens

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2020-01-14 17:47:32 +01:00
parent 5c829daa8c
commit e8a2777a17
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
N ?= 10
N ?= 6
GENERATE_ARGS?="--oneval 1 --design params.csv --dword 5 --dframe 1C"
include ../fuzzaddr/common.mk

View File

@ -1,4 +1,4 @@
N ?= 10
N ?= 6
GENERATE_ARGS?="--oneval 1 --design params.csv --dword 0 --dframe 21"
include ../fuzzaddr/common.mk

View File

@ -1,3 +1,3 @@
N ?= 10
N ?= 6
GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 1C --dword 23"
include ../fuzzaddr/common.mk