|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.spacetime.ManualSliceLayout
public class ManualSliceLayout
Given a trace, ask the user where he/she wants it placed on the raw chip.
Constructor Summary | |
---|---|
ManualSliceLayout(SpaceTimeSchedule spaceTime)
|
Method Summary | |
---|---|
RawTile |
getComputeNode(SliceNode node)
Get the ComputeNode for a Slice |
void |
run()
Do the setup for getComputeNode . |
void |
setComputeNode(SliceNode node,
RawTile tile)
Set the ComputeNode for a Slice |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManualSliceLayout(SpaceTimeSchedule spaceTime)
Method Detail |
---|
public RawTile getComputeNode(SliceNode node)
Layout
getComputeNode
in interface Layout<RawTile>
node
- : the SliceNode
to look up.
ComputeNode
that should execute the SliceNode
.public void setComputeNode(SliceNode node, RawTile tile)
Layout
setComputeNode
in interface Layout<RawTile>
node
- the SliceNode
to associate with ...tile
- the ComputeNode
where the SliceNode
should execute.public void run()
Layout
getComputeNode
.
run
in interface Layout<RawTile>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |