ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Hop_Obj_t_ Struct Reference

#include <hop.h>

Collaboration diagram for Hop_Obj_t_:

Public Attributes

union { 
 
   void *   pData 
 
   int   iData 
 
};  
 
union { 
 
   Hop_Obj_t *   pNext 
 
   int   PioNum 
 
};  
 
Hop_Obj_tpFanin0
 
Hop_Obj_tpFanin1
 
unsigned int Type: 3
 
unsigned int fPhase: 1
 
unsigned int fMarkA: 1
 
unsigned int fMarkB: 1
 
unsigned int nRefs: 26
 
int Id
 

Detailed Description

Definition at line 65 of file hop.h.

Member Data Documentation

◆ [union]

union { ... } Hop_Obj_t_

◆ [union]

union { ... } Hop_Obj_t_

◆ fMarkA

unsigned int Hop_Obj_t_::fMarkA

Definition at line 77 of file hop.h.

◆ fMarkB

unsigned int Hop_Obj_t_::fMarkB

Definition at line 78 of file hop.h.

◆ fPhase

unsigned int Hop_Obj_t_::fPhase

Definition at line 76 of file hop.h.

◆ Id

int Hop_Obj_t_::Id

Definition at line 80 of file hop.h.

◆ iData

int Hop_Obj_t_::iData

Definition at line 69 of file hop.h.

◆ nRefs

unsigned int Hop_Obj_t_::nRefs

Definition at line 79 of file hop.h.

◆ pData

void* Hop_Obj_t_::pData

Definition at line 68 of file hop.h.

◆ pFanin0

Hop_Obj_t* Hop_Obj_t_::pFanin0

Definition at line 73 of file hop.h.

◆ pFanin1

Hop_Obj_t* Hop_Obj_t_::pFanin1

Definition at line 74 of file hop.h.

◆ PioNum

int Hop_Obj_t_::PioNum

Definition at line 72 of file hop.h.

◆ pNext

Hop_Obj_t* Hop_Obj_t_::pNext

Definition at line 71 of file hop.h.

◆ Type

unsigned int Hop_Obj_t_::Type

Definition at line 75 of file hop.h.


The documentation for this struct was generated from the following file: