abc-master
|
#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 406 of file giaSweep.c.
Function*************************************************************
Synopsis [Compute the set of CIs representing carry-outs of boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 373 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 209 of file giaSweep.c.
Definition at line 243 of file giaSweep.c.
Definition at line 233 of file giaSweep.c.
Definition at line 216 of file giaSweep.c.
Definition at line 223 of file giaSweep.c.
Definition at line 334 of file giaSweep.c.
Function*************************************************************
Synopsis [Computes representatives in terms of the original objects.]
Description []
SideEffects []
SeeAlso []
Definition at line 442 of file giaSweep.c.
void Gia_ManFraigSweepPerform | ( | Gia_Man_t * | p, |
void * | pPars | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 535 of file giaSweep.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 556 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 579 of file giaSweep.c.
Gia_Man_t* Gia_ManSweepWithBoxes | ( | Gia_Man_t * | p, |
void * | pParsC, | ||
void * | pParsS, | ||
int | fConst, | ||
int | fEquiv, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Reduces root model with scorr.]
Description []
SideEffects []
SeeAlso []
Definition at line 683 of file giaSweep.c.
Gia_Man_t* Gia_ManSweepWithBoxesAndDomains | ( | Gia_Man_t * | p, |
void * | pParsS, | ||
int | fConst, | ||
int | fEquiv, | ||
int | fVerbose | ||
) |
Definition at line 621 of file giaSweep.c.
Function*************************************************************
Synopsis [Duplicates the AIG in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 318 of file giaSweep.c.
Definition at line 326 of file giaSweep.c.