soc/tools: syntax fix on comm_pcie, import in __init__.py
[litex.git] / litex / soc / tools / remote / __init__.py
index ec154ab9b8abb7631443ade439b0136d6b93ca45..3b5b0bbb0a471012732630153935d92720c5424f 100644 (file)
@@ -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