abc-master
|
#include "gia.h"
#include "giaAig.h"
#include "misc/tim/tim.h"
#include "proof/cec/cec.h"
#include "proof/fra/fra.h"
Go to the source code of this file.
int Gia_ManBoxCoNum | ( | Gia_Man_t * | p | ) |
ABC_NAMESPACE_IMPL_START int Gia_ManBoxNum | ( | Gia_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaTim.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Procedures with hierarchy/timing manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns the number of boxes in the AIG with boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file giaTim.c.
Definition at line 748 of file giaTim.c.
Function*************************************************************
Synopsis [Computes AIG with boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 733 of file giaTim.c.
Function*************************************************************
Synopsis [Duplicates AIG in the DFS order while putting CIs first.]
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file giaTim.c.
Function*************************************************************
Synopsis [Duplicates AIG according to the timing manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 373 of file giaTim.c.
Function*************************************************************
Synopsis [Reorders flops for sequential AIGs with boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 194 of file giaTim.c.
int Gia_ManIsNormalized | ( | Gia_Man_t * | p | ) |
int Gia_ManIsSeqWithBoxes | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Returns one if this is a seq AIG with non-trivial boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 93 of file giaTim.c.
int Gia_ManLevelWithBoxes | ( | Gia_Man_t * | p | ) |
Definition at line 469 of file giaTim.c.
Function*************************************************************
Synopsis [Computes level with boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 452 of file giaTim.c.
int Gia_ManLutLevelWithBoxes | ( | Gia_Man_t * | p | ) |
Definition at line 572 of file giaTim.c.
Function*************************************************************
Synopsis [Computes level with boxes.]
Description []
SideEffects []
SeeAlso []
Definition at line 553 of file giaTim.c.
int Gia_ManNonRegBoxNum | ( | Gia_Man_t * | p | ) |
Definition at line 57 of file giaTim.c.
Definition at line 277 of file giaTim.c.
Function*************************************************************
Synopsis [Find the ordering of AIG objects.]
Description []
SideEffects []
SeeAlso []
Definition at line 249 of file giaTim.c.
Function*************************************************************
Synopsis [Update AIG of the holes.]
Description []
SideEffects []
SeeAlso []
Definition at line 683 of file giaTim.c.
Definition at line 702 of file giaTim.c.
Definition at line 664 of file giaTim.c.
int Gia_ManVerifyWithBoxes | ( | Gia_Man_t * | pGia, |
int | nBTLimit, | ||
int | nTimeLim, | ||
int | fSeq, | ||
int | fVerbose, | ||
char * | pFileSpec | ||
) |
Function*************************************************************
Synopsis [Verify XAIG against its spec.]
Description []
SideEffects []
SeeAlso []
Definition at line 859 of file giaTim.c.