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(); PlowAfterTech();
ExtTechScale(1, denom); ExtTechScale(1, denom);
WireTechScale(1, denom); WireTechScale(1, denom);
#ifdef ROUTE_MODULE
MZAfterTech(); MZAfterTech();
IRAfterTech(); IRAfterTech();
#endif
#ifdef LEF_MODULE #ifdef LEF_MODULE
LefTechScale(1, denom); LefTechScale(1, denom);
#endif #endif

View File

@ -577,7 +577,9 @@ TechLoad(filename, initmask)
#endif #endif
ExtTechInit(); ExtTechInit();
DRCTechInit(); DRCTechInit();
#ifdef ROUTE_MODULE
MZTechInit(); MZTechInit();
#endif
/* Changing number of planes requires handling on every */ /* Changing number of planes requires handling on every */
/* celldef. So we need to save the original number of */ /* celldef. So we need to save the original number of */