blob: da39f0d42294ca984b859dfc9e54b52828211314 [file] [log] [blame] [edit]
#ifndef PACK_H
#define PACK_H
bool try_pack(t_packer_opts *packer_opts,
const t_arch * arch,
const t_model *user_models,
const t_model *library_models,
float interc_delay,
vector<t_lb_type_rr_node> *lb_type_rr_graphs
#ifdef ENABLE_CLASSIC_VPR_STA
, t_timing_inf timing_inf
#endif
);
float get_arch_switch_info(short switch_index, int switch_fanin, float &Tdel_switch, float &R_switch, float &Cout_switch);
#endif