|
abc-master
|
Go to the source code of this file.
Function*************************************************************
Synopsis [Verify that the shape is correct.]
Description []
SideEffects []
SeeAlso []
Definition at line 532 of file ifSelect.c.
Definition at line 300 of file ifSelect.c.
| int If_ManConeCollect_rec | ( | If_Man_t * | pIfMan, |
| If_Obj_t * | pIfObj, | ||
| Vec_Ptr_t * | vVisited, | ||
| Vec_Ptr_t * | vCone | ||
| ) |
Function*************************************************************
Synopsis [Collects logic cone with choices]
Description []
SideEffects []
SeeAlso []
Definition at line 262 of file ifSelect.c.
Function*************************************************************
Synopsis [Recursively compute the set of nodes supported by the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 575 of file ifSelect.c.
| void If_ManNodeShape2_rec | ( | sat_solver * | pSat, |
| If_Man_t * | pIfMan, | ||
| If_Obj_t * | pIfObj, | ||
| Vec_Int_t * | vShape | ||
| ) |
Function*************************************************************
Synopsis [Recursively derives the local AIG for the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 384 of file ifSelect.c.
Definition at line 128 of file ifSelect.c.
Definition at line 221 of file ifSelect.c.
| int If_ManNodeShapeMap2_rec | ( | If_Man_t * | pIfMan, |
| If_Obj_t * | pIfObj, | ||
| Vec_Ptr_t * | vVisited, | ||
| Vec_Int_t * | vShape | ||
| ) |
Definition at line 179 of file ifSelect.c.
| int If_ManNodeShapeMap_rec | ( | If_Man_t * | pIfMan, |
| If_Obj_t * | pIfObj, | ||
| Vec_Ptr_t * | vVisited, | ||
| Vec_Int_t * | vShape | ||
| ) |
Function*************************************************************
Synopsis [Recursively derives local AIG for the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file ifSelect.c.
Function*************************************************************
Synopsis [Solve the problem of selecting choices for the given cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 412 of file ifSelect.c.
Definition at line 65 of file ifSelect.c.
| ABC_NAMESPACE_IMPL_START void If_ObjConePrint_rec | ( | If_Man_t * | pIfMan, |
| If_Obj_t * | pIfObj, | ||
| Vec_Ptr_t * | vVisited | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifSelect.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [Cut selection procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 21, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Prints the logic cone with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file ifSelect.c.
|
inlinestatic |
Definition at line 369 of file ifSelect.c.
|
inlinestatic |
Definition at line 370 of file ifSelect.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Recursively derives the local AIG for the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file ifSelect.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Adding clauses.]
Description []
SideEffects []
SeeAlso []
Definition at line 335 of file ifSelect.c.