VPR-6.0

vpr/SRC/timing/net_delay.h

Go to the documentation of this file.
00001 float **alloc_net_delay(struct s_linked_vptr **chunk_list_head_ptr, struct s_net *nets, int n_nets);
00002 
00003 void free_net_delay(float **net_delay,
00004                     struct s_linked_vptr **chunk_list_head_ptr);
00005 
00006 void load_net_delay_from_routing(float **net_delay, struct s_net *nets, int n_nets);
00007 
00008 void load_constant_net_delay(float **net_delay,
00009                              float delay_value, struct s_net *nets, int n_nets);
00010 
00011 void print_net_delay(float **net_delay,
00012                      char *fname, struct s_net *nets, int n_nets);