Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/scl/
H A DsclLibUtil.c906 Vec_StrPrintStr( vStr, SC_CellPinOutFunc(pRepr, 0) ? SC_CellPinOutFunc(pRepr, 0) : "?" ); in Abc_SclProduceGenlibStr()
974 Vec_StrPrintStr( vStr, SC_CellPinOutFunc(pRepr, 0) ? SC_CellPinOutFunc(pRepr, 0) : "?" ); in Abc_SclProduceGenlibStrProfile()
H A DsclLib.h259 static inline char * SC_CellPinOutFunc( SC_Cell * p, int i ) { return SC_CellPin(p, p->n_inp… in SC_CellPinOutFunc() function