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

#include <abc.h>

Collaboration diagram for Abc_Obj_t_:

Public Attributes

Abc_Ntk_tpNtk
 
Abc_Obj_tpNext
 
int Id
 
unsigned Type: 4
 
unsigned fMarkA: 1
 
unsigned fMarkB: 1
 
unsigned fMarkC: 1
 
unsigned fPhase: 1
 
unsigned fExor: 1
 
unsigned fPersist: 1
 
unsigned fCompl0: 1
 
unsigned fCompl1: 1
 
unsigned Level: 20
 
Vec_Int_t vFanins
 
Vec_Int_t vFanouts
 
union { 
 
   void *   pData 
 
   int   iData 
 
};  
 
union { 
 
   void *   pTemp 
 
   Abc_Obj_t *   pCopy 
 
   int   iTemp 
 
   float   dTemp 
 
};  
 

Detailed Description

Definition at line 128 of file abc.h.

Member Data Documentation

◆ [union]

union { ... } Abc_Obj_t_

◆ [union]

union { ... } Abc_Obj_t_

◆ dTemp

float Abc_Obj_t_::dTemp

Definition at line 150 of file abc.h.

◆ fCompl0

unsigned Abc_Obj_t_::fCompl0

Definition at line 140 of file abc.h.

◆ fCompl1

unsigned Abc_Obj_t_::fCompl1

Definition at line 141 of file abc.h.

◆ fExor

unsigned Abc_Obj_t_::fExor

Definition at line 138 of file abc.h.

◆ fMarkA

unsigned Abc_Obj_t_::fMarkA

Definition at line 134 of file abc.h.

◆ fMarkB

unsigned Abc_Obj_t_::fMarkB

Definition at line 135 of file abc.h.

◆ fMarkC

unsigned Abc_Obj_t_::fMarkC

Definition at line 136 of file abc.h.

◆ fPersist

unsigned Abc_Obj_t_::fPersist

Definition at line 139 of file abc.h.

◆ fPhase

unsigned Abc_Obj_t_::fPhase

Definition at line 137 of file abc.h.

◆ Id

int Abc_Obj_t_::Id

Definition at line 132 of file abc.h.

◆ iData

int Abc_Obj_t_::iData

Definition at line 146 of file abc.h.

◆ iTemp

int Abc_Obj_t_::iTemp

Definition at line 149 of file abc.h.

◆ Level

unsigned Abc_Obj_t_::Level

Definition at line 142 of file abc.h.

◆ pCopy

Abc_Obj_t* Abc_Obj_t_::pCopy

Definition at line 148 of file abc.h.

◆ pData

void* Abc_Obj_t_::pData

Definition at line 145 of file abc.h.

◆ pNext

Abc_Obj_t* Abc_Obj_t_::pNext

Definition at line 131 of file abc.h.

◆ pNtk

Abc_Ntk_t* Abc_Obj_t_::pNtk

Definition at line 130 of file abc.h.

◆ pTemp

void* Abc_Obj_t_::pTemp

Definition at line 147 of file abc.h.

◆ Type

unsigned Abc_Obj_t_::Type

Definition at line 133 of file abc.h.

◆ vFanins

Vec_Int_t Abc_Obj_t_::vFanins

Definition at line 143 of file abc.h.

◆ vFanouts

Vec_Int_t Abc_Obj_t_::vFanouts

Definition at line 144 of file abc.h.


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