blob: 6c379ff9bcb1c96723c660d0883622ab084c3e4c [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);
float get_arch_switch_info(short switch_index, int switch_fanin, float &Tdel_switch, float &R_switch, float &Cout_switch);
#endif