check_rr_graph.h

来自「用于学术研究的FPGA布局布线软件VPR」· C头文件 代码 · 共 27 行

H
27
字号
void check_rr_graph(IN t_graph_type graph_type,		    IN int num_types,		    IN t_type_ptr types,		    IN int nx,		    IN int ny,		    IN struct s_grid_tile **grid,		    IN int nodes_per_chan,		    IN int Fs,		    IN int num_seg_types,			IN int num_switches,		    IN t_segment_inf * segment_inf,		    IN int global_route_switch,		    IN int delayless_switch,		    IN int wire_to_ipin_switch,		    t_seg_details * seg_details,		    int *Fc_in,		    int *Fc_out,		    t_ivec *** rr_node_indices,		    int *****opin_to_track_map,		    int *****ipin_to_track_map,		    t_ivec **** track_to_ipin_lookup,		    t_ivec *** switch_block_conn,		    boolean * perturb_ipins);void check_node(int inode,		enum e_route_type route_type);

⌨️ 快捷键说明

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