|
abc-master
|
Go to the source code of this file.
Macros | |
| #define | MIO_SYMB_AND '*' |
| DECLARATIONS ///. More... | |
| #define | MIO_SYMB_AND2 '&' |
| #define | MIO_SYMB_OR '+' |
| #define | MIO_SYMB_OR2 '|' |
| #define | MIO_SYMB_XOR '^' |
| #define | MIO_SYMB_NOT '!' |
| #define | MIO_SYMB_AFTNOT '\'' |
| #define | MIO_SYMB_OPEN '(' |
| #define | MIO_SYMB_CLOSE ')' |
Functions | |
| static int | Mio_GateParseFormula (Mio_Gate_t *pGate) |
| static int | Mio_GateCollectNames (char *pFormula, char *pPinNames[]) |
| int | Mio_LibraryParseFormulas (Mio_Library_t *pLib) |
| FUNCTION DEFINITIONS ///. More... | |
| char * | Mio_SopRegister (Mem_Flex_t *pMan, char *pName) |
| #define MIO_SYMB_AND '*' |
DECLARATIONS ///.
CFile****************************************************************
FileName [mioForm.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [Parsing equestion formula.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 8, 2003.]
Revision [
]
|
static |
|
static |
Function*************************************************************
Synopsis [Deriving the functionality of the gates.]
Description []
SideEffects []
SeeAlso []
Definition at line 111 of file mioForm.c.
| int Mio_LibraryParseFormulas | ( | Mio_Library_t * | pLib | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Deriving the functionality of the gates.]
Description []
SideEffects []
SeeAlso []
Definition at line 58 of file mioForm.c.
| char* Mio_SopRegister | ( | Mem_Flex_t * | pMan, |
| char * | pName | ||
| ) |