mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 16:31:08 +02:00
Escape router changes.
Rename exit router to escape router. Perform supply and signal escape routing after channel and other routing.
This commit is contained in:
@@ -477,6 +477,7 @@ class layout():
|
||||
"""
|
||||
Remove the old pin and replace with a new one
|
||||
"""
|
||||
import pdb; pdb.set_trace()
|
||||
self.remove_layout_pin(text)
|
||||
self.add_layout_pin(text=text,
|
||||
layer=pin.layer,
|
||||
|
||||
Reference in New Issue
Block a user