Merge branch 'supply_routing' into dev

This commit is contained in:
Matt Guthaus 2018-12-07 07:39:53 -08:00
commit d38d5a6d58
1 changed files with 4 additions and 3 deletions

View File

@ -165,8 +165,9 @@ class router(router_tech):
for pin in pin_list: for pin in pin_list:
self.convert_pins(pin) self.convert_pins(pin)
#for pin in pin_list: # Combine adjacent pins into pin groups to reduce run-time
# self.combine_adjacent_pins(pin) for pin in pin_list:
self.combine_adjacent_pins(pin)
# Separate any adjacent grids of differing net names that overlap # Separate any adjacent grids of differing net names that overlap
# Must be done before enclosing pins # Must be done before enclosing pins