Commit 5957cd57 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

fix

parent b3cd4da4
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -521,6 +521,10 @@ class EzynqMIO:
            for signal in iface:
            for signal in iface:
                pin=iface[signal]
                pin=iface[signal]
                #see if the same pin was already used in one or several interfaces
                #see if the same pin was already used in one or several interfaces
                
                if pin['PIN']==63: 
                    continue
                
                if mio[pin['PIN']]['USED_IN'] : #need to add len() >0?
                if mio[pin['PIN']]['USED_IN'] : #need to add len() >0?
                    for used_in in mio[pin['PIN']]['USED_IN']:
                    for used_in in mio[pin['PIN']]['USED_IN']:
                        print ('MIO pin '+str(pin['PIN'])+" is previously used by interface "+used_in['NAME']+
                        print ('MIO pin '+str(pin['PIN'])+" is previously used by interface "+used_in['NAME']+