
Go to the source code of this file.
Macros | |
| #define | MIO_SYMB_AND '*' |
| DECLARATIONS ///. | |
| #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 | |
| char * | Mio_SopRegister (Mem_Flex_t *pMan, char *pName) |
| FUNCTION DEFINITIONS ///. | |
| int | Mio_GateCollectNames (char *pFormula, char *pPinNames[]) |
| int | Mio_GateParseFormula (Mio_Gate_t *pGate) |
| int | Mio_LibraryParseFormulas (Mio_Library_t *pLib) |
| FUNCTION DEFINITIONS ///. | |
| #define MIO_SYMB_AND '*' |
DECLARATIONS ///.
CFile****************************************************************
FileName [mioFunc.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [File reading/writing for technology mapping.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 8, 2003.]
Revision [
]
| int Mio_GateCollectNames | ( | char * | pFormula, |
| char * | pPinNames[] ) |
Function*************************************************************
Synopsis [Collect the pin names in the formula.]
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file mioFunc.c.


| int Mio_GateParseFormula | ( | Mio_Gate_t * | pGate | ) |
Function*************************************************************
Synopsis [Deriving the functionality of the gates.]
Description []
SideEffects []
SeeAlso []
Definition at line 125 of file mioFunc.c.


| int Mio_LibraryParseFormulas | ( | Mio_Library_t * | pLib | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Deriving the functionality of the gates.]
Description []
SideEffects []
SeeAlso []
Definition at line 305 of file mioFunc.c.


| char * Mio_SopRegister | ( | Mem_Flex_t * | pMan, |
| char * | pName ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Registers the cube string with the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 56 of file mioFunc.c.

