Home
last modified time | relevance | path

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

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dplacepin.c737 pin->txpos_new = y ;
741 pin->txpos_new = x ;
845 if( pin1->txpos_new == pin2->txpos_new ){
858 return( pin1->txpos_new - pin2->txpos_new ) ;
892 } else if( pin1->txpos_new == pin2->txpos_new ){
905 return( pin1->txpos_new - pin2->txpos_new ) ;
1076 pin->txpos_new = pos ; in space_pins()
1206 pin->txpos_new = pos ; in place_soft_equivs()
1360 tmp = pin->txpos_new ; in side_to_global()
1365 tmp = pin->txpos_new ; in side_to_global()
[all …]
H A Duinst.c206 pin->txpos_new = ROUND( val ) - Wdiv2 ; in uinst()
224 pin->txpos_new = pin->txpos_orig[newinst] ; in uinst()
233 pin->txpos_new, pin->typos_new, /* cell relative */ in uinst()
265 pin->txpos = pin->txpos_new ; in uinst()
H A Duaspect.c157 pin->txpos_new = ROUND( val ) - Wdiv2 ;
183 pin->txpos = pin->txpos_new ;
H A Dupinswap.c91 pin->txpos = pin->txpos_new ;
H A Dcustom.h161 INT txpos_new ; /* proposed cell relative position of pin */ member