VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
timing_place_lookup.h
Go to the documentation of this file.
1 #define IMPOSSIBLE -1 /*indicator of an array location that */
2 /*should never be accessed */
3 
4 void compute_delay_lookup_tables(struct s_router_opts router_opts,
5  struct s_det_routing_arch det_routing_arch, t_segment_inf * segment_inf,
6  t_timing_inf timing_inf, t_chan_width_dist chan_width_dist, INP t_direct_inf *directs,
7  INP int num_directs);
9 
10 extern float **delta_io_to_clb;
11 extern float **delta_clb_to_clb;
12 extern float **delta_clb_to_io;
13 extern float **delta_io_to_io;
float ** delta_io_to_io
float ** delta_io_to_clb
void compute_delay_lookup_tables(struct s_router_opts router_opts, struct s_det_routing_arch det_routing_arch, t_segment_inf *segment_inf, t_timing_inf timing_inf, t_chan_width_dist chan_width_dist, INP t_direct_inf *directs, INP int num_directs)
#define INP
Definition: util.h:19
float ** delta_clb_to_io
float ** delta_clb_to_clb
void free_place_lookup_structs(void)