abc-master
|
#include "base/abc/abc.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Abc_NtkChangeCiOrder (Abc_Ntk_t *pNtk, Vec_Ptr_t *vSupp, int fReverse) |
DECLARATIONS ///. More... | |
void | Abc_NtkFindCiOrder (Abc_Ntk_t *pNtk, int fReverse, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
void | Abc_NtkImplementCiOrder (Abc_Ntk_t *pNtk, char *pFileName, int fReverse, int fVerbose) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcOrder.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Exploring static BDD variable orders.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Changes the order of primary inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 108 of file abcOrder.c.
void Abc_NtkFindCiOrder | ( | Abc_Ntk_t * | pNtk, |
int | fReverse, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Changes the order of primary inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file abcOrder.c.
void Abc_NtkImplementCiOrder | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName, | ||
int | fReverse, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Implements the given variable order.]
Description []
SideEffects []
SeeAlso []
Definition at line 66 of file abcOrder.c.