
Go to the source code of this file.
Enumerations | |
| enum | Bac_BlifType_t { PRS_BLIF_NONE = 0 , PRS_BLIF_MODEL , PRS_BLIF_INOUTS , PRS_BLIF_INPUTS , PRS_BLIF_OUTPUTS , PRS_BLIF_NAMES , PRS_BLIF_SUBCKT , PRS_BLIF_GATE , PRS_BLIF_LATCH , PRS_BLIF_SHORT , PRS_BLIF_END , PRS_BLIF_UNKNOWN } |
| DECLARATIONS ///. More... | |
Functions | |
| Vec_Ptr_t * | Psr_ManReadBlif (char *pFileName) |
| void | Psr_ManReadBlifTest () |
| enum Bac_BlifType_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [bacReadBlif.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchical word-level netlist.]
Synopsis [BLIF parser.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 29, 2014.]
Revision [
]
| Enumerator | |
|---|---|
| PRS_BLIF_NONE | |
| PRS_BLIF_MODEL | |
| PRS_BLIF_INOUTS | |
| PRS_BLIF_INPUTS | |
| PRS_BLIF_OUTPUTS | |
| PRS_BLIF_NAMES | |
| PRS_BLIF_SUBCKT | |
| PRS_BLIF_GATE | |
| PRS_BLIF_LATCH | |
| PRS_BLIF_SHORT | |
| PRS_BLIF_END | |
| PRS_BLIF_UNKNOWN | |
Definition at line 31 of file bacReadBlif.c.
| Vec_Ptr_t * Psr_ManReadBlif | ( | char * | pFileName | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 406 of file bacReadBlif.c.

| void Psr_ManReadBlifTest | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 431 of file bacReadBlif.c.
