From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 12:06:26 +0000 (+0100) Subject: change sd interface names, strio io_ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aba0920c55833dcce7c2b114831145c7fab9bdd2;p=pinmux.git change sd interface names, strio io_ --- diff --git a/src/bsv/interface_decl.py b/src/bsv/interface_decl.py index 1840ba1..07d0bf5 100644 --- a/src/bsv/interface_decl.py +++ b/src/bsv/interface_decl.py @@ -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)