
Go to the source code of this file.
Functions | |
| Mio_Library_t * | Mio_LibraryReadBuffer (char *pBuffer, int fExtendedFormat, st__table *tExcludeGate, int nFaninLimit, int fVerbose) |
| Mio_Library_t * | Mio_LibraryRead (char *FileName, char *pBuffer, char *ExcludeFile, int nFaninLimit, int fVerbose) |
| char * | Mio_ReadFile (char *FileName, int fAddEnd) |
| char * | Mio_LibraryCleanStr (char *p) |
| int | Mio_LibraryCompareGatesByArea (Mio_Gate_t **pp1, Mio_Gate_t **pp2) |
| int | Mio_LibraryCompareGatesByName (Mio_Gate_t **pp1, Mio_Gate_t **pp2) |
| void | Mio_LibrarySortGates (Mio_Library_t *pLib) |
| int | Mio_LibraryReadExclude (char *ExcludeFile, st__table *tExcludeGate) |
| char * Mio_LibraryCleanStr | ( | char * | p | ) |
Function*************************************************************
Synopsis [Read the genlib type of gate.]
Description []
SideEffects []
SeeAlso []
Definition at line 349 of file mioRead.c.
| int Mio_LibraryCompareGatesByArea | ( | Mio_Gate_t ** | pp1, |
| Mio_Gate_t ** | pp2 ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 555 of file mioRead.c.
| int Mio_LibraryCompareGatesByName | ( | Mio_Gate_t ** | pp1, |
| Mio_Gate_t ** | pp2 ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 576 of file mioRead.c.


| Mio_Library_t * Mio_LibraryRead | ( | char * | FileName, |
| char * | pBuffer, | ||
| char * | ExcludeFile, | ||
| int | nFaninLimit, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Read the genlib type of library.]
Description []
SideEffects []
SeeAlso []
Definition at line 54 of file mioRead.c.


| Mio_Library_t * Mio_LibraryReadBuffer | ( | char * | pBuffer, |
| int | fExtendedFormat, | ||
| st__table * | tExcludeGate, | ||
| int | nFaninLimit, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Read the genlib type of library.]
Description []
SideEffects []
SeeAlso []
Definition at line 156 of file mioRead.c.


| int Mio_LibraryReadExclude | ( | char * | ExcludeFile, |
| st__table * | tExcludeGate ) |
Function*************************************************************
Synopsis [populate hash table of gates to be exlcuded from genlib]
Description []
SideEffects []
SeeAlso []
Definition at line 699 of file mioRead.c.


| void Mio_LibrarySortGates | ( | Mio_Library_t * | pLib | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 597 of file mioRead.c.

| char * Mio_ReadFile | ( | char * | FileName, |
| int | fAddEnd ) |
Function*************************************************************
Synopsis [Read contents of the file.]
Description []
SideEffects []
SeeAlso []
Definition at line 115 of file mioRead.c.

