

Go to the source code of this file.
Classes | |
| struct | Prs_Ntk_t_ |
| struct | Prs_Man_t_ |
Macros | |
| #define | Prs_ManForEachNameVec(vVec, p, pName, i) |
| #define | Prs_NtkForEachPio(p, NameId, i) |
| #define | Prs_NtkForEachPi(p, NameId, i) |
| #define | Prs_NtkForEachPo(p, NameId, i) |
| #define | Prs_NtkForEachBox(p, vVec, i) |
Typedefs | |
| typedef struct Prs_Ntk_t_ | Prs_Ntk_t |
| BASIC TYPES ///. | |
| typedef struct Prs_Man_t_ | Prs_Man_t |
Enumerations | |
| enum | Cba_VerType_t { PRS_VER_NONE = 0 , PRS_VER_INPUT , PRS_VER_OUTPUT , PRS_VER_INOUT , PRS_VER_WIRE , PRS_VER_REG , PRS_VER_MODULE , PRS_VER_ASSIGN , PRS_VER_ALWAYS , PRS_VER_FUNCTION , PRS_VER_DEFPARAM , PRS_VER_BEGIN , PRS_VER_END , PRS_VER_CASE , PRS_VER_ENDCASE , PRS_VER_SIGNED , PRS_VER_ENDMODULE , PRS_VER_UNKNOWN } |
| INCLUDES ///. More... | |
| enum | Prs_ManType_t { CBA_PRS_NAME = 0 , CBA_PRS_SLICE , CBA_PRS_CONST , CBA_PRS_CONCAT } |
Functions | |
| void | Prs_NtkAddVerilogDirectives (Prs_Man_t *p) |
| ITERATORS ///. | |
| #define Prs_ManForEachNameVec | ( | vVec, | |
| p, | |||
| pName, | |||
| i ) |
Definition at line 173 of file cbaPrs.h.
| #define Prs_NtkForEachBox | ( | p, | |
| vVec, | |||
| i ) |
| #define Prs_NtkForEachPi | ( | p, | |
| NameId, | |||
| i ) |
| #define Prs_NtkForEachPio | ( | p, | |
| NameId, | |||
| i ) |
| #define Prs_NtkForEachPo | ( | p, | |
| NameId, | |||
| i ) |
| typedef struct Prs_Man_t_ Prs_Man_t |
| typedef struct Prs_Ntk_t_ Prs_Ntk_t |
| enum Cba_VerType_t |
INCLUDES ///.
CFile****************************************************************
FileName [cbaPrs.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchical word-level netlist.]
Synopsis [Parser declarations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 29, 2014.]
Revision [
] PARAMETERS ///
Definition at line 39 of file cbaPrs.h.
| enum Prs_ManType_t |
| Enumerator | |
|---|---|
| CBA_PRS_NAME | |
| CBA_PRS_SLICE | |
| CBA_PRS_CONST | |
| CBA_PRS_CONCAT | |
Definition at line 61 of file cbaPrs.h.
|
extern |
ITERATORS ///.
FUNCTION DECLARATIONS ///
Definition at line 51 of file cbaReadVer.c.

