|
abc-master
|
#include <mapperInt.h>
Data Fields | |
| int | Num |
| unsigned | fSuper: 1 |
| unsigned | fExclude: 1 |
| unsigned | nFanins: 3 |
| unsigned | nGates: 3 |
| unsigned | nFanLimit: 4 |
| unsigned | nSupers: 16 |
| unsigned | nPhases: 4 |
| unsigned char | uPhases [4] |
| int | nUsed |
| Map_Super_t * | pFanins [6] |
| Mio_Gate_t * | pRoot |
| unsigned | uTruth [2] |
| Map_Time_t | tDelaysR [6] |
| Map_Time_t | tDelaysF [6] |
| Map_Time_t | tDelayMax |
| float | Area |
| char * | pFormula |
| Map_Super_t * | pNext |
Definition at line 275 of file mapperInt.h.
| float Map_SuperStruct_t_::Area |
Definition at line 293 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::fExclude |
Definition at line 279 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::fSuper |
Definition at line 278 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::nFanins |
Definition at line 280 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::nFanLimit |
Definition at line 282 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::nGates |
Definition at line 281 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::nPhases |
Definition at line 284 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::nSupers |
Definition at line 283 of file mapperInt.h.
| int Map_SuperStruct_t_::Num |
Definition at line 277 of file mapperInt.h.
| int Map_SuperStruct_t_::nUsed |
Definition at line 286 of file mapperInt.h.
| Map_Super_t* Map_SuperStruct_t_::pFanins[6] |
Definition at line 287 of file mapperInt.h.
| char* Map_SuperStruct_t_::pFormula |
Definition at line 294 of file mapperInt.h.
| Map_Super_t* Map_SuperStruct_t_::pNext |
Definition at line 295 of file mapperInt.h.
| Mio_Gate_t* Map_SuperStruct_t_::pRoot |
Definition at line 288 of file mapperInt.h.
| Map_Time_t Map_SuperStruct_t_::tDelayMax |
Definition at line 292 of file mapperInt.h.
| Map_Time_t Map_SuperStruct_t_::tDelaysF[6] |
Definition at line 291 of file mapperInt.h.
| Map_Time_t Map_SuperStruct_t_::tDelaysR[6] |
Definition at line 290 of file mapperInt.h.
| unsigned char Map_SuperStruct_t_::uPhases[4] |
Definition at line 285 of file mapperInt.h.
| unsigned Map_SuperStruct_t_::uTruth[2] |
Definition at line 289 of file mapperInt.h.