mirror of https://github.com/openXC7/prjxray.git
005-tilegrid: reduce number of specimens
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
5c829daa8c
commit
e8a2777a17
|
|
@ -1,4 +1,4 @@
|
|||
N ?= 10
|
||||
N ?= 6
|
||||
GENERATE_ARGS?="--oneval 1 --design params.csv --dword 5 --dframe 1C"
|
||||
include ../fuzzaddr/common.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
N ?= 10
|
||||
N ?= 6
|
||||
GENERATE_ARGS?="--oneval 1 --design params.csv --dword 0 --dframe 21"
|
||||
include ../fuzzaddr/common.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
N ?= 10
|
||||
N ?= 6
|
||||
GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 1C --dword 23"
|
||||
include ../fuzzaddr/common.mk
|
||||
|
|
|
|||
Loading…
Reference in New Issue