Merge pull request #945 from tcal-x/symbiflow-make

Force SymbiFlow 'make' to be non-parallel.
This commit is contained in:
enjoy-digital 2021-06-16 14:57:36 +02:00 committed by GitHub
commit deda54a9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class _MakefileGenerator:
def _run_make(): def _run_make():
make_cmd = ["make"] make_cmd = ["make", "-j1"]
if which("symbiflow_synth") is None: if which("symbiflow_synth") is None:
msg = "Unable to find Symbiflow toolchain, please:\n" msg = "Unable to find Symbiflow toolchain, please:\n"