VPR-6.0
|
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 void free_place_lookup_structs(void); 00010 00011 extern float **delta_io_to_clb; 00012 extern float **delta_clb_to_clb; 00013 extern float **delta_clb_to_io; 00014 extern float **delta_io_to_io;