VPR-6.0

vpr/SRC/place/timing_place.h

Go to the documentation of this file.
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                                      float ***net_delay,
00008                                      float ***net_slack);
00009 
00010 void load_criticalities(struct s_placer_opts placer_opts,
00011                         float **net_slack,
00012                         float d_max,
00013                         float crit_exponent);
00014 
00015 void free_lookups_and_criticalities(float ***net_delay,
00016                                     float ***net_slack);
00017 
00018 /*void print_sink_delays(char *fname);*/
00019 extern float **timing_place_crit;