
Go to the source code of this file.
Functions | |
| Abc_Ntk_t * | Abc_NtkToLogic (Abc_Ntk_t *pNtk) |
| FUNCTION DEFINITIONS ///. | |
| Abc_Ntk_t * | Abc_NtkToNetlist (Abc_Ntk_t *pNtk) |
| Abc_Ntk_t * | Abc_NtkToNetlistBench (Abc_Ntk_t *pNtk) |
| Abc_Ntk_t * | Abc_NtkAigToLogicSopNand (Abc_Ntk_t *pNtk) |
Function*************************************************************
Synopsis [Converts the AIG into the logic network with SOPs for bench writing.]
Description [This procedure does not copy the choices.]
SideEffects []
SeeAlso []
Definition at line 413 of file abcNetlist.c.

FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Transform the netlist into a logic network.]
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file abcNetlist.c.


Function*************************************************************
Synopsis [Transform the logic network into a netlist.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file abcNetlist.c.


Function*************************************************************
Synopsis [Converts the AIG into the netlist.]
Description [This procedure does not copy the choices.]
SideEffects []
SeeAlso []
Definition at line 125 of file abcNetlist.c.

