Force SymbiFlow 'make' to be non-parallel.
Signed-off-by: Tim Callahan <tcal@google.com>
This commit is contained in:
parent
8a644c9086
commit
e59530ab50
|
@ -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 New Issue