Merge branch 'multiport_layout' of ssh://scone/home/mrg/openram into multiport_layout

This commit is contained in:
Matt Guthaus 2018-11-09 11:12:46 -08:00
commit 11873c03cd
1 changed files with 1 additions and 0 deletions

View File

@ -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)