mirror of https://github.com/VLSIDA/OpenRAM.git
Merge branch 'supply_routing' into dev
This commit is contained in:
commit
d38d5a6d58
|
|
@ -165,8 +165,9 @@ class router(router_tech):
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue