X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=litex%2Fsoc%2Ftools%2Fremote%2F__init__.py;h=3b5b0bbb0a471012732630153935d92720c5424f;hb=41a91829eb23efd7ecbe5158afcf160d08516dbb;hp=ec154ab9b8abb7631443ade439b0136d6b93ca45;hpb=c82c1d103f9f633ddc6c29887c7fbe096a60068b;p=litex.git diff --git a/litex/soc/tools/remote/__init__.py b/litex/soc/tools/remote/__init__.py index ec154ab9..3b5b0bbb 100644 --- a/litex/soc/tools/remote/__init__.py +++ b/litex/soc/tools/remote/__init__.py @@ -1,3 +1,5 @@ from litex.soc.tools.remote.comm_uart import CommUART +from litex.soc.tools.remote.comm_udp import CommUDP +from litex.soc.tools.remote.comm_pcie import CommPCIe from litex.soc.tools.remote.litex_server import RemoteServer from litex.soc.tools.remote.litex_client import RemoteClient