whoops _mk_pincon bypass
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 30 Jul 2018 04:48:58 +0000 (05:48 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 30 Jul 2018 04:48:58 +0000 (05:48 +0100)
src/bsv/peripheral_gen/nspi.py

index fce899f49235911eb88e03df16557641a6e8d5cf..18ff9bec4465295237f1956b9f92678453eca1ec 100644 (file)
@@ -40,7 +40,7 @@ class nspi(PBase):
 
     def _mk_pincon(self, name, count, typ):
         assert typ == 'slow', "TODO, make slow mkConnection"
-        ret = [PBase.mk_pincon(self, name, count, typ)]
+        ret = [PBase._mk_pincon(self, name, count, typ)]
         # special-case for gpio in, store in a temporary vector
         plen = len(self.peripheral.pinspecs)
         template = "mkConnection({0}.{1},\n\t\t\t{2}.{1});"