#include "mapperInt.h"
Go to the source code of this file.
Functions | |
| int | Map_LibraryRead (Map_SuperLib_t *pLib, char *pFileName) |
| FUNCTION DEFINITIONS ///. | |
| char * | Map_LibraryReadFormulaStep (char *pFormula, char *pStrings[], int *pnStrings) |
| void | Map_LibraryPrintSupergate (Map_Super_t *pGate) |
| void Map_LibraryPrintSupergate | ( | Map_Super_t * | pGate | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 403 of file mapperSuper.c.
| int Map_LibraryRead | ( | Map_SuperLib_t * | pLib, |
| char * | pFileName ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Reads the supergate library from file.]
Description []
SideEffects []
SeeAlso []
Definition at line 50 of file mapperSuper.c.

| char * Map_LibraryReadFormulaStep | ( | char * | pFormula, |
| char * | pStrings[], | ||
| int * | pnStrings ) |
Function*************************************************************
Synopsis [Performs one step of parsing the formula into parts.]
Description [This function will eventually be replaced when the tree-supergate library representation will become standard.]
SideEffects []
SeeAlso []
Definition at line 256 of file mapperSuper.c.