abc-master
|
Go to the source code of this file.
Function*************************************************************
Synopsis [Duplicates the AIG while creating POs from the set.]
Description []
SideEffects []
SeeAlso []
Definition at line 389 of file saigMiter.c.
Function*************************************************************
Synopsis [Duplicates the AIG while creating POs from the set.]
Description []
SideEffects []
SeeAlso []
Definition at line 426 of file saigMiter.c.
void Saig_AndDualRail | ( | Aig_Man_t * | pNew, |
Aig_Obj_t * | pObj, | ||
Aig_Obj_t ** | ppData, | ||
Aig_Obj_t ** | ppNext | ||
) |
Function*************************************************************
Synopsis [Derives dual-rail AIG.]
Description [Orders nodes as follows: PIs, ANDs, POs.]
SideEffects []
SeeAlso []
Definition at line 213 of file saigMiter.c.
Function*************************************************************
Synopsis [Creates sequential miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file saigMiter.c.
Function*************************************************************
Synopsis [Creates combinational miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 163 of file saigMiter.c.
Function*************************************************************
Synopsis [Create specialized miter by unrolling two circuits.]
Description []
SideEffects []
SeeAlso []
Definition at line 1014 of file saigMiter.c.
Function*************************************************************
Synopsis [Duplicates the AIG to have constant-0 initial state.]
Description []
SideEffects []
SeeAlso []
Definition at line 903 of file saigMiter.c.
int Saig_ManDemiterCheckPo | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj, | ||
Aig_Obj_t ** | ppPo0, | ||
Aig_Obj_t ** | ppPo1 | ||
) |
Function*************************************************************
Synopsis [Returns 1 if PO can be demitered.]
Description []
SideEffects []
SeeAlso []
Definition at line 589 of file saigMiter.c.
Function*************************************************************
Synopsis [Returns 1 if AIG can be demitered.]
Description []
SideEffects []
SeeAlso []
Definition at line 708 of file saigMiter.c.
Function*************************************************************
Synopsis [Labels logic reachable from the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 839 of file saigMiter.c.
void Saig_ManDemiterMarkPos | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Returns 1 if PO can be demitered.]
Description []
SideEffects []
SeeAlso []
Definition at line 561 of file saigMiter.c.
int Saig_ManDemiterNew | ( | Aig_Man_t * | pMan | ) |
Function*************************************************************
Synopsis [Performs demitering of the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 1230 of file saigMiter.c.
Function*************************************************************
Synopsis [Duplicates the AIG to have constant-0 initial state.]
Description []
SideEffects []
SeeAlso []
Definition at line 491 of file saigMiter.c.
Function*************************************************************
Synopsis [Returns 1 if AIG can be demitered.]
Description []
SideEffects []
SeeAlso []
Definition at line 660 of file saigMiter.c.
Function*************************************************************
Synopsis [Duplicates the AIG to have constant-0 initial state.]
Description []
SideEffects []
SeeAlso []
Definition at line 765 of file saigMiter.c.
Function*************************************************************
Synopsis [Derives dual-rail AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 240 of file saigMiter.c.
Function*************************************************************
Synopsis [Returns the first labeled register encountered during traversal.]
Description []
SideEffects []
SeeAlso []
Definition at line 871 of file saigMiter.c.
Function*************************************************************
Synopsis [Create combinational timeframes by unrolling sequential circuits.]
Description []
SideEffects []
SeeAlso []
Definition at line 323 of file saigMiter.c.
ABC_NAMESPACE_IMPL_START Sec_MtrStatus_t Sec_MiterStatus | ( | Aig_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [saigMiter.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Sequential AIG package.]
Synopsis [Computes sequential miter of two sequential AIGs.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Checks the status of the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file saigMiter.c.
int Ssw_SecCexResimulate | ( | Aig_Man_t * | p, |
int * | pModel, | ||
int * | pnOutputs | ||
) |
Function*************************************************************
Synopsis [Resimulates counter-example and returns the failed output number.]
Description []
SideEffects []
SeeAlso []
Definition at line 1038 of file saigMiter.c.
Function*************************************************************
Synopsis [Reduces SEC to CEC for the special case of seq synthesis.]
Description [The first circuit (pPart0) should be circuit before synthesis. The second circuit (pPart1) should be circuit after synthesis.]
SideEffects []
SeeAlso []
Definition at line 1074 of file saigMiter.c.
Function*************************************************************
Synopsis [Reduces SEC to CEC for the special case of seq synthesis.]
Description []
SideEffects []
SeeAlso []
Definition at line 1161 of file saigMiter.c.