soc/tools: initialize wishbone remote control (for now only uart)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 16 Nov 2015 16:46:36 +0000 (17:46 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 17 Nov 2015 00:05:52 +0000 (01:05 +0100)
commit71483b89356116b7fea56188bed41e1fe3acac15
treef3059fa650bba9aeda69f74bf4b19583f3b5395c
parent1cde84dccffa497d8f53618fdca97d5e38eadde7
soc/tools: initialize wishbone remote control (for now only uart)
litex/soc/interconnect/wishbonebridge.py
litex/soc/tools/remote/__init__.py [new file with mode: 0644]
litex/soc/tools/remote/client.py [new file with mode: 0644]
litex/soc/tools/remote/comm_uart.py [new file with mode: 0644]
litex/soc/tools/remote/csr_builder.py [new file with mode: 0644]
litex/soc/tools/remote/etherbone.py [new file with mode: 0644]
litex/soc/tools/remote/server.py [new file with mode: 0644]
setup.py