blob: 3fb54ec76d051bd741f46146ec065be070c17df7 [file] [log] [blame] [edit]
#ifndef VPR_PLACE_H
#define VPR_PLACE_H
#include "vpr_types.h"
void try_place(t_placer_opts placer_opts,
t_annealing_sched annealing_sched,
t_chan_width_dist chan_width_dist, t_router_opts router_opts,
t_det_routing_arch *det_routing_arch, t_segment_inf * segment_inf,
#ifdef ENABLE_CLASSIC_VPR_STA
t_timing_inf timing_inf,
#endif
t_direct_inf *directs, int num_directs);
#endif