soc/tools: syntax fix on comm_pcie, import in __init__.py
[litex.git] / litex / soc / tools / remote / __init__.py
index f5a29bcb965ae6b34a10a1f5f96b96814ac8c8cf..3b5b0bbb0a471012732630153935d92720c5424f 100644 (file)
@@ -1,3 +1,5 @@
 from litex.soc.tools.remote.comm_uart import CommUART
-from litex.soc.tools.remote.server import RemoteServer
-from litex.soc.tools.remote.client import RemoteClient
+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