VPR-7.0
|
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.
void free_net_delay | ( | float ** | net_delay, |
t_chunk * | chunk_list_ptr | ||
) |
Definition at line 127 of file net_delay.c.
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.
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.