|
abc-master
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>Go to the source code of this file.
Data Structures | |
| struct | Mpm_LibLut_t_ |
| struct | Mpm_Par_t_ |
Macros | |
| #define | MPM_VAR_MAX 12 |
| INCLUDES ///. More... | |
Typedefs | |
| typedef struct Mpm_LibLut_t_ | Mpm_LibLut_t |
| BASIC TYPES ///. More... | |
| typedef struct Mpm_Par_t_ | Mpm_Par_t |
Functions | |
| void | Mpm_ManSetParsDefault (Mpm_Par_t *p) |
| MACRO DEFINITIONS ///. More... | |
| Mpm_LibLut_t * | Mpm_LibLutSetSimple (int nLutSize) |
| DECLARATIONS ///. More... | |
| 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 |
| void Mpm_LibLutFree | ( | Mpm_LibLut_t * | pLib | ) |
| Mpm_LibLut_t* Mpm_LibLutSetSimple | ( | int | nLutSize | ) |
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.
| void Mpm_ManSetParsDefault | ( | Mpm_Par_t * | p | ) |
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.