mirror of https://github.com/openXC7/prjxray.git
Increase vivado processes for extra parts.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
4691ba3183
commit
6129df827f
|
|
@ -95,7 +95,10 @@ set -e
|
|||
|
||||
# Generate extra parts file (tilegrid, tileconn, part yaml, part json and package_pin)
|
||||
set +e
|
||||
make db-extras-${XRAY_SETTINGS}-parts -j $CORES
|
||||
(
|
||||
export MAX_VIVADO_PROCESS=$((CORES/2 < 20 ? CORES/2 : 20))
|
||||
make db-extras-${XRAY_SETTINGS}-parts -j $CORES
|
||||
)
|
||||
EXTRAS_PARTS_RET=$?
|
||||
set -e
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue