Change info from exit to escape

This commit is contained in:
mrg 2021-01-04 11:52:02 -08:00
parent c89e156bfe
commit 82178bcf89
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class signal_escape_router(router):
def route_signal(self, pin_name, side):
for detour_scale in [5 * pow(2, x) for x in range(5)]:
debug.info(1, "Exit routing {0} with scale {1}".format(pin_name, detour_scale))
debug.info(1, "Escape routing {0} with scale {1}".format(pin_name, detour_scale))
# Clear everything in the routing grid.
self.rg.reinit()