read_netlist.h

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

H
12
字号
void read_netlist(IN const char *net_file,		  IN int num_types,		  IN const struct s_type_descriptor block_types[],		  IN t_type_ptr IO_type,		  IN int io_ipin,		  IN int io_opin,		  OUT t_subblock_data * subblock_data_ptr,		  OUT int *num_blocks,		  OUT struct s_block *block_list[],		  OUT int *num_nets,		  OUT struct s_net *net_list[]);

⌨️ 快捷键说明

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