mirror of https://github.com/openXC7/prjxray.git
074-dump_all: increase jobs and tiles per job
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
63bb8337f8
commit
3865c726f2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue