abc-master
|
#include "dchInt.h"
Go to the source code of this file.
int Aig_ManCheckAcyclic | ( | Aig_Man_t * | p, |
int | fVerbose | ||
) |
Definition at line 331 of file dchChoice.c.
Function*************************************************************
Synopsis [Checks for combinational loops in the AIG.]
Description [Returns 1 if combinational loop is detected.]
SideEffects []
SeeAlso []
Definition at line 257 of file dchChoice.c.
void Aig_ManCheckReprs | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Make sure reprsentative nodes do not have representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 163 of file dchChoice.c.
Definition at line 429 of file dchChoice.c.
Definition at line 430 of file dchChoice.c.
Function*************************************************************
Synopsis [Returns representatives of fanin in approapriate polarity.]
Description []
SideEffects []
SeeAlso []
Definition at line 422 of file dchChoice.c.
void Dch_CheckChoices | ( | Aig_Man_t * | p, |
int | fSkipRedSupps | ||
) |
Function*************************************************************
Synopsis [Verify correctness of choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 206 of file dchChoice.c.
Definition at line 517 of file dchChoice.c.
Definition at line 494 of file dchChoice.c.
void Dch_DeriveChoiceAigNode | ( | Aig_Man_t * | pAigNew, |
Aig_Man_t * | pAigOld, | ||
Aig_Obj_t * | pObj, | ||
int | fSkipRedSupps | ||
) |
Function*************************************************************
Synopsis [Derives the AIG with choices from representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 443 of file dchChoice.c.
int Dch_DeriveChoiceCountEquivs | ( | Aig_Man_t * | pAig | ) |
Definition at line 89 of file dchChoice.c.
int Dch_DeriveChoiceCountReprs | ( | Aig_Man_t * | pAig | ) |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Counts the number of representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 75 of file dchChoice.c.
Definition at line 135 of file dchChoice.c.
Definition at line 393 of file dchChoice.c.
Function*************************************************************
Synopsis [Returns 1 if the choice node of pRepr is in the TFI of pObj.]
Description []
SideEffects []
SeeAlso []
Definition at line 372 of file dchChoice.c.
Definition at line 58 of file dchChoice.c.
ABC_NAMESPACE_IMPL_START int Dch_ObjCountSupp_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [dchChoice.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [Contrustion of choices.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Counts support nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file dchChoice.c.
Function*************************************************************
Synopsis [Marks the TFI of the node.]
Description [Returns 1 if there is a CI not marked with previous ID.]
SideEffects []
SeeAlso []
Definition at line 115 of file dchChoice.c.