tools: remote: add usb communications protocol
authorSean Cross <sean@xobs.io>
Fri, 19 Apr 2019 14:54:48 +0000 (15:54 +0100)
committerSean Cross <sean@xobs.io>
Fri, 19 Apr 2019 16:29:50 +0000 (17:29 +0100)
commit9dd59d6301aafbe53bdb78af4f438ef3adf2897b
tree27ded7487bf80e34e81c72cfbf7a2a1b87caabe2
parenta92e90b215326cb2c5d2761fde641df14a6a5d7a
tools: remote: add usb communications protocol

This adds a USB communications protocol to the suite of litex-supported
wishbone bridge protocols.

Signed-off-by: Sean Cross <sean@xobs.io>
litex/soc/tools/remote/__init__.py
litex/soc/tools/remote/comm_usb.py [new file with mode: 0644]