tools: add litex_crossover to be able to use lxterm (and serialboot) over a crossover...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 24 May 2020 08:55:25 +0000 (10:55 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sun, 24 May 2020 08:55:25 +0000 (10:55 +0200)
commitbed5aafd6c902c901f96ba89f89b68c3b0eaca3c
tree8d8c39dbe50992a846f671ea44d905020742fb02
parent3833bc3ec38173a41474177614364e0b115d8761
tools: add litex_crossover to be able to use lxterm (and serialboot) over a crossover UART (bridged over UART/Ethernet/PCIe/USB, etc...).

This is still a proof of concept but can be used/tested with:
lxsim --with-etherbone --uart-name=crossover --csr-csv=csr.csv
lxserver --udp --udp-ip=192.168.1.51
lxcrossover (will indicate the virtual_tty)
lxterm virtual_tty
litex/tools/litex_crossover.py [new file with mode: 0755]
setup.py