
Go to the source code of this file.
Macros | |
| #define | ABC_MAX_CUBES 1000000 |
| DECLARATIONS ///. | |
| #define | ABC_MAX_CUBES2 10000 |
| #define ABC_MAX_CUBES 1000000 |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcFunc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Transformations between different functionality representations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
DECLARATIONS ///.
Function*************************************************************
Synopsis [Converts the network from AIG to BDD representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 1157 of file abcFunc.c.


Function*************************************************************
Synopsis [Construct BDDs and mark AIG nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 1134 of file abcFunc.c.


Definition at line 1029 of file abcFunc.c.


Function*************************************************************
Synopsis [Converts the network from AIG to GIA representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 1008 of file abcFunc.c.


| void Abc_ConvertAigToGia_rec2 | ( | Hop_Obj_t * | pObj | ) |
Definition at line 1019 of file abcFunc.c.


Function*************************************************************
Synopsis [Strashes one logic node using its SOP.]
Description []
SideEffects []
SeeAlso []
Definition at line 934 of file abcFunc.c.

| void Abc_NodeBddToCnf | ( | Abc_Obj_t * | pNode, |
| Mem_Flex_t * | pMmMan, | ||
| Vec_Str_t * | vCube, | ||
| int | fAllPrimes, | ||
| char ** | ppSop0, | ||
| char ** | ppSop1 ) |
| int Abc_NtkAigToBdd | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Converts the network from AIG to BDD representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 1050 of file abcFunc.c.


| int Abc_NtkBddToSop | ( | Abc_Ntk_t * | pNtk, |
| int | fMode, | ||
| int | nCubeLimit, | ||
| int | fCubeSort ) |
| void Abc_NtkFaninSort | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 1386 of file abcFunc.c.

| int Abc_NtkMapToSop | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Unmaps the network.]
Description []
SideEffects []
SeeAlso []
Definition at line 1228 of file abcFunc.c.


| int Abc_NtkMapToSopUsingLibrary | ( | Abc_Ntk_t * | pNtk, |
| void * | library ) |
Function*************************************************************
Synopsis [Unmaps the network with user provided Mio library.]
Description []
SideEffects []
SeeAlso []
Definition at line 1194 of file abcFunc.c.


| int Abc_NtkSopToAig | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Converts the network from SOP to AIG representation.]
Description []
SideEffects []
SeeAlso []
Definition at line 884 of file abcFunc.c.


| int Abc_NtkSopToBdd | ( | Abc_Ntk_t * | pNtk | ) |
| int Abc_NtkSopToBlifMv | ( | Abc_Ntk_t * | pNtk | ) |
| int Abc_NtkToAig | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Convers logic network to the SOP form.]
Description []
SideEffects []
SeeAlso []
Definition at line 1333 of file abcFunc.c.


| int Abc_NtkToBdd | ( | Abc_Ntk_t * | pNtk | ) |
Function*************************************************************
Synopsis [Convers logic network to the SOP form.]
Description []
SideEffects []
SeeAlso []
Definition at line 1299 of file abcFunc.c.


| int Abc_NtkToSop | ( | Abc_Ntk_t * | pNtk, |
| int | fMode, | ||
| int | nCubeLimit ) |
Function*************************************************************
Synopsis [Convers logic network to the SOP form.]
Description []
SideEffects []
SeeAlso []
Definition at line 1261 of file abcFunc.c.


| void Abc_ObjFaninSort | ( | Abc_Obj_t * | pObj | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1369 of file abcFunc.c.

