
Go to the source code of this file.
Classes | |
| struct | Io_ReadBlif_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Io_ReadBlif_t_ | Io_ReadBlif_t |
| DECLARATIONS ///. | |
Functions | |
| Abc_Ntk_t * | Io_ReadBlif (char *pFileName, int fCheck) |
| FUNCTION DEFINITIONS ///. | |
| int | Io_ReadBlifReorderFormalNames (Vec_Ptr_t *vTokens, Mio_Gate_t *pGate, Mio_Gate_t *pTwin) |
| int | Io_ReadFindCiId (Abc_Ntk_t *pNtk, Abc_Obj_t *pObj) |
| int | Io_ReadFindCoId (Abc_Ntk_t *pNtk, Abc_Obj_t *pObj) |
| int | Io_ReadBlifNetworkConnectBoxesOneBox (Io_ReadBlif_t *p, Abc_Obj_t *pBox, stmm_table *tName2Model) |
| int | Io_ReadBlifNetworkConnectBoxesOne (Io_ReadBlif_t *p, Abc_Ntk_t *pNtk, stmm_table *tName2Model) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Io_ReadBlif_t_ Io_ReadBlif_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioReadBlif.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to read BLIF files.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 35 of file ioReadBlif.c.
| Abc_Ntk_t * Io_ReadBlif | ( | char * | pFileName, |
| int | fCheck ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Reads the (hierarchical) network from the BLIF file.]
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file ioReadBlif.c.

| int Io_ReadBlifNetworkConnectBoxesOne | ( | Io_ReadBlif_t * | p, |
| Abc_Ntk_t * | pNtk, | ||
| stmm_table * | tName2Model ) |
Function*************************************************************
Synopsis [Connect the boxes in the hierarchy of networks.]
Description []
SideEffects []
SeeAlso []
Definition at line 1597 of file ioReadBlif.c.

| int Io_ReadBlifNetworkConnectBoxesOneBox | ( | Io_ReadBlif_t * | p, |
| Abc_Obj_t * | pBox, | ||
| stmm_table * | tName2Model ) |
Function*************************************************************
Synopsis [Connect one box.]
Description []
SideEffects []
SeeAlso []
Definition at line 1437 of file ioReadBlif.c.


| int Io_ReadBlifReorderFormalNames | ( | Vec_Ptr_t * | vTokens, |
| Mio_Gate_t * | pGate, | ||
| Mio_Gate_t * | pTwin ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 561 of file ioReadBlif.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1043 of file ioReadBlif.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1103 of file ioReadBlif.c.