Home
last modified time | relevance | path

Searched refs:glObsPenalty2 (Results 1 – 3 of 3) sorted by relevance

/dports/cad/magic/magic-8.3.245/grouter/
H A DgrouteCrss.c52 int glObsPenalty1 = 5, glObsPenalty2 = 3; variable
704 cost += glObsPenalty2 * otherPin->gcr_pSize;
706 cost += MAX(glObsPenalty2*otherPin->gcr_pSize
723 cost += glObsPenalty2 * exitPin->gcr_pSize;
725 cost += MAX(glObsPenalty2 * exitPin->gcr_pSize
790 glObsPenalty2 *= RtrGridSpacing; in glCrossScalePenalties()
H A Dgrouter.h243 extern int glObsPenalty2;
H A DgrouteNet.c57 int glObsPenalty1 = 5, glObsPenalty2 = 3; variable
272 glObsPenalty2 *= RtrGridSpacing; in glScalePenalties()
1441 cost += glObsPenalty2 * otherPin->gcr_pSize;
1443 cost += MAX(glObsPenalty2*otherPin->gcr_pSize
1462 cost += glObsPenalty2 * outPin->gcr_pSize;
1464 cost += MAX(glObsPenalty2 * outPin->gcr_pSize