at.dms.kjc.spacetime
Class GenerateSteadyStateSchedule

java.lang.Object
  extended by at.dms.kjc.spacetime.GenerateSteadyStateSchedule

public class GenerateSteadyStateSchedule
extends Object

Author:
mgordon The class creates the steady-state space time schedule for the partitioned graph. It uses a discrete time simulation of the steady-state as it schedules to keep track of the resources used.

Constructor Summary
GenerateSteadyStateSchedule(SpaceTimeSchedule sts, Layout layout)
           
 
Method Summary
 void schedule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateSteadyStateSchedule

public GenerateSteadyStateSchedule(SpaceTimeSchedule sts,
                                   Layout layout)
Parameters:
sts -
layout - The layout of filterTraceNode->RawTile, this could be null if we are --noanneal.
Method Detail

schedule

public void schedule()