Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mapper/
H A DmapperLib.c58 …( Mio_Library_t * pGenlib, Vec_Str_t * vStr, char * pFileName, char * pExcludeFile, int fAlgorithm… in Map_SuperLibCreate() argument
99 if ( !Map_LibraryReadTree( p, pGenlib, pFileName, pExcludeFile ) ) in Map_SuperLibCreate()
107 if ( pExcludeFile != 0 ) in Map_SuperLibCreate()
H A DmapperInt.h379 …( Mio_Library_t * pGenlib, Vec_Str_t * vStr, char * pFileName, char * pExcludeFile, int fAlgorith…
401 …yReadTree( Map_SuperLib_t * pLib, Mio_Library_t * pGenlib, char * pFileName, char * pExcludeFile );
H A DmapperTree.c525 …ryReadTree( Map_SuperLib_t * pLib, Mio_Library_t * pGenlib, char * pFileName, char * pExcludeFile ) in Map_LibraryReadTree() argument
544 if ( pExcludeFile ) in Map_LibraryReadTree()
549 if ( (num = Mio_LibraryReadExclude( pExcludeFile, tExcludeGate )) == -1 ) in Map_LibraryReadTree()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A Dmio.c288 char * pExcludeFile = NULL; in Mio_CommandReadGenlib() local
317 pExcludeFile = argv[globalUtilOptind]; in Mio_CommandReadGenlib()
351 pLib = Mio_LibraryRead( pFileName, NULL, pExcludeFile, fVerbose ); in Mio_CommandReadGenlib()