Advertisement
Guest User

Untitled

a guest
Jul 17th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.98 KB | None | 0 0
  1. [simpleton@summary-bream ~/Da-KComputer/Graphics_take_2]$ python3 -m pip install --user --upgrade nmigen[builtin-yosys]  
  2. Requirement already up-to-date: nmigen[builtin-yosys] in /home/simpleton/.local/lib/python3.6/site-packages
  3.   nmigen 0.2 does not provide the extra 'builtin-yosys'
  4. Collecting setuptools (from nmigen[builtin-yosys])
  5.   Using cached https://files.pythonhosted.org/packages/8e/11/9e10f1cad4518cb307b484c255cae61e97f05b82f6d536932b1714e01b47/setuptools-49.2.0-py3-none-any.whl
  6. Requirement already up-to-date: pyvcd~=0.1.4 in /home/simpleton/.local/lib/python3.6/site-packages (from nmigen[builtin-yosys])
  7. Requirement already up-to-date: Jinja2 in /home/simpleton/.local/lib/python3.6/site-packages (from nmigen[builtin-yosys])
  8. Requirement already up-to-date: six in /home/simpleton/.local/lib/python3.6/site-packages (from pyvcd~=0.1.4->nmigen[builtin-yosys])
  9. Requirement already up-to-date: MarkupSafe>=0.23 in /home/simpleton/.local/lib/python3.6/site-packages (from Jinja2->nmigen[builtin-yosys])
  10. Installing collected packages: setuptools
  11. Successfully installed setuptools-49.2.0
  12. [simpleton@summary-bream ~/Da-KComputer/Graphics_take_2]$ python3 -m nmigen_boards.arty_z7
  13. Traceback (most recent call last):
  14.   File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main
  15.     "__main__", mod_spec)
  16.   File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code
  17.     exec(code, run_globals)
  18.   File "/home/simpleton/.local/lib/python3.6/site-packages/nmigen_boards/arty_z7.py", line 175, in <module>
  19.     ArtyZ720Platform().build(Blinky(), do_program=True)
  20.   File "/home/simpleton/.local/lib/python3.6/site-packages/nmigen/build/plat.py", line 76, in build
  21.     require_tool(tool)
  22.   File "/home/simpleton/.local/lib/python3.6/site-packages/nmigen/_toolchain.py", line 36, in require_tool
  23.     format(name, env_var))
  24. nmigen._toolchain.ToolNotFound: Could not find required tool yosys in PATH. Place it directly in PATH or specify path explicitly via the YOSYS environment variable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement