Advertisement
Guest User

Untitled

a guest
Mar 20th, 2020
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. D: g.device.hardware: found revC1 device with serial C1-20200320T194512Z
  2. D: g.applet.interface.uart: clock in=48000.000 req=9.600 out=9.600 [kHz] error=0 [ppm] duty=50.0%
  3. D: g.applet.interface.uart: claimed pipe P and port(s) A, B
  4. D: g.applet.interface.uart: adding reset register at address 0x05
  5. D: g.applet.interface.uart: assigning pin 'rx' to device pin A0
  6. D: g.applet.interface.uart: assigning pin 'tx' to device pin A1
  7. T: g.device.hardware: USB: CONTROL IN type=0x40 request=0x18 value=0x0000 index=0x0000 length=16 (submit)
  8. T: g.device.hardware: USB: CONTROL IN data=<00000000000000000000000000000000> (completed)
  9. I: g.device.hardware: building bitstream ID b8013ec24732a3c0f4ed64223ec11f72
  10. ERROR: Parser error in line 619: syntax error
  11. Traceback (most recent call last):
  12. File "/home/andres/.local/bin/glasgow", line 11, in <module>
  13. load_entry_point('glasgow', 'console_scripts', 'glasgow')()
  14. File "/home/andres/sources/glasgow/software/glasgow/cli.py", line 797, in main
  15. exit(loop.run_until_complete(_main()))
  16. File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
  17. return future.result()
  18. File "/home/andres/sources/glasgow/software/glasgow/cli.py", line 488, in _main
  19. await device.download_target(plan, rebuild=args.rebuild)
  20. File "/home/andres/sources/glasgow/software/glasgow/device/hardware.py", line 363, in download_target
  21. await self.download_bitstream(plan.execute(), plan.bitstream_id)
  22. File "/home/andres/sources/glasgow/software/glasgow/target/hardware.py", line 118, in execute
  23. products = self.lower.execute_local(build_dir)
  24. File "/home/andres/.local/lib/python3.8/site-packages/nmigen-0.3.dev2+g5ae8791-py3.8.egg/nmigen/build/run.py", line 98, in execute_local
  25. subprocess.check_call(["sh", "{}.sh".format(self.script)])
  26. File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
  27. raise CalledProcessError(retcode, cmd)
  28. subprocess.CalledProcessError: Command '['sh', 'build_top.sh']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement