Skip to content

Instantly share code, notes, and snippets.

@tech2077
Created May 21, 2020 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tech2077/e62021be7bf79aecbb1c3cdeb405ed49 to your computer and use it in GitHub Desktop.
Save tech2077/e62021be7bf79aecbb1c3cdeb405ed49 to your computer and use it in GitHub Desktop.
Error message for nmigen_yosys on Windows x64 with Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
PS C:\Windows\system32> python -V
Python 3.8.0
PS C:\Windows\system32> python -m nmigen_yosys -V
Traceback (most recent call last):
File "C:\Program Files\Python38\lib\runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Program Files\Python38\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\Python38\lib\site-packages\nmigen_yosys\__main__.py", line 23, in <module>
yosys = linker.instantiate(wasmtime.Module(store,
File "C:\Program Files\Python38\lib\site-packages\wasmtime\_module.py", line 44, in __init__
raise WasmtimeError.__from_ptr__(error)
wasmtime._error.WasmtimeError: WebAssembly failed to compile
Caused by:
Compilation error: Implementation limit exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment