|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.csdf.sdf.sched.DLCLoop
public class DLCLoop
A simulator of Dynamic Loop Count (DLC) loop. This class simulates source-dlcSAS loop iterations.
Hyunok Oh, Nikil Dutt, and Soonhoi Ha. "Single Appearance Schedule with Dynamic Loop Count for Minimum Data Buffer from Synchronous Dataflow Graphs", CASES 2005, pages 157-165.
Constructor Summary | |
---|---|
DLCLoop(int p,
int c,
java.lang.Object loop,
mocgraph.Node SDFNode)
Constructor of an SDFGraph . |
Method Summary | |
---|---|
mocgraph.sched.ScheduleElement |
toSchedule()
Convert the loop into a schedule. |
java.lang.String |
toSynthesisString(java.util.Map nodeNameMap)
Display the synthesis results for this loop and its sub-loops. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DLCLoop(int p, int c, java.lang.Object loop, mocgraph.Node SDFNode)
SDFGraph
.
graph
- The given SDF graph.Method Detail |
---|
public mocgraph.sched.ScheduleElement toSchedule()
public java.lang.String toSynthesisString(java.util.Map nodeNameMap)
nodeNameMap
- The map from SDF nodes to their names.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |