Sort analog pins
This commit is contained in:
parent
150bba33db
commit
8e9e8522d1
@ -604,6 +604,11 @@ def parse_chips():
|
|||||||
'signal': signal_name,
|
'signal': signal_name,
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
for pname, p in analog_pins.items():
|
||||||
|
p = remove_duplicates(p)
|
||||||
|
sort_pins(p)
|
||||||
|
analog_pins[pname] = p
|
||||||
|
|
||||||
cores = []
|
cores = []
|
||||||
for core_xml in children(chip['xml'], 'Core'):
|
for core_xml in children(chip['xml'], 'Core'):
|
||||||
core_name = corename(core_xml)
|
core_name = corename(core_xml)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user