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:
mrg
2020-12-22 16:35:05 -08:00
parent 52119fe3b3
commit 286ac635d6
4 changed files with 22 additions and 20 deletions
+1
View File
@@ -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,