00001 void alloc_lookups_and_criticalities(t_chan_width_dist chan_width_dist,
00002 struct s_router_opts router_opts,
00003 struct s_det_routing_arch
00004 det_routing_arch,
00005 t_segment_inf * segment_inf,
00006 t_timing_inf timing_inf,
00007 t_subblock_data subblock_data,
00008 float ***net_delay,
00009 float ***net_slack);
00010
00011 void load_criticalities(struct s_placer_opts placer_opts,
00012 float **net_slack,
00013 float d_max,
00014 float crit_exponent);
00015
00016 void free_lookups_and_criticalities(float ***net_delay,
00017 float ***net_slack);
00018
00019
00020 extern float **timing_place_crit;