#include "base/abc/abc.h"
Go to the source code of this file.
Functions | |
| void | Abc_NtkFindCiOrder (Abc_Ntk_t *pNtk, int fReverse, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| void | Abc_NtkImplementCiOrder (Abc_Ntk_t *pNtk, char *pFileName, int fReverse, int fVerbose) |
| 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.
