#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>

Go to the source code of this file.
Classes | |
| struct | Mpm_LibLut_t_ |
| struct | Mpm_Par_t_ |
Macros | |
| #define | MPM_VAR_MAX 12 |
| INCLUDES ///. | |
Typedefs | |
| typedef struct Mpm_LibLut_t_ | Mpm_LibLut_t |
| BASIC TYPES ///. | |
| typedef struct Mpm_Par_t_ | Mpm_Par_t |
Functions | |
| void | Mpm_ManSetParsDefault (Mpm_Par_t *p) |
| MACRO DEFINITIONS ///. | |
| Mpm_LibLut_t * | Mpm_LibLutSetSimple (int nLutSize) |
| DECLARATIONS ///. | |
| void | Mpm_LibLutFree (Mpm_LibLut_t *pLib) |
| #define MPM_VAR_MAX 12 |
INCLUDES ///.
CFile****************************************************************
FileName [mpm.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [External declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 1, 2013.]
Revision [
] PARAMETERS ///
| typedef struct Mpm_LibLut_t_ Mpm_LibLut_t |
| typedef struct Mpm_Par_t_ Mpm_Par_t |
|
extern |
|
extern |
DECLARATIONS ///.
CFile****************************************************************
FileName [mpmLib.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [DSD manipulation for 6-input functions.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 1, 2013.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file mpmLib.c.
|
extern |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS ///
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [mpmCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Configurable technology mapper.]
Synopsis [Core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 1, 2013.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file mpmCore.c.
