configuration: #ifdef ROUTE_MODULE

Enclosed symbols only seem available with when this ifdef.
This commit is contained in:
Darryl L. Miles 2024-10-02 06:59:00 +01:00 committed by R. Timothy Edwards
parent 534a56376a
commit 22c074537d
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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 */