public class ClkRouteTiming
extends Object
ClkRouteTiming
instance stores the clock route and timing template data.
To obtain a template file, please refer to find_clock_route_template.tcl under $RAPIDWRIGHT_PATH/tcl/rwroute.
When a clock route timing template file is ready, please use "--clkRouteTiming" option (see RWRouteConfig
)
to enable RWRoute to use the file for timing-driven clock routing.Constructor and Description |
---|
ClkRouteTiming(String fileName) |
Modifier and Type | Method and Description |
---|---|
String |
getBufgce() |
String |
getClkRouteTiming() |
Map<String,Short> |
getIntTileToBufgInDelay() |
List<String> |
getIntTileToBufgInRoute() |
Map<String,Short> |
getRouteDelaysToSinkINTTiles() |
Map<String,List<String>> |
getRoutesToSinkINTTiles() |
int |
hashCode() |
public String getBufgce()
public Map<String,List<String>> getRoutesToSinkINTTiles()
public Map<String,Short> getRouteDelaysToSinkINTTiles()
public Map<String,Short> getIntTileToBufgInDelay()
public String getClkRouteTiming()
public List<String> getIntTileToBufgInRoute()
public int hashCode()
hashCode
in class Object