Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. python3 make.py --platform saturn
  2. Traceback (most recent call last):
  3. File "make.py", line 135, in <module>
  4. main()
  5. File "make.py", line 104, in main
  6. soc = SoC(platform, **soc_sdram_argdict(args), **dict(args.target_option))
  7. File "/home/dell/HDMI2USB-litex-firmware/targets/saturn/base.py", line 171, in __init__
  8. **kwargs)
  9. File "/home/dell/HDMI2USB-litex-firmware/third_party/litex/litex/soc/integration/soc_sdram.py", line 39, in __init__
  10. SoCCore.__init__(self, platform, clk_freq, **kwargs)
  11. File "/home/dell/HDMI2USB-litex-firmware/third_party/litex/litex/soc/integration/soc_core.py", line 142, in __init__
  12. self.submodules.uart_phy = uart.RS232PHY(platform.request("serial"), clk_freq, uart_baudrate)
  13. File "/home/dell/HDMI2USB-litex-firmware/third_party/litex/litex/soc/cores/uart.py", line 116, in __init__
  14. self.submodules.tx = RS232PHYTX(pads, self._tuning_word.storage)
  15. File "/home/dell/HDMI2USB-litex-firmware/third_party/litex/litex/soc/cores/uart.py", line 89, in __init__
  16. pads.tx.eq(0)
  17. File "/home/dell/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/structure.py", line 484, in __init__
  18. raise TypeError("Not all test body objects are Migen statements")
  19. TypeError: Not all test body objects are Migen statements
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement