Public Member Functions | |
void | deadlockIteration (int flag) |
int | run () |
void | setup () |
![]() | |
const char * | domain () const |
void | resetFlag () |
void | setup () |
![]() | |
StringList | displaySchedule () |
double | getStopTime () |
void | resetStopTime (double v) |
int | run () |
void | setParams (int numOver, double pd, int maxbsize) |
void | setStopTime (double limit) |
void | setup () |
Protected Member Functions | |
void | initStructures () |
int | isSource (DataFlowStar &) |
![]() | |
virtual int | checkBlocks () |
DFPortHole * | checkInputOverflow (DataFlowStar &, int) |
void | reportArcOverflow (DFPortHole *, int) |
void | resetFlags () |
Protected Attributes | |
int | firedOne |
int | runUntilDeadlock |
![]() | |
int | galSize |
int | lazyDepth |
int | maxToken |
SequentialList | nonSourceBlocks |
long long | numFiring |
int | numOverlapped |
DFPortHole * | overFlowArc |
SequentialList | sourceBlocks |
long long | stopTime |
Additional Inherited Members | |
![]() | |
double | schedulePeriod |