#include "gia.h"#include "giaAig.h"#include "proof/dch/dch.h"#include "misc/tim/tim.h"#include "proof/cec/cec.h"
Go to the source code of this file.
| void Gia_ManCheckIntegrityWithBoxes | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Checks integriting of complex flops and carry-chains.]
Description []
SideEffects []
SeeAlso []
Definition at line 441 of file giaSweep.c.


Function*************************************************************
Synopsis [Compute the set of CIs representing carry-outs of boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 385 of file giaSweep.c.


Definition at line 124 of file giaSweep.c.


Function*************************************************************
Synopsis [Mark GIA nodes that feed into POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 221 of file giaSweep.c.

Definition at line 255 of file giaSweep.c.

Definition at line 245 of file giaSweep.c.

Definition at line 228 of file giaSweep.c.

Definition at line 235 of file giaSweep.c.

Definition at line 346 of file giaSweep.c.


Function*************************************************************
Synopsis [Computes representatives in terms of the original objects.]
Description []
SideEffects []
SeeAlso []
Definition at line 478 of file giaSweep.c.


| void Gia_ManFraigSweepPerform | ( | Gia_Man_t * | p, |
| void * | pPars ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 585 of file giaSweep.c.


Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 606 of file giaSweep.c.

| void Gia_ManMarkSeqGiaWithBoxes | ( | Gia_Man_t * | p, |
| int | fSeq ) |
Definition at line 87 of file giaSweep.c.


| ABC_NAMESPACE_IMPL_START void Gia_ManMarkSeqGiaWithBoxes_rec | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pObj, | ||
| Vec_Int_t * | vRoots ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaSweep.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Sweeping of GIA manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Mark GIA nodes that feed into POs.]
Description [Returns the array of classes of remaining registers.]
SideEffects []
SeeAlso []
Definition at line 48 of file giaSweep.c.


| void Gia_ManSweepComputeOneDomainEquivs | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vRegClasses, | ||
| int | iDom, | ||
| void * | pParsS, | ||
| int | fConst, | ||
| int | fEquiv, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Computes equivalences for one clock domain.]
Description []
SideEffects []
SeeAlso []
Definition at line 629 of file giaSweep.c.


| Gia_Man_t * Gia_ManSweepWithBoxes | ( | Gia_Man_t * | p, |
| void * | pParsC, | ||
| void * | pParsS, | ||
| int | fConst, | ||
| int | fEquiv, | ||
| int | fVerbose, | ||
| int | fVerbEquivs ) |
Function*************************************************************
Synopsis [Reduces root model with scorr.]
Description []
SideEffects []
SeeAlso []
Definition at line 739 of file giaSweep.c.

| Gia_Man_t * Gia_ManSweepWithBoxesAndDomains | ( | Gia_Man_t * | p, |
| void * | pParsS, | ||
| int | fConst, | ||
| int | fEquiv, | ||
| int | fVerbose, | ||
| int | fVerbEquivs ) |
Definition at line 671 of file giaSweep.c.


Function*************************************************************
Synopsis [Duplicates the AIG in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 330 of file giaSweep.c.

Definition at line 338 of file giaSweep.c.
