change sd interface names, strio io_
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 12:06:26 +0000 (13:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 12:06:26 +0000 (13:06 +0100)
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)