Guest User

Untitled

a guest
Jul 4th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. $ litex-boards/litex_boards/targets/lambdaconcept_ecpix5.py --build \
  2. --cpu-type rocket --cpu-variant linuxd --sys-clk-freq 50e6 \
  3. --with-ethernet --with-sdcard
  4. [...]
  5. INFO:SoCIRQHandler:ethmac IRQ allocated at Location 2.
  6. INFO:SoCDMABusHandler:sdblock2mem added as Bus Master.
  7. INFO:SoCDMABusHandler:sdmem2block added as Bus Master.
  8. INFO:SoCIRQHandler:sdirq IRQ allocated at Location 3.
  9. Traceback (most recent call last):
  10. File "/home/somlo/LITEX/litex-boards/litex_boards/targets/lambdaconcept_ecpix5.py", line 268, in <module>
  11. main()
  12. File "/home/somlo/LITEX/litex-boards/litex_boards/targets/lambdaconcept_ecpix5.py", line 257, in main
  13. builder.build(**trellis_argdict(args))
  14. File "/home/somlo/LITEX/litex/litex/build/lattice/trellis.py", line 260, in trellis_argdict
  15. "freq": float(args.ecppack_freq),
  16. TypeError: float() argument must be a string or a real number, not 'NoneType'
Advertisement
Add Comment
Please, Sign In to add comment