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

#include <aig.h>

Collaboration diagram for Aig_Obj_t_:

Public Attributes

union { 
 
   Aig_Obj_t *   pNext 
 
   int   CioId 
 
};  
 
Aig_Obj_tpFanin0
 
Aig_Obj_tpFanin1
 
unsigned int Type: 3
 
unsigned int fPhase: 1
 
unsigned int fMarkA: 1
 
unsigned int fMarkB: 1
 
unsigned int nRefs: 26
 
unsigned Level: 24
 
unsigned nCuts: 8
 
int TravId
 
int Id
 
union { 
 
   void *   pData 
 
   int   iData 
 
   float   dData 
 
};  
 

Detailed Description

Definition at line 69 of file aig.h.

Member Data Documentation

◆ [union]

union { ... } Aig_Obj_t_

◆ [union]

union { ... } Aig_Obj_t_

◆ CioId

int Aig_Obj_t_::CioId

Definition at line 73 of file aig.h.

◆ dData

float Aig_Obj_t_::dData

Definition at line 89 of file aig.h.

◆ fMarkA

unsigned int Aig_Obj_t_::fMarkA

Definition at line 79 of file aig.h.

◆ fMarkB

unsigned int Aig_Obj_t_::fMarkB

Definition at line 80 of file aig.h.

◆ fPhase

unsigned int Aig_Obj_t_::fPhase

Definition at line 78 of file aig.h.

◆ Id

int Aig_Obj_t_::Id

Definition at line 85 of file aig.h.

◆ iData

int Aig_Obj_t_::iData

Definition at line 88 of file aig.h.

◆ Level

unsigned Aig_Obj_t_::Level

Definition at line 82 of file aig.h.

◆ nCuts

unsigned Aig_Obj_t_::nCuts

Definition at line 83 of file aig.h.

◆ nRefs

unsigned int Aig_Obj_t_::nRefs

Definition at line 81 of file aig.h.

◆ pData

void* Aig_Obj_t_::pData

Definition at line 87 of file aig.h.

◆ pFanin0

Aig_Obj_t* Aig_Obj_t_::pFanin0

Definition at line 75 of file aig.h.

◆ pFanin1

Aig_Obj_t* Aig_Obj_t_::pFanin1

Definition at line 76 of file aig.h.

◆ pNext

Aig_Obj_t* Aig_Obj_t_::pNext

Definition at line 72 of file aig.h.

◆ TravId

int Aig_Obj_t_::TravId

Definition at line 84 of file aig.h.

◆ Type

unsigned int Aig_Obj_t_::Type

Definition at line 77 of file aig.h.


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