abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Bbl_Man_t * | Bbl_ManFromAbc (Abc_Ntk_t *pNtk) |
DECLARATIONS ///. More... | |
void | Io_WriteBblif (Abc_Ntk_t *pNtk, char *pFileName) |
ABC_NAMESPACE_IMPL_START Bbl_Man_t* Bbl_ManFromAbc | ( | Abc_Ntk_t * | pNtk | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioWriteBblif.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to write AIG in the binary format.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Fnction*************************************************************
Synopsis [Construct manager from the ABC network.]
Description [In the ABC network each object has a unique integer ID. This ID is used when we construct objects of the BBLIF manager corresponding to each object of the ABC network. The objects can be added to the manager in any order (although below they are added in the topological order), but by the time fanin/fanout connections are created, corresponding objects are already constructed. In the end the checking procedure is called.]
SideEffects []
SeeAlso []
Definition at line 54 of file ioWriteBblif.c.
void Io_WriteBblif | ( | Abc_Ntk_t * | pNtk, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis [Writes the AIG in the binary format.]
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file ioWriteBblif.c.