|
VPR-7.0
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| float ** | alloc_net_delay (t_chunk *chunk_list_ptr, struct s_net *nets, int n_nets) |
| void | free_net_delay (float **net_delay, t_chunk *chunk_list_ptr) |
| void | load_net_delay_from_routing (float **net_delay, struct s_net *nets, int n_nets) |
| void | load_constant_net_delay (float **net_delay, float delay_value, struct s_net *nets, int n_nets) |
Definition at line 103 of file net_delay.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void free_net_delay | ( | float ** | net_delay, |
| t_chunk * | chunk_list_ptr | ||
| ) |
Definition at line 127 of file net_delay.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void load_constant_net_delay | ( | float ** | net_delay, |
| float | delay_value, | ||
| struct s_net * | nets, | ||
| int | n_nets | ||
| ) |
Definition at line 175 of file net_delay.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void load_net_delay_from_routing | ( | float ** | net_delay, |
| struct s_net * | nets, | ||
| int | n_nets | ||
| ) |
Definition at line 136 of file net_delay.c.
Here is the call graph for this function:
Here is the caller graph for this function: