From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 12:37:19 +0000 (+0100) Subject: resolve name conflict X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e49b292ea56f0b0ea64ea5eea628eeeb37017b1;p=pinmux.git resolve name conflict --- diff --git a/src/bsv/peripheral_gen/nspi.py b/src/bsv/peripheral_gen/nspi.py index 0f97013..8945779 100644 --- a/src/bsv/peripheral_gen/nspi.py +++ b/src/bsv/peripheral_gen/nspi.py @@ -57,5 +57,5 @@ class nspi(PBase): return " method {0}_isint = {0}.interrupts[5];".format(name) def slowifdeclmux(self, name, count): - sname = self.peripheral.iname().format(count) + sname = self.get_iname(count) return " method Bit#(1) %s_isint;" % sname