configuration: #ifdef ROUTE_MODULE
Enclosed symbols only seem available with when this ifdef.
This commit is contained in:
parent
534a56376a
commit
22c074537d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue