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

@ -164,9 +164,10 @@ class router(router_tech):
# It must be done after blockages to ensure no DRCs between expanded pins and blocked grids
for pin in pin_list:
self.convert_pins(pin)
#for pin in pin_list:
# self.combine_adjacent_pins(pin)
# Combine adjacent pins into pin groups to reduce run-time
for pin in pin_list:
self.combine_adjacent_pins(pin)
# Separate any adjacent grids of differing net names that overlap
# Must be done before enclosing pins