rr_graph_sbox.h
来自「用c++写的用于FPGA设计中布图布线的工具源码」· C头文件 代码 · 共 9 行
H
9 行
struct s_ivec get_switch_box_tracks (int from_i, int from_j, int from_track, t_rr_type from_type, int to_i, int to_j, t_rr_type to_type, enum e_switch_block_type switch_block_type, int nodes_per_chan); void free_switch_block_conn (int nodes_per_chan); void alloc_and_load_switch_block_conn (int nodes_per_chan, enum e_switch_block_type switch_block_type);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?