abc-master
|
#include "aig.h"
Go to the source code of this file.
int Aig_ManCountReprs | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Duplicates AIG while substituting representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 267 of file aigRepr.c.
Function*************************************************************
Synopsis [Duplicates the AIG manager recursively.]
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file aigRepr.c.
Function*************************************************************
Synopsis [Duplicates AIG with representatives without removing registers.]
Description []
SideEffects []
SeeAlso []
void Aig_ManMarkValidChoices | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Marks the nodes that are Creates choices.]
Description [The input AIG is assumed to have representatives assigned.]
SideEffects []
SeeAlso []
Definition at line 481 of file aigRepr.c.
Function*************************************************************
Synopsis [Iteratively rehashes the AIG.]
Description [The input AIG is assumed to have representatives assigned.]
SideEffects []
SeeAlso []
Definition at line 454 of file aigRepr.c.
int Aig_ManRemapRepr | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Transfer representatives and return the number of critical fanouts.]
Description []
SideEffects []
SeeAlso []
Definition at line 351 of file aigRepr.c.
ABC_NAMESPACE_IMPL_START void Aig_ManReprStart | ( | Aig_Man_t * | p, |
int | nIdMax | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigRepr.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [Handing node representatives.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts the array of representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file aigRepr.c.
void Aig_ManReprStop | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Duplicates AIG while substituting representatives.]
Description []
SideEffects []
SeeAlso []
Definition at line 211 of file aigRepr.c.
Function*************************************************************
Synopsis [Returns 1 if pOld is in the TFI of pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 435 of file aigRepr.c.
Function*************************************************************
Synopsis [Returns 1 if pOld is in the TFI of pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 400 of file aigRepr.c.
Definition at line 197 of file aigRepr.c.
Definition at line 198 of file aigRepr.c.
Function*************************************************************
Synopsis [Find representative transitively.]
Description []
SideEffects []
SeeAlso []
Definition at line 170 of file aigRepr.c.
Function*************************************************************
Synopsis [Returns representatives of fanin in approapriate polarity.]
Description []
SideEffects []
SeeAlso []
Definition at line 190 of file aigRepr.c.
Function*************************************************************
Synopsis [Transfers the classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 533 of file aigRepr.c.