Advertisement
Guest User

Untitled

a guest
Aug 13th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. # python3 nmigen_boards/nexys_video.py
  2. /usr/local/lib/python3.7/dist-packages/fasm/parser/__init__.py:41: RuntimeWarning: Unable to import fast Antlr4 parser implementation.
  3. ImportError: cannot import name 'antlr_to_tuple' from 'fasm.parser' (/usr/local/lib/python3.7/dist-packages/fasm/parser/__init__.py)
  4.  
  5. Falling back to the much slower pure Python textX based parser
  6. implementation.
  7.  
  8. Getting the faster antlr parser can normally be done by installing the
  9. required dependencies and then reinstalling the fasm package with:
  10. pip uninstall
  11. pip install -v fasm
  12.  
  13. """.format(e), RuntimeWarning)
  14. XC3SPROG (c) 2004-2011 xc3sprog project $Rev: 774 $ OS: Linux
  15. Free software: If you contribute nothing, expect nothing!
  16. Feedback on success/failure/enhancement requests:
  17. http://sourceforge.net/mail/?group_id=170565
  18. Check Sourceforge for updates:
  19. http://sourceforge.net/projects/xc3sprog/develop
  20.  
  21. Could not open FTDI device (using libftdi): device not found
  22. Unable to access FTDI device with either libftdi or FTD2XX
  23. Traceback (most recent call last):
  24. File "nmigen_boards/nexys_video.py", line 53, in <module>
  25. do_program=True)
  26. File "/home/markos/src/nmigen/nmigen/build/plat.py", line 103, in build
  27. self.toolchain_program(products, name, **(program_opts or {}))
  28. File "nmigen_boards/nexys_video.py", line 47, in toolchain_program
  29. subprocess.run([xc3sprog, "-c", "nexys4", bitstream_filename], check=True)
  30. File "/usr/lib/python3.7/subprocess.py", line 487, in run
  31. output=stdout, stderr=stderr)
  32. subprocess.CalledProcessError: Command '['xc3sprog', '-c', 'nexys4', '/tmp/nmigen_sjssw2ha_top.bit']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement