mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-29 01:13:57 +02:00
074-dump_all: increase jobs and tiles per job
Signed-off-by: Alessandro Comodi <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user