abc-master
|
#include "pdrInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Aig_Man_t * | Pdr_ManRehashWithMap (Aig_Man_t *pAig, Vec_Int_t *vMap) |
DECLARATIONS ///. More... | |
Vec_Int_t * | Pdr_ManCreateMap (Aig_Man_t *p) |
int | Pdr_ManCountMap (Vec_Int_t *vMap) |
void | Pdr_ManPrintMap (Vec_Int_t *vMap) |
void | Pdr_ManEquivClasses (Aig_Man_t *pAig) |
int Pdr_ManCountMap | ( | Vec_Int_t * | vMap | ) |
Function*************************************************************
Synopsis [Counts reduced registers.]
Description []
SideEffects []
SeeAlso []
Definition at line 127 of file pdrClass.c.
Function*************************************************************
Synopsis [Creates mapping of registers.]
Description [Var map contains -1 if const0 and <reg_num> otherwise.]
SideEffects []
SeeAlso []
Definition at line 91 of file pdrClass.c.
void Pdr_ManEquivClasses | ( | Aig_Man_t * | pAig | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 188 of file pdrClass.c.
void Pdr_ManPrintMap | ( | Vec_Int_t * | vMap | ) |
Function*************************************************************
Synopsis [Counts reduced registers.]
Description []
SideEffects []
SeeAlso []
Definition at line 147 of file pdrClass.c.
ABC_NAMESPACE_IMPL_START Aig_Man_t* Pdr_ManRehashWithMap | ( | Aig_Man_t * | pAig, |
Vec_Int_t * | vMap | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [pdrClass.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Property driven reachability.]
Synopsis [Equivalence classes of register outputs.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 20, 2010.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Performs duplication with the variable map.]
Description [Var map contains -1 if const0 and <reg_num> otherwise.]
SideEffects []
SeeAlso []
Definition at line 45 of file pdrClass.c.