abc-master
|
#include "fra.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Fra_FraigMiterStatus (Aig_Man_t *p) |
DECLARATIONS ///. More... | |
int | Fra_FraigMiterAssertedOutput (Aig_Man_t *p) |
static void | Fra_FraigNodeSpeculate (Fra_Man_t *p, Aig_Obj_t *pObj, Aig_Obj_t *pObjFraig, Aig_Obj_t *pObjReprFraig) |
void | Fra_FraigVerifyCounterEx (Fra_Man_t *p, Vec_Int_t *vCex) |
static void | Fra_FraigNode (Fra_Man_t *p, Aig_Obj_t *pObj) |
void | Fra_FraigSweep (Fra_Man_t *p) |
Aig_Man_t * | Fra_FraigPerform (Aig_Man_t *pManAig, Fra_Par_t *pPars) |
Aig_Man_t * | Fra_FraigChoice (Aig_Man_t *pManAig, int nConfMax, int nLevelMax) |
Aig_Man_t * | Fra_FraigEquivence (Aig_Man_t *pManAig, int nConfMax, int fProve) |
Function*************************************************************
Synopsis [Performs choicing of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 442 of file fraCore.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 468 of file fraCore.c.
int Fra_FraigMiterAssertedOutput | ( | Aig_Man_t * | p | ) |
ABC_NAMESPACE_IMPL_START int Fra_FraigMiterStatus | ( | Aig_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [fraCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [New FRAIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 30, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Reports the status of the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 62 of file fraCore.c.
Function*************************************************************
Synopsis [Performs fraiging for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 234 of file fraCore.c.
|
inlinestatic |
Function*************************************************************
Synopsis [Write speculative miter for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 156 of file fraCore.c.
Function*************************************************************
Synopsis [Performs fraiging of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 375 of file fraCore.c.
void Fra_FraigSweep | ( | Fra_Man_t * | p | ) |
Function*************************************************************
Synopsis [Performs fraiging for the internal nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 310 of file fraCore.c.
Function*************************************************************
Synopsis [Verifies the generated counter-ex.]
Description []
SideEffects []
SeeAlso []
Definition at line 186 of file fraCore.c.