#include "mvc.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Mvc_Cube_t * | Mvc_CubeAlloc (Mvc_Cover_t *pCover) |
| DECLARATIONS ///. | |
| Mvc_Cube_t * | Mvc_CubeDup (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
| void | Mvc_CubeFree (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
| void | Mvc_CubeBitRemoveDcs (Mvc_Cube_t *pCube) |
| ABC_NAMESPACE_IMPL_START Mvc_Cube_t * Mvc_CubeAlloc | ( | Mvc_Cover_t * | pCover | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcCube.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Manipulating unate cubes.]
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 mvcCube.c.


| void Mvc_CubeBitRemoveDcs | ( | Mvc_Cube_t * | pCube | ) |
Function*************************************************************
Synopsis [Removes the don't-care variable from the cube.]
Description []
SideEffects []
SeeAlso []
Definition at line 159 of file mvcCube.c.

| Mvc_Cube_t * Mvc_CubeDup | ( | Mvc_Cover_t * | pCover, |
| Mvc_Cube_t * | pCube ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file mvcCube.c.


| void Mvc_CubeFree | ( | Mvc_Cover_t * | pCover, |
| Mvc_Cube_t * | pCube ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 114 of file mvcCube.c.

