at.dms.kjc.spacetime
Class SliceDotGraph
java.lang.Object
at.dms.kjc.spacetime.SliceDotGraph
public class SliceDotGraph
- extends Object
This class will print out a dot graph representation of the slice (trace) graph either
before or after DRAM port assignment.
- Author:
- mgordon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SliceDotGraph
public SliceDotGraph()
dumpGraph
public static void dumpGraph(SpaceTimeSchedule spaceTime,
Slice[] schedule,
String fileName,
Layout layout,
boolean DRAM)
- Create a dot graph representation of the slice graph.
- Parameters:
spaceTime
- The SpaceTime schedulefileName
- The file to dump the dot graphDRAM
- True if DRAM port assignment is complete
dumpGraph
public static void dumpGraph(SpaceTimeSchedule spaceTime,
Slice[] schedule,
String fileName,
Layout layout,
boolean DRAM,
boolean label)
- Create a dot graph representation of the slice graph.
- Parameters:
spaceTime
- The SpaceTime schedulefileName
- The file to dump the dot graphDRAM
- True if DRAM port assignment is completelabel
- if true generate labels for filters and slices with stats