OpenFPGA/vpr7_x2p/vpr/SRC/pack/pack.h

3 lines
281 B
C
Raw Normal View History

2018-07-26 12:28:21 -05:00
void try_pack(INP struct s_packer_opts *packer_opts, INP const t_arch * arch, INP t_model *user_models, INP t_model *library_models, t_timing_inf timing_inf, float interc_delay);
float get_switch_info(short switch_index, float &Tdel_switch, float &R_switch, float &Cout_switch);