Created
May 21, 2020 08:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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