abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Abc_NtkAddPoBuffers (Abc_Ntk_t *pNtk) |
DECLARATIONS ///. More... | |
static Abc_Ntk_t * | Abc_NtkLogicToNetlist (Abc_Ntk_t *pNtk) |
static Abc_Ntk_t * | Abc_NtkAigToLogicSop (Abc_Ntk_t *pNtk) |
static Abc_Ntk_t * | Abc_NtkAigToLogicSopBench (Abc_Ntk_t *pNtk) |
Abc_Ntk_t * | Abc_NtkToLogic (Abc_Ntk_t *pNtk) |
FUNCTION DEFINITIONS ///. More... | |
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) |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcNetlist.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Transforms netlist into a logic network and vice versa.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Adds buffers for each PO.]
Description []
SideEffects []
SeeAlso []
Definition at line 485 of file abcNetlist.c.
Function*************************************************************
Synopsis [Converts the AIG into the logic network with SOPs.]
Description [Correctly handles the case of choice nodes.]
SideEffects []
SeeAlso []
Definition at line 243 of file abcNetlist.c.
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 333 of file abcNetlist.c.
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 404 of file abcNetlist.c.
Function*************************************************************
Synopsis [Transform the logic network into a netlist.]
Description [The logic network given to this procedure should have exactly the same structure as the resulting netlist. The COs can only point to CIs if they have identical names. Otherwise, they should have a node between them, even if this node is inverter or buffer.]
SideEffects []
SeeAlso []
Definition at line 147 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 97 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 122 of file abcNetlist.c.