abc-master
|
#include "mvc.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Mvc_ListAddCubeHead_ (Mvc_List_t *pList, Mvc_Cube_t *pCube) |
DECLARATIONS ///. More... | |
void | Mvc_ListAddCubeTail_ (Mvc_List_t *pList, Mvc_Cube_t *pCube) |
void | Mvc_ListDeleteCube_ (Mvc_List_t *pList, Mvc_Cube_t *pPrev, Mvc_Cube_t *pCube) |
void | Mvc_CoverAddCubeHead_ (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
void | Mvc_CoverAddCubeTail_ (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
void | Mvc_CoverDeleteCube_ (Mvc_Cover_t *pCover, Mvc_Cube_t *pPrev, Mvc_Cube_t *pCube) |
void | Mvc_CoverAddDupCubeHead (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
void | Mvc_CoverAddDupCubeTail (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
void | Mvc_CoverAddLiteralsOfCube (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
void | Mvc_CoverDeleteLiteralsOfCube (Mvc_Cover_t *pCover, Mvc_Cube_t *pCube) |
void | Mvc_CoverList2Array (Mvc_Cover_t *pCover) |
void | Mvc_CoverArray2List (Mvc_Cover_t *pCover) |
Mvc_Cube_t * | Mvc_ListGetTailFromHead (Mvc_Cube_t *pHead) |
void Mvc_CoverAddCubeHead_ | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
void Mvc_CoverAddCubeTail_ | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
void Mvc_CoverAddDupCubeHead | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 202 of file mvcList.c.
void Mvc_CoverAddDupCubeTail | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 221 of file mvcList.c.
void Mvc_CoverAddLiteralsOfCube | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
void Mvc_CoverArray2List | ( | Mvc_Cover_t * | pCover | ) |
void Mvc_CoverDeleteCube_ | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pPrev, | ||
Mvc_Cube_t * | pCube | ||
) |
void Mvc_CoverDeleteLiteralsOfCube | ( | Mvc_Cover_t * | pCover, |
Mvc_Cube_t * | pCube | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
void Mvc_CoverList2Array | ( | Mvc_Cover_t * | pCover | ) |
Function*************************************************************
Synopsis [Transfers the cubes from the list into the array.]
Description []
SideEffects []
SeeAlso []
Definition at line 286 of file mvcList.c.
ABC_NAMESPACE_IMPL_START void Mvc_ListAddCubeHead_ | ( | Mvc_List_t * | pList, |
Mvc_Cube_t * | pCube | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcList.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Manipulating list of cubes in the cover.]
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 mvcList.c.
void Mvc_ListAddCubeTail_ | ( | Mvc_List_t * | pList, |
Mvc_Cube_t * | pCube | ||
) |
void Mvc_ListDeleteCube_ | ( | Mvc_List_t * | pList, |
Mvc_Cube_t * | pPrev, | ||
Mvc_Cube_t * | pCube | ||
) |
Mvc_Cube_t* Mvc_ListGetTailFromHead | ( | Mvc_Cube_t * | pHead | ) |