From 53c7f92fdcddc14cbd95792561d83a649d7864d5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 21 Aug 2017 15:57:43 -0400 Subject: [PATCH] serwb: add __init__.py and expose submodules --- artiq/gateware/serwb/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 artiq/gateware/serwb/__init__.py diff --git a/artiq/gateware/serwb/__init__.py b/artiq/gateware/serwb/__init__.py new file mode 100644 index 000000000..632008428 --- /dev/null +++ b/artiq/gateware/serwb/__init__.py @@ -0,0 +1 @@ +from artiq.gateware.serwb import s7phy, kusphy, phy, packet, etherbone