From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 10:26:43 +0000 (+0100) Subject: add rgbttl mk_pincon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d561cb4ea6feace36592372d645e2fca01abf77;p=pinmux.git add rgbttl mk_pincon --- diff --git a/src/bsv/interface_decl.py b/src/bsv/interface_decl.py index 26c4768..86487a7 100644 --- a/src/bsv/interface_decl.py +++ b/src/bsv/interface_decl.py @@ -450,7 +450,7 @@ class InterfaceLCD(Interface): plen = self.get_n_iopins(pins) bitspec = "Bit#({0})".format(plen) return '\n' + res + self.vectorifacedef2(pins, plen, - ['data', None, None], + ['data_out', None, None], bitspec, *args) + '\n' def ifacedef3pin(self, idx, pin):