abc-master
|
#include "llbInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Llb_ManMaxFanoutCi (Aig_Man_t *pAig) |
DECLARATIONS ///. More... | |
Aig_Man_t * | Llb_ManPerformHints (Aig_Man_t *pAig, int nHintDepth) |
Vec_Int_t * | Llb_ManCollectHighFanoutObjects (Aig_Man_t *pAig, int nCandMax, int fCisOnly) |
int | Llb_ManModelCheckAigWithHints (Aig_Man_t *pAigGlo, Gia_ParLlb_t *pPars) |
Function*************************************************************
Synopsis [Returns CI index with the largest number of fanouts.]
Description []
SideEffects []
SeeAlso []
Definition at line 96 of file llb1Hint.c.
ABC_NAMESPACE_IMPL_START int Llb_ManMaxFanoutCi | ( | Aig_Man_t * | pAig | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb1Hint.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Cofactors the circuit w.r.t. the high-fanout variables.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns CI index with the largest number of fanouts.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file llb1Hint.c.
int Llb_ManModelCheckAigWithHints | ( | Aig_Man_t * | pAigGlo, |
Gia_ParLlb_t * | pPars | ||
) |
Function*************************************************************
Synopsis [Derives AIG whose PI is substituted by a constant.]
Description []
SideEffects []
SeeAlso []
Definition at line 162 of file llb1Hint.c.
Function*************************************************************
Synopsis [Derives AIG whose PI is substituted by a constant.]
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file llb1Hint.c.