#include "abc.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Abc_Des_t * | Abc_DesCreate (char *pName) |
| DECLARATIONS ///. | |
| void | Abc_DesCleanManPointer (Abc_Des_t *p, void *pMan) |
| void | Abc_DesFree (Abc_Des_t *p, Abc_Ntk_t *pNtkSave) |
| Abc_Des_t * | Abc_DesDup (Abc_Des_t *p) |
| Abc_Des_t * | Abc_DesDupBlackboxes (Abc_Des_t *p, Abc_Ntk_t *pNtkSave) |
| void | Abc_DesPrint (Abc_Des_t *p) |
| int | Abc_DesAddModel (Abc_Des_t *p, Abc_Ntk_t *pNtk) |
| Abc_Ntk_t * | Abc_DesFindModelByName (Abc_Des_t *p, char *pName) |
| Abc_Ntk_t * | Abc_DesDeriveRoot (Abc_Des_t *p) |
| int | Abc_DesFindTopLevelModels (Abc_Des_t *p) |
| void | Abc_NodeStrashUsingNetwork_rec (Abc_Ntk_t *pNtkAig, Abc_Obj_t *pObj) |
| void | Abc_NodeStrashUsingNetwork (Abc_Ntk_t *pNtkAig, Abc_Obj_t *pBox) |
Function*************************************************************
Synopsis [Create the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 226 of file abcLib.c.


| void Abc_DesCleanManPointer | ( | Abc_Des_t * | p, |
| void * | pMan ) |
Function*************************************************************
Synopsis [Removes all pointers to the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file abcLib.c.
| ABC_NAMESPACE_IMPL_START Abc_Des_t * Abc_DesCreate | ( | char * | pName | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcLib.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Functions to manipulate verilog libraries.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Create the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file abcLib.c.


Function*************************************************************
Synopsis [Frees the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 269 of file abcLib.c.
Function*************************************************************
Synopsis [Duplicated the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 133 of file abcLib.c.

Function*************************************************************
Synopsis [Frees the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 165 of file abcLib.c.


Function*************************************************************
Synopsis [Create the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 249 of file abcLib.c.


| int Abc_DesFindTopLevelModels | ( | Abc_Des_t * | p | ) |
Function*************************************************************
Synopsis [Detects the top-level models.]
Description []
SideEffects []
SeeAlso []
Definition at line 293 of file abcLib.c.

Function*************************************************************
Synopsis [Frees the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file abcLib.c.


| void Abc_DesPrint | ( | Abc_Des_t * | p | ) |
Function*************************************************************
Synopsis [Prints the library.]
Description []
SideEffects []
SeeAlso []
Definition at line 194 of file abcLib.c.
Function*************************************************************
Synopsis [Derive the AIG of the logic in the netlist.]
Description []
SideEffects []
SeeAlso []
Definition at line 366 of file abcLib.c.

Function*************************************************************
Synopsis [Derive the AIG of the logic in the netlist.]
Description []
SideEffects []
SeeAlso []
Definition at line 339 of file abcLib.c.

