mirror of https://github.com/openXC7/prjxray.git
fuzzers: 007: remove commented code
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
83657adbb9
commit
cdcb759299
|
|
@ -101,10 +101,6 @@ def pin_in_model(pin, pin_aliases, model, direction=None):
|
|||
return False, None
|
||||
else:
|
||||
return False, None
|
||||
# sometimes pins have duplicated name
|
||||
#for p in model.split('_'):
|
||||
# if pin in p:
|
||||
# return True, p
|
||||
return False, None
|
||||
else:
|
||||
# pin name is multi word, search for a string
|
||||
|
|
|
|||
Loading…
Reference in New Issue