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

#include <dec.h>

Collaboration diagram for Dec_Node_t_:

Public Attributes

Dec_Edge_t eEdge0
 
Dec_Edge_t eEdge1
 
union { 
 
   int   iFunc 
 
   void *   pFunc 
 
};  
 
unsigned Level: 14
 
unsigned fNodeOr: 1
 
unsigned fCompl0: 1
 
unsigned fCompl1: 1
 
unsigned nLat0: 5
 
unsigned nLat1: 5
 
unsigned nLat2: 5
 
union { 
 
   int   iFunc 
 
   void *   pFunc 
 
};  
 

Detailed Description

Definition at line 50 of file dec.h.

Member Data Documentation

◆ [union]

union { ... } Dec_Node_t_

◆ [union]

union { ... } Dec_Node_t_

◆ eEdge0

Dec_Edge_t Dec_Node_t_::eEdge0

Definition at line 52 of file dec.h.

◆ eEdge1

Dec_Edge_t Dec_Node_t_::eEdge1

Definition at line 53 of file dec.h.

◆ fCompl0

unsigned Dec_Node_t_::fCompl0

Definition at line 60 of file dec.h.

◆ fCompl1

unsigned Dec_Node_t_::fCompl1

Definition at line 61 of file dec.h.

◆ fNodeOr

unsigned Dec_Node_t_::fNodeOr

Definition at line 59 of file dec.h.

◆ iFunc

int Dec_Node_t_::iFunc

Definition at line 55 of file dec.h.

◆ Level

unsigned Dec_Node_t_::Level

Definition at line 57 of file dec.h.

◆ nLat0

unsigned Dec_Node_t_::nLat0

Definition at line 63 of file dec.h.

◆ nLat1

unsigned Dec_Node_t_::nLat1

Definition at line 64 of file dec.h.

◆ nLat2

unsigned Dec_Node_t_::nLat2

Definition at line 65 of file dec.h.

◆ pFunc

void* Dec_Node_t_::pFunc

Definition at line 56 of file dec.h.


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