shuffle interface-reading code around to create InterfacesBase class
[pinmux.git] / src / bsv / actual_pinmux.py
index 223d1f8ca4c29c130850920aceff8cd476ac96c6..d2ce8160341df4890df5f777ea0b1202906542a7 100644 (file)
@@ -174,7 +174,7 @@ def init(p, ifaces):
                 continue
             temp = transfn(cname)
             x = ifaces.getifacetype(temp)
-            #print (cname, temp, x)
+            print (cname, temp, x)
             assert x is not None, "ERROR: The signal : " + \
                 str(cname) + \
                 " of pinmap.txt isn't present \nin the current" + \