diff --git a/cif/CIFrdutils.c b/cif/CIFrdutils.c index 31e45da4..71950bad 100644 --- a/cif/CIFrdutils.c +++ b/cif/CIFrdutils.c @@ -276,8 +276,10 @@ CIFScaleCoord( PlowAfterTech(); ExtTechScale(1, denom); WireTechScale(1, denom); +#ifdef ROUTE_MODULE MZAfterTech(); IRAfterTech(); +#endif #ifdef LEF_MODULE LefTechScale(1, denom); #endif diff --git a/utils/tech.c b/utils/tech.c index 5a371b13..f6a43fb5 100644 --- a/utils/tech.c +++ b/utils/tech.c @@ -577,7 +577,9 @@ TechLoad(filename, initmask) #endif ExtTechInit(); DRCTechInit(); +#ifdef ROUTE_MODULE MZTechInit(); +#endif /* Changing number of planes requires handling on every */ /* celldef. So we need to save the original number of */