|
abc-master
|
#include "mvc.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Mvc_Cover_t * | Mvc_CoverAlloc (Mvc_Manager_t *pMem, int nBits) |
| DECLARATIONS ///. More... | |
| Mvc_Cover_t * | Mvc_CoverClone (Mvc_Cover_t *p) |
| Mvc_Cover_t * | Mvc_CoverDup (Mvc_Cover_t *p) |
| void | Mvc_CoverFree (Mvc_Cover_t *p) |
| void | Mvc_CoverAllocateMask (Mvc_Cover_t *pCover) |
| void | Mvc_CoverAllocateArrayLits (Mvc_Cover_t *pCover) |
| void | Mvc_CoverAllocateArrayCubes (Mvc_Cover_t *pCover) |
| void | Mvc_CoverDeallocateMask (Mvc_Cover_t *pCover) |
| void | Mvc_CoverDeallocateArrayLits (Mvc_Cover_t *pCover) |
| ABC_NAMESPACE_IMPL_START Mvc_Cover_t* Mvc_CoverAlloc | ( | Mvc_Manager_t * | pMem, |
| int | nBits | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcCover.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Basic procedures to manipulate unate cube covers.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 43 of file mvcCover.c.
| void Mvc_CoverAllocateArrayCubes | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 202 of file mvcCover.c.
| void Mvc_CoverAllocateArrayLits | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 185 of file mvcCover.c.
| void Mvc_CoverAllocateMask | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 168 of file mvcCover.c.
| Mvc_Cover_t* Mvc_CoverClone | ( | Mvc_Cover_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 79 of file mvcCover.c.
| void Mvc_CoverDeallocateArrayLits | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file mvcCover.c.
| void Mvc_CoverDeallocateMask | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 224 of file mvcCover.c.
| Mvc_Cover_t* Mvc_CoverDup | ( | Mvc_Cover_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 112 of file mvcCover.c.
| void Mvc_CoverFree | ( | Mvc_Cover_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 138 of file mvcCover.c.