|
abc-master
|
#include "base/abc/abc.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Abc_NtkSynthesize (Abc_Ntk_t **ppNtk, int fMoreEffort) |
| DECLARATIONS ///. More... | |
| int | Abc_NtkQuantify (Abc_Ntk_t *pNtk, int fUniv, int iVar, int fVerbose) |
| Abc_Ntk_t * | Abc_NtkTransRel (Abc_Ntk_t *pNtk, int fInputs, int fVerbose) |
| Abc_Ntk_t * | Abc_NtkInitialState (Abc_Ntk_t *pNtk) |
| Abc_Ntk_t * | Abc_NtkSwapVariables (Abc_Ntk_t *pNtk) |
| Abc_Ntk_t * | Abc_NtkReachability (Abc_Ntk_t *pNtkRel, int nIters, int fVerbose) |
Function*************************************************************
Synopsis [Performs one image computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 261 of file abcQuant.c.
| int Abc_NtkQuantify | ( | Abc_Ntk_t * | pNtk, |
| int | fUniv, | ||
| int | iVar, | ||
| int | fVerbose | ||
| ) |
Function*************************************************************
Synopsis [Existentially quantifies one variable.]
Description []
SideEffects [This procedure creates dangling nodes in the AIG.]
SeeAlso []
Definition at line 83 of file abcQuant.c.
Function*************************************************************
Synopsis [Performs reachability analisys.]
Description [Assumes that the input is the transition relation.]
SideEffects []
SeeAlso []
Definition at line 326 of file abcQuant.c.
Function*************************************************************
Synopsis [Swaps current state and next state variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 289 of file abcQuant.c.
| ABC_NAMESPACE_IMPL_START void Abc_NtkSynthesize | ( | Abc_Ntk_t ** | ppNtk, |
| int | fMoreEffort | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcQuant.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [AIG-based variable quantification.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Performs fast synthesis.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file abcQuant.c.
Function*************************************************************
Synopsis [Constructs the transition relation.]
Description []
SideEffects []
SeeAlso []
Definition at line 159 of file abcQuant.c.