abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Abc_Ntk_t * | Bbl_ManToAbc (Bbl_Man_t *p) |
DECLARATIONS ///. More... | |
void | Bbl_ManDfs_rec (Bbl_Obj_t *pObj, Vec_Ptr_t *vNodes) |
Vec_Ptr_t * | Bbl_ManDfs (Bbl_Man_t *p) |
Abc_Ntk_t * | Bbl_ManToAig (Bbl_Man_t *p) |
void | Bbl_ManVerify (Abc_Ntk_t *pNtk1, Abc_Ntk_t *pNtk2) |
void | Bbl_ManTest (Abc_Ntk_t *pNtk) |
Abc_Ntk_t * | Io_ReadBblif (char *pFileName, int fCheck) |
Fnction*************************************************************
Synopsis [Collects internal nodes in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file ioReadBblif.c.
Fnction*************************************************************
Synopsis [Collects internal nodes in the DFS order.]
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file ioReadBblif.c.
void Bbl_ManTest | ( | Abc_Ntk_t * | pNtk | ) |
Fnction*************************************************************
Synopsis [Performs testing of the new manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 267 of file ioReadBblif.c.
ABC_NAMESPACE_IMPL_START Abc_Ntk_t* Bbl_ManToAbc | ( | Bbl_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioReadBblif.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to read AIG in the binary format.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Fnction*************************************************************
Synopsis [Constructs ABC network from the manager.]
Description [The ABC network is started, as well as the array vCopy, which will map the new ID of each object in the BBLIF manager into the ponter ot the corresponding object in the ABC. For each internal node, determined by Bbl_ObjIsLut(), the SOP representation is created by retrieving the SOP representation of the BBLIF object. Finally, the objects are connected using fanin/fanout creation, and the dummy names are assigned because ABC requires each CI/CO to have a name.]
SideEffects []
SeeAlso []
Definition at line 55 of file ioReadBblif.c.
Fnction*************************************************************
Synopsis [Constructs AIG in ABC from the manager.]
Description [The ABC network is started, as well as the array vCopy, which will map the new ID of each object in the BBLIF manager into the ponter ot the corresponding AIG object in the ABC. For each internal node in a topological oder the AIG representation is created by factoring the SOP representation of the BBLIF object. Finally, the CO objects are created, and the dummy names are assigned because ABC requires each CI/CO to have a name.]
SideEffects []
SeeAlso []
Definition at line 156 of file ioReadBblif.c.
Fnction*************************************************************
Synopsis [Verifies equivalence for two combinational networks.]
Description []
SideEffects []
SeeAlso []
Definition at line 243 of file ioReadBblif.c.
Abc_Ntk_t* Io_ReadBblif | ( | char * | pFileName, |
int | fCheck | ||
) |
Function*************************************************************
Synopsis [Reads the AIG in the binary format.]
Description []
SideEffects []
SeeAlso []
Definition at line 324 of file ioReadBblif.c.