Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/sc/
H A Dsc1place.c942 tptr->bits &= ~SCBITS_PLACED; in Sc_place_ctree_pair()
949 if (connect->node[0]->bits & SCBITS_PLACED || in Sc_place_ctree_pair()
950 connect->node[1]->bits & SCBITS_PLACED) in Sc_place_ctree_pair()
969 bconnect->node[0]->bits |= SCBITS_PLACED; in Sc_place_ctree_pair()
972 bconnect->node[1]->bits |= SCBITS_PLACED; in Sc_place_ctree_pair()
1005 nodes->bits |= SCBITS_PLACED; in Sc_place_ctree_pair()
1008 nodes->next->bits |= SCBITS_PLACED; in Sc_place_ctree_pair()
1016 if (!(tptr->bits & SCBITS_PLACED)) in Sc_place_ctree_pair()
1029 tptr->bits |= SCBITS_PLACED; in Sc_place_ctree_pair()
1075 if (nconnect->node[0]->bits & SCBITS_PLACED || in Sc_place_best_pair()
[all …]
/dports/cad/electric/electric-7.00/src/include/
H A Dsc1.h369 #define SCBITS_PLACED 0x01 macro