abc-master
|
#include "mvc.h"
Go to the source code of this file.
Mvc_Cover_t* Mvc_CoverCreateEmpty | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 202 of file mvcApi.c.
Mvc_Cover_t* Mvc_CoverCreateTautology | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 220 of file mvcApi.c.
int Mvc_CoverIsBinaryBuffer | ( | Mvc_Cover_t * | pCover | ) |
int Mvc_CoverIsEmpty | ( | Mvc_Cover_t * | pCover | ) |
int Mvc_CoverIsTautology | ( | Mvc_Cover_t * | pCover | ) |
void Mvc_CoverMakeEmpty | ( | Mvc_Cover_t * | pCover | ) |
void Mvc_CoverMakeTautology | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 181 of file mvcApi.c.
int Mvc_CoverReadBitNum | ( | Mvc_Cover_t * | pCover | ) |
Mvc_Cube_t* Mvc_CoverReadCubeHead | ( | Mvc_Cover_t * | pCover | ) |
Mvc_List_t* Mvc_CoverReadCubeList | ( | Mvc_Cover_t * | pCover | ) |
int Mvc_CoverReadCubeNum | ( | Mvc_Cover_t * | pCover | ) |
Mvc_Cube_t* Mvc_CoverReadCubeTail | ( | Mvc_Cover_t * | pCover | ) |
ABC_NAMESPACE_IMPL_START int Mvc_CoverReadWordNum | ( | Mvc_Cover_t * | pCover | ) |
DECLARATIONS ///.
FUNCTION DEFINITIONS ///.
CFile****************************************************************
FileName [mvcApi.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis []
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 mvcApi.c.
void Mvc_CoverSetCubeHead | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
void Mvc_CoverSetCubeList | ( | Mvc_Cover_t * | pCover, |
Mvc_List_t * | pList | ||
) |
void Mvc_CoverSetCubeNum | ( | Mvc_Cover_t * | pCover, |
int | nItems | ||
) |
void Mvc_CoverSetCubeTail | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
Mvc_Cube_t* Mvc_ListReadCubeHead | ( | Mvc_List_t * | pList | ) |
int Mvc_ListReadCubeNum | ( | Mvc_List_t * | pList | ) |
Mvc_Cube_t* Mvc_ListReadCubeTail | ( | Mvc_List_t * | pList | ) |