From c5b408ae2d37925f8f8c44fe899d1c1a8bfe6be0 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 9 Nov 2018 11:10:40 -0800 Subject: [PATCH] Add router output message --- compiler/router/router.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/router/router.py b/compiler/router/router.py index 7f88934a..afe06588 100644 --- a/compiler/router/router.py +++ b/compiler/router/router.py @@ -966,6 +966,7 @@ class router(router_tech): """ Write out a GDS file with the routing grid and search information annotated on it. """ + debug.info(0,"Writing annotated router gds file to {}".format(gds_name)) self.add_router_info() self.cell.gds_write(gds_name)