Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D: g.device.hardware: found revC1 device with serial C1-20200320T194512Z
- D: g.applet.interface.uart: clock in=48000.000 req=9.600 out=9.600 [kHz] error=0 [ppm] duty=50.0%
- D: g.applet.interface.uart: claimed pipe P and port(s) A, B
- D: g.applet.interface.uart: adding reset register at address 0x05
- D: g.applet.interface.uart: assigning pin 'rx' to device pin A0
- D: g.applet.interface.uart: assigning pin 'tx' to device pin A1
- T: g.device.hardware: USB: CONTROL IN type=0x40 request=0x18 value=0x0000 index=0x0000 length=16 (submit)
- T: g.device.hardware: USB: CONTROL IN data=<00000000000000000000000000000000> (completed)
- I: g.device.hardware: building bitstream ID b8013ec24732a3c0f4ed64223ec11f72
- ERROR: Parser error in line 619: syntax error
- Traceback (most recent call last):
- File "/home/andres/.local/bin/glasgow", line 11, in <module>
- load_entry_point('glasgow', 'console_scripts', 'glasgow')()
- File "/home/andres/sources/glasgow/software/glasgow/cli.py", line 797, in main
- exit(loop.run_until_complete(_main()))
- File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
- return future.result()
- File "/home/andres/sources/glasgow/software/glasgow/cli.py", line 488, in _main
- await device.download_target(plan, rebuild=args.rebuild)
- File "/home/andres/sources/glasgow/software/glasgow/device/hardware.py", line 363, in download_target
- await self.download_bitstream(plan.execute(), plan.bitstream_id)
- File "/home/andres/sources/glasgow/software/glasgow/target/hardware.py", line 118, in execute
- products = self.lower.execute_local(build_dir)
- 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
- subprocess.check_call(["sh", "{}.sh".format(self.script)])
- File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
- raise CalledProcessError(retcode, cmd)
- subprocess.CalledProcessError: Command '['sh', 'build_top.sh']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement