blob: 4d6632f7cf6fd8e132e0e61d0e7df2b1f0d15ebe [file] [log] [blame]
#ifndef VPR_PLACE_H
#define VPR_PLACE_H
#include "vpr_types.h"
void try_place(const t_placer_opts& placer_opts,
t_annealing_sched annealing_sched,
const t_router_opts& router_opts,
const t_analysis_opts& analysis_opts,
t_chan_width_dist chan_width_dist,
t_det_routing_arch* det_routing_arch,
std::vector<t_segment_inf>& segment_inf,
t_direct_inf* directs,
int num_directs);
#endif