mirror of https://github.com/VLSIDA/OpenRAM.git
Add router output message
This commit is contained in:
parent
05c25eb506
commit
c5b408ae2d
|
|
@ -966,6 +966,7 @@ class router(router_tech):
|
||||||
"""
|
"""
|
||||||
Write out a GDS file with the routing grid and search information annotated on it.
|
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.add_router_info()
|
||||||
self.cell.gds_write(gds_name)
|
self.cell.gds_write(gds_name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue