change sd interface names, strio io_
[pinmux.git] / src / bsv / interface_decl.py
index 1840ba19986803cf4b1fec3d08efc1db1c380b8e..07d0bf5b74e5e0b529a19f989630ee199ffac183 100644 (file)
@@ -491,7 +491,7 @@ class InterfaceLCD(InterfaceBus, Interface):
 class InterfaceSD(InterfaceBus, Interface):
 
     def __init__(self, *args):
-        InterfaceBus.__init__(self, ['io_out', 'io_out_en', 'io_in'],
+        InterfaceBus.__init__(self, ['out', 'out_en', 'in'],
                               "Bit#({0})", "d")
         Interface.__init__(self, *args)