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();
|
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
|
||||||
|
|
|
||||||
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue