074-dump_all: increase jobs and tiles per job

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2020-01-15 16:55:49 +01:00
parent 63bb8337f8
commit 3865c726f2
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
N := 1
SPECIMENS := $(addprefix build/specimen_,$(shell seq -f '%03.0f' $(N)))
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
MAX_VIVADO_PROCESS ?= 4
MAX_TILES_INSTANCE ?= 300
MAX_NODES_INSTANCE ?= 30000
MAX_VIVADO_PROCESS ?= 8
MAX_TILES_INSTANCE ?= 600
MAX_NODES_INSTANCE ?= 60000
database: $(SPECIMENS_OK)
true