vpr_utils.h

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

H
24
字号
boolean is_opin(int ipin,		t_type_ptr type);void get_class_range_for_block(IN int iblk,			       OUT int *class_low,			       OUT int *class_high);void load_one_fb_fanout_count(t_subblock * subblock_inf,			      int num_subblocks,			      int *num_uses_of_fb_ipin,			      int **num_uses_of_sblk_opin,			      int iblk);void sync_nets_to_blocks(IN int num_blocks,			 IN const struct s_block block_list[],			 IN int num_nets,			 INOUT struct s_net net_list[]);void sync_grid_to_blocks(IN int num_blocks,			 IN const struct s_block block_list[],			 IN int nx,			 IN int ny,			 INOUT struct s_grid_tile **grid);

⌨️ 快捷键说明

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