#include "gia.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Gia_ManCombMarkUsed_rec (Gia_Man_t *p, Gia_Obj_t *pObj) |
| DECLARATIONS ///. | |
| int | Gia_ManCombMarkUsed (Gia_Man_t *p) |
| Gia_Man_t * | Gia_ManCleanup (Gia_Man_t *p) |
| Gia_Man_t * | Gia_ManCleanupOutputs (Gia_Man_t *p, int nOutputs) |
| int | Gia_ManSeqMarkUsed_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vRoots) |
| int | Gia_ManSeqMarkUsed (Gia_Man_t *p) |
| Gia_Man_t * | Gia_ManSeqCleanup (Gia_Man_t *p) |
| Gia_Man_t * | Gia_ManReduceEquiv (Gia_Man_t *p, int fVerbose) |
| Gia_Man_t * | Gia_ManSeqStructSweep (Gia_Man_t *p, int fConst, int fEquiv, int fVerbose) |
Function*************************************************************
Synopsis [Skip the first outputs during cleanup.]
Description []
SideEffects []
SeeAlso []
Definition at line 101 of file giaScl.c.


| int Gia_ManCombMarkUsed | ( | Gia_Man_t * | p | ) |
Definition at line 60 of file giaScl.c.


| ABC_NAMESPACE_IMPL_START int Gia_ManCombMarkUsed_rec | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pObj ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaScl.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Sequential cleanup.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Marks unreachable internal nodes and returns their number.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file giaScl.c.


Function*************************************************************
Synopsis [Find representatives due to identical fanins.]
Description [Returns the old manager if there is no changes.]
SideEffects []
SeeAlso []
Definition at line 200 of file giaScl.c.


| int Gia_ManSeqMarkUsed | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Marks CIs/COs/ANDs unreachable from POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 156 of file giaScl.c.


Function*************************************************************
Synopsis [Marks CIs/COs/ANDs unreachable from POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file giaScl.c.


Function*************************************************************
Synopsis [Performs sequential cleanup.]
Description []
SideEffects []
SeeAlso []
Definition at line 258 of file giaScl.c.

