From 82178bcf89bcffaaa991c37c3ecff9102cb9eda7 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 4 Jan 2021 11:52:02 -0800 Subject: [PATCH] Change info from exit to escape --- compiler/router/signal_escape_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/router/signal_escape_router.py b/compiler/router/signal_escape_router.py index 83232054..676ef0ec 100644 --- a/compiler/router/signal_escape_router.py +++ b/compiler/router/signal_escape_router.py @@ -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()