Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioUtils.c1468 Mio_Gate_t * pGateSrc, * pGateDst; in Mio_LibraryTransferProfile() local
1471 Mio_LibraryForEachGate( pLibSrc, pGateSrc ) in Mio_LibraryTransferProfile()
1472 if ( Mio_GateReadProfile(pGateSrc) > 0 ) in Mio_LibraryTransferProfile()
1475 pGateDst = Mio_LibraryReadGateByName( pLibDst, Mio_GateReadName(pGateSrc), NULL ); in Mio_LibraryTransferProfile()
1480 if ( pGateDst->uTruth == pGateSrc->uTruth ) in Mio_LibraryTransferProfile()
1488 Mio_GateAddToProfile( pGateDst, Mio_GateReadProfile(pGateSrc) ); in Mio_LibraryTransferProfile()
1493 Mio_Gate_t * pGateSrc, * pGateDst; in Mio_LibraryTransferProfile2() local
1496 Mio_LibraryForEachGate( pLibSrc, pGateSrc ) in Mio_LibraryTransferProfile2()
1497 if ( Mio_GateReadProfile2(pGateSrc) > 0 ) in Mio_LibraryTransferProfile2()
1505 if ( pGateDst->uTruth == pGateSrc->uTruth ) in Mio_LibraryTransferProfile2()
[all …]