00001 #define IMPOSSIBLE -1 /*indicator of an array location that */ 00002 /*should never be accessed */ 00003 00004 void compute_delay_lookup_tables(struct s_router_opts router_opts, 00005 struct s_det_routing_arch det_routing_arch, 00006 t_segment_inf * segment_inf, 00007 t_timing_inf timing_inf, 00008 t_chan_width_dist chan_width_dist, 00009 t_subblock_data subblock_data); 00010 void free_place_lookup_structs(void); 00011 00012 extern float **delta_io_to_fb; 00013 extern float **delta_fb_to_fb; 00014 extern float **delta_fb_to_io; 00015 extern float **delta_io_to_io;