add fastbus system, which stops peripherals from being added to slow
[pinmux.git] / src / bsv / peripheral_gen / rgbttl.py
index 3d3f6b536c03cd34fbdfb0e0fdecc6102daa699b..e875bebeb7d225b59c161caaf171afd9d619802b 100644 (file)
@@ -33,8 +33,3 @@ class rgbttl(PBase):
         for ptype in ['data_out']:
             ret.append(template.format(ps, ptype, n))
         return '\n'.join(ret)
-
-    def slowifdeclmux(self, name, count):
-        sname = self.get_iname(count)
-        return "        interface PeripheralSideLCD %s;" % sname
-