

Go to the source code of this file.
Classes | |
| struct | Psr_Ntk_t_ |
| struct | Psr_Man_t_ |
Macros | |
| #define | Psr_ManForEachNameVec(vVec, p, pName, i) |
| #define | Psr_NtkForEachPio(p, NameId, i) |
| #define | Psr_NtkForEachPi(p, NameId, i) |
| #define | Psr_NtkForEachPo(p, NameId, i) |
| #define | Psr_NtkForEachBox(p, vVec, i) |
Typedefs | |
| typedef struct Psr_Ntk_t_ | Psr_Ntk_t |
| BASIC TYPES ///. | |
| typedef struct Psr_Man_t_ | Psr_Man_t |
Enumerations | |
| enum | Psr_ManType_t { BAC_PRS_NAME = 0 , BAC_PRS_SLICE , BAC_PRS_CONST , BAC_PRS_CONCAT } |
| INCLUDES ///. More... | |
| #define Psr_ManForEachNameVec | ( | vVec, | |
| p, | |||
| pName, | |||
| i ) |
Definition at line 138 of file bacPrs.h.
| #define Psr_NtkForEachBox | ( | p, | |
| vVec, | |||
| i ) |
| #define Psr_NtkForEachPi | ( | p, | |
| NameId, | |||
| i ) |
| #define Psr_NtkForEachPio | ( | p, | |
| NameId, | |||
| i ) |
| #define Psr_NtkForEachPo | ( | p, | |
| NameId, | |||
| i ) |
| typedef struct Psr_Man_t_ Psr_Man_t |
| typedef struct Psr_Ntk_t_ Psr_Ntk_t |
| enum Psr_ManType_t |
INCLUDES ///.
CFile****************************************************************
FileName [bacPrs.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 ///
| Enumerator | |
|---|---|
| BAC_PRS_NAME | |
| BAC_PRS_SLICE | |
| BAC_PRS_CONST | |
| BAC_PRS_CONCAT | |
Definition at line 39 of file bacPrs.h.