abc-master
|
#include "mvc.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Mvc_CoverDivisorZeroKernel (Mvc_Cover_t *pCover) |
DECLARATIONS ///. More... | |
Mvc_Cover_t * | Mvc_CoverDivisor (Mvc_Cover_t *pCover) |
FUNCTION DEFINITIONS ///. More... | |
Mvc_Cover_t* Mvc_CoverDivisor | ( | Mvc_Cover_t * | pCover | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Returns the quick divisor of the cover.]
Description [Returns NULL, if there is not divisor other than trivial.]
SideEffects []
SeeAlso []
Definition at line 46 of file mvcDivisor.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcDivisor.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Procedures for compute the quick divisor.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]
Function*************************************************************
Synopsis [Computes a level-zero kernel.]
Description [Modifies the cover to contain one level-zero kernel.]
SideEffects []
SeeAlso []
Definition at line 73 of file mvcDivisor.c.