Public Member Functions | |
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 () |
Additional Inherited Members | |
![]() | |
double | schedulePeriod |
![]() | |
virtual int | checkBlocks () |
DFPortHole * | checkInputOverflow (DataFlowStar &, int) |
virtual void | initStructures () |
virtual int | isSource (DataFlowStar &s) |
void | reportArcOverflow (DFPortHole *, int) |
void | resetFlags () |
![]() | |
int | galSize |
int | lazyDepth |
int | maxToken |
SequentialList | nonSourceBlocks |
long long | numFiring |
int | numOverlapped |
DFPortHole * | overFlowArc |
SequentialList | sourceBlocks |
long long | stopTime |
void DDFScheduler::setup | ( | ) |
Initialize myself and the associated system for a simulation run. Overloads DynDFScheduler::setup to gain a more sophisticated initialization. (e.G, avoid the second call to setup() for each primitive.)