#include "cswInt.h"
Go to the source code of this file.
Functions | |
| unsigned * | Csw_CutComputeTruth (Csw_Man_t *p, Csw_Cut_t *pCut, Csw_Cut_t *pCut0, Csw_Cut_t *pCut1, int fCompl0, int fCompl1) |
| int | Csw_CutSupportMinimize (Csw_Man_t *p, Csw_Cut_t *pCut) |
| int | Csw_CutFilter (Csw_Man_t *p, Aig_Obj_t *pObj, Csw_Cut_t *pCut) |
| int | Csw_CutMerge (Csw_Man_t *p, Csw_Cut_t *pCut0, Csw_Cut_t *pCut1, Csw_Cut_t *pCut) |
| Aig_Obj_t * | Csw_ObjTwoVarCut (Csw_Man_t *p, Csw_Cut_t *pCut) |
| Csw_Cut_t * | Csw_ObjPrepareCuts (Csw_Man_t *p, Aig_Obj_t *pObj, int fTriv) |
| FUNCTION DECLARATIONS ///. | |
| Aig_Obj_t * | Csw_ObjSweep (Csw_Man_t *p, Aig_Obj_t *pObj, int fTriv) |
| unsigned * Csw_CutComputeTruth | ( | Csw_Man_t * | p, |
| Csw_Cut_t * | pCut, | ||
| Csw_Cut_t * | pCut0, | ||
| Csw_Cut_t * | pCut1, | ||
| int | fCompl0, | ||
| int | fCompl1 ) |
Function*************************************************************
Synopsis [Performs truth table computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file cswCut.c.


Function*************************************************************
Synopsis [Returns 1 if the cut is contained.]
Description []
SideEffects []
SeeAlso []
Definition at line 243 of file cswCut.c.

Function*************************************************************
Synopsis [Prepares the object for FPGA mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 380 of file cswCut.c.

Function*************************************************************
Synopsis [Performs support minimization for the truth table.]
Description []
SideEffects []
SeeAlso []
Definition at line 180 of file cswCut.c.


FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 453 of file cswCut.c.


Function*************************************************************
Synopsis [Derives cuts for one node and sweeps this node.]
Description []
SideEffects []
SeeAlso []
Definition at line 492 of file cswCut.c.


Function*************************************************************
Synopsis [Consider cut with more than 2 fanins having 2 true variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 409 of file cswCut.c.

