From: Luke Kenneth Casson Leighton Date: Mon, 23 Jul 2018 07:00:26 +0000 (+0100) Subject: remove rgbttl width for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4832abdeda93b2006b9a5a7710171a7c2ba97e8;p=pinmux.git remove rgbttl width for now --- diff --git a/src/bsv/peripheral_gen/rgbttl.py b/src/bsv/peripheral_gen/rgbttl.py index 21395d3..fd90184 100644 --- a/src/bsv/peripheral_gen/rgbttl.py +++ b/src/bsv/peripheral_gen/rgbttl.py @@ -10,7 +10,7 @@ class rgbttl(PBase): def mkslow_peripheral(self): sz = len(self.peripheral.pinspecs) - 4 # subtract CK, DE, HS, VS - return " Ifc_rgbttl_dummy lcd{0} <- mkrgbttl_dummy(%d);" % sz + return " Ifc_rgbttl_dummy lcd{0} <- mkrgbttl_dummy();" % sz def _mk_connection(self, name=None, count=0): return "lcd{0}.slave"