|
VPR-7.0
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| boolean | try_timing_driven_route (struct s_router_opts router_opts, float **net_delay, t_slack *slacks, t_ivec **clb_opins_used_locally, boolean timing_analysis_enabled) |
| boolean | timing_driven_route_net (int inet, float pres_fac, float max_criticality, float criticality_exp, float astar_fac, float bend_cost, float *pin_criticality, int *sink_order, t_rt_node **rt_node_of_sink, float *net_delay, t_slack *slacks) |
| void | alloc_timing_driven_route_structs (float **pin_criticality_ptr, int **sink_order_ptr, t_rt_node ***rt_node_of_sink_ptr) |
| void | free_timing_driven_route_structs (float *pin_criticality, int *sink_order, t_rt_node **rt_node_of_sink) |
| void alloc_timing_driven_route_structs | ( | float ** | pin_criticality_ptr, |
| int ** | sink_order_ptr, | ||
| t_rt_node *** | rt_node_of_sink_ptr | ||
| ) |
Definition at line 253 of file route_timing.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void free_timing_driven_route_structs | ( | float * | pin_criticality, |
| int * | sink_order, | ||
| t_rt_node ** | rt_node_of_sink | ||
| ) |
Definition at line 279 of file route_timing.c.
Here is the call graph for this function:
Here is the caller graph for this function:| boolean timing_driven_route_net | ( | int | inet, |
| float | pres_fac, | ||
| float | max_criticality, | ||
| float | criticality_exp, | ||
| float | astar_fac, | ||
| float | bend_cost, | ||
| float * | pin_criticality, | ||
| int * | sink_order, | ||
| t_rt_node ** | rt_node_of_sink, | ||
| float * | net_delay, | ||
| t_slack * | slacks | ||
| ) |
Definition at line 307 of file route_timing.c.
Here is the call graph for this function:
Here is the caller graph for this function:| boolean try_timing_driven_route | ( | struct s_router_opts | router_opts, |
| float ** | net_delay, | ||
| t_slack * | slacks, | ||
| t_ivec ** | clb_opins_used_locally, | ||
| boolean | timing_analysis_enabled | ||
| ) |
Definition at line 44 of file route_timing.c.
Here is the call graph for this function:
Here is the caller graph for this function: