mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #945 from tcal-x/symbiflow-make
Force SymbiFlow 'make' to be non-parallel.
This commit is contained in:
commit
deda54a9ba
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