mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Force SymbiFlow 'make' to be non-parallel.
Signed-off-by: Tim Callahan <tcal@google.com>
This commit is contained in:
parent
8a644c9086
commit
e59530ab50
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class _MakefileGenerator:
|
|||
|
||||
|
||||
def _run_make():
|
||||
make_cmd = ["make"]
|
||||
make_cmd = ["make", "-j1"]
|
||||
|
||||
if which("symbiflow_synth") is None:
|
||||
msg = "Unable to find Symbiflow toolchain, please:\n"
|
||||
|
|
Loading…
Reference in a new issue