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

#include <kit.h>

Collaboration diagram for Kit_Node_t_:

Public Attributes

Kit_Edge_t eEdge0
 
Kit_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
 

Detailed Description

Definition at line 70 of file kit.h.

Member Data Documentation

◆ [union]

union { ... } Kit_Node_t_

◆ eEdge0

Kit_Edge_t Kit_Node_t_::eEdge0

Definition at line 72 of file kit.h.

◆ eEdge1

Kit_Edge_t Kit_Node_t_::eEdge1

Definition at line 73 of file kit.h.

◆ fCompl0

unsigned Kit_Node_t_::fCompl0

Definition at line 80 of file kit.h.

◆ fCompl1

unsigned Kit_Node_t_::fCompl1

Definition at line 81 of file kit.h.

◆ fNodeOr

unsigned Kit_Node_t_::fNodeOr

Definition at line 79 of file kit.h.

◆ iFunc

int Kit_Node_t_::iFunc

Definition at line 75 of file kit.h.

◆ Level

unsigned Kit_Node_t_::Level

Definition at line 77 of file kit.h.

◆ nLat0

unsigned Kit_Node_t_::nLat0

Definition at line 83 of file kit.h.

◆ nLat1

unsigned Kit_Node_t_::nLat1

Definition at line 84 of file kit.h.

◆ nLat2

unsigned Kit_Node_t_::nLat2

Definition at line 85 of file kit.h.

◆ pFunc

void* Kit_Node_t_::pFunc

Definition at line 76 of file kit.h.


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