Home
last modified time | relevance | path

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

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dcrossbus.c70 INT *left_pins , *rite_pins , *top_pins , *bot_pins , bound ; in handle_crossbuses() local
74 top_pins = (INT *) Ysafe_malloc( (1 + numtermsG) * sizeof( INT ) ) ; in handle_crossbuses()
91 top_pins[0] = 0 ; in handle_crossbuses()
110 top_pins[ ++top_pins[0] ] = netptr->cell ; in handle_crossbuses()
192 } else if( top_pins[0] > 0 && bot_pins[0] > 0 ) { in handle_crossbuses()
195 for( j = 1 ; j <= top_pins[0] ; j++ ) { in handle_crossbuses()
197 carrayG[ top_pins[j] ]->cxcenter) < distance ) { in handle_crossbuses()
199 carrayG[ top_pins[j] ]->cxcenter) ; in handle_crossbuses()
205 max_x = carrayG[ top_pins[save_j] ]->cxcenter ; in handle_crossbuses()
218 max_y = carrayG[ top_pins[save_j] ]->cycenter ; in handle_crossbuses()
[all …]