Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./make.py", line 363, in <module>
  3. main()
  4. File "./make.py", line 311, in main
  5. soc = SoCLinux(board.soc_cls, **soc_kwargs)
  6. File "/home/claude/litex/linux-on-litex-vexriscv/soc_linux.py", line 218, in SoCLinux
  7. return _SoCLinux(**kwargs)
  8. File "/home/claude/litex/linux-on-litex-vexriscv/soc_linux.py", line 99, in __init__
  9. **kwargs)
  10. File "/home/claude/.local/lib/python3.5/site-packages/litex_boards-0.0.0-py3.5.egg/litex_boards/official/targets/pcmcia.py", line 100, in __init__
  11. self.submodules.crg = _CRG(platform, sys_clk_freq)
  12. File "/home/claude/.local/lib/python3.5/site-packages/litex_boards-0.0.0-py3.5.egg/litex_boards/official/targets/pcmcia.py", line 40, in __init__
  13. self.platform.add_source("/home/claude/gateware/i2c_top.v")
  14. File "/home/claude/litex/migen/migen/fhdl/module.py", line 136, in __getattr__
  15. raise AttributeError("'"+self.__class__.__name__+"' object has no attribute '"+name+"'")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement