abc-master
|
Go to the source code of this file.
Data Structures | |
struct | Io_ReadBlif_t_ |
Typedefs | |
typedef typedefABC_NAMESPACE_IMPL_START struct Io_ReadBlif_t_ | Io_ReadBlif_t |
DECLARATIONS ///. More... | |
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 32 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 92 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 808 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis [Starts the reading data structure.]
Description []
SideEffects []
SeeAlso []
Definition at line 1325 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis [Frees the data structure.]
Description []
SideEffects []
SeeAlso []
Definition at line 1358 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis [Gets the tokens taking into account the line breaks.]
Description []
SideEffects []
SeeAlso []
Definition at line 1254 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis [Iteratively reads several networks in the hierarchical design.]
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1196 of file ioReadBlif.c.
|
static |
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 1538 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 1378 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 925 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1118 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1157 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 964 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 659 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 829 of file ioReadBlif.c.
|
static |
Definition at line 1013 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 337 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 375 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 423 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis [Reads one (main or exdc) network from the BLIF file.]
Description []
SideEffects []
SeeAlso []
Definition at line 216 of file ioReadBlif.c.
|
static |
Definition at line 1070 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 877 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 356 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis [Creates a multi-input multi-output box in the hierarchical design.]
Description []
SideEffects []
SeeAlso []
Definition at line 766 of file ioReadBlif.c.
|
static |
Function*************************************************************
Synopsis [Prints the error message including the file name and line number.]
Description []
SideEffects []
SeeAlso []
Definition at line 1234 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 540 of file ioReadBlif.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1004 of file ioReadBlif.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1061 of file ioReadBlif.c.