
Go to the source code of this file.
Classes | |
| struct | Io_BlifObj_t_ |
| struct | Io_BlifMan_t_ |
Typedefs | |
| typedef struct Io_BlifObj_t_ | Io_BlifObj_t |
| typedef struct Io_BlifMan_t_ | Io_BlifMan_t |
Enumerations | |
| enum | Io_BlifInit_t { IO_BLIF_INIT_NONE = 0 , IO_BLIF_INIT_ZERO , IO_BLIF_INIT_ONE , IO_BLIF_INIT_DC } |
| DECLARATIONS ///. More... | |
Functions | |
| Abc_Ntk_t * | Io_ReadBlifAsAig (char *pFileName, int fCheck) |
| FUNCTION DEFINITIONS ///. | |
| typedef struct Io_BlifMan_t_ Io_BlifMan_t |
Definition at line 55 of file ioReadBlifAig.c.
| typedef struct Io_BlifObj_t_ Io_BlifObj_t |
Definition at line 39 of file ioReadBlifAig.c.
| enum Io_BlifInit_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioReadBlifAig.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to read BLIF file into AIG.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - December 23, 2006.]
Revision [
]
| Enumerator | |
|---|---|
| IO_BLIF_INIT_NONE | |
| IO_BLIF_INIT_ZERO | |
| IO_BLIF_INIT_ONE | |
| IO_BLIF_INIT_DC | |
Definition at line 32 of file ioReadBlifAig.c.
| Abc_Ntk_t * Io_ReadBlifAsAig | ( | char * | pFileName, |
| int | fCheck ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Reads the network from the BLIF file as an AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file ioReadBlifAig.c.
