at.dms.kjc.spacetime
Class LayoutDot

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

public class LayoutDot
extends Object

This class generates a dot graph of the layout and for each tile the schedule of filters that the tile runs.

Author:
mgordon

Constructor Summary
LayoutDot()
           
 
Method Summary
static void dumpLayout(SpaceTimeSchedule spaceTime, RawChip rawChip, String fileName)
          Generate the dot graph of the layout.
static void printLayoutCost(SpaceTimeSchedule spaceTime, Layout layout)
          Print the final cost of the layout according to the cost function of
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutDot

public LayoutDot()
Method Detail

printLayoutCost

public static void printLayoutCost(SpaceTimeSchedule spaceTime,
                                   Layout layout)
Print the final cost of the layout according to the cost function of
anneal
.

Parameters:
spaceTime -
layout -

dumpLayout

public static void dumpLayout(SpaceTimeSchedule spaceTime,
                              RawChip rawChip,
                              String fileName)
Generate the dot graph of the layout.

Parameters:
rawChip -
fileName -