00001 void try_place(struct s_placer_opts placer_opts,
00002 struct s_annealing_sched annealing_sched,
00003 t_chan_width_dist chan_width_dist,
00004 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_subblock_data * subblock_data_ptr,
00009 t_mst_edge *** mst);
00010
00011 #if 0
00012
00013 void read_place(char *place_file,
00014 char *net_file,
00015 char *arch_file,
00016 struct s_placer_opts placer_opts,
00017 struct s_router_opts router_opts,
00018 t_chan_width_dist chan_width_dist,
00019 struct s_det_routing_arch det_routing_arch,
00020 t_segment_inf * segment_inf,
00021 t_timing_inf timing_inf,
00022 t_subblock_data * subblock_data_ptr,
00023 t_mst_edge *** mst);
00024 #endif