⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 route_export.h

📁 用于学术研究的FPGA布局布线软件VPR
💻 H
字号:
/******** Function prototypes for functions in route_common.c that *********** ******** are used outside the router modules.                     ***********/boolean try_route(int width_fac,		  struct s_router_opts router_opts,		  struct s_det_routing_arch det_routing_arch,		  t_segment_inf * segment_inf,		  t_timing_inf timing_inf,		  float **net_slack,		  float **net_delay,		  t_chan_width_dist chan_width_dist,		  t_ivec ** fb_opins_used_locally,		  t_mst_edge ** mst,		  boolean * Fc_clipped);boolean feasible_routing(void);t_ivec **alloc_route_structs(t_subblock_data subblock_data);void free_route_structs(t_ivec ** fb_opins_used_locally);struct s_trace **alloc_saved_routing(t_ivec ** fb_opins_used_locally,				     t_ivec ***				     saved_clb_opins_used_locally_ptr);void free_saved_routing(struct s_trace **best_routing,			t_ivec ** saved_clb_opins_used_locally);void save_routing(struct s_trace **best_routing,		  t_ivec ** fb_opins_used_locally,		  t_ivec ** saved_clb_opins_used_locally);void restore_routing(struct s_trace **best_routing,		     t_ivec ** fb_opins_used_locally,		     t_ivec ** saved_clb_opins_used_locally);void get_serial_num(void);void print_route(char *name);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -