blob: a9d6211bff8d40a034399ff6524a4f2a1ae4e3fd [file] [log] [blame] [edit]
#ifndef PACK_H
#define PACK_H
bool try_pack(t_packer_opts* packer_opts,
const t_analysis_opts* analysis_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);
float get_arch_switch_info(short switch_index, int switch_fanin, float& Tdel_switch, float& R_switch, float& Cout_switch);
#endif