00001 boolean is_opin(int ipin,
00002 t_type_ptr type);
00003
00004 void get_class_range_for_block(IN int iblk,
00005 OUT int *class_low,
00006 OUT int *class_high);
00007
00008 void load_one_fb_fanout_count(t_subblock * subblock_inf,
00009 int num_subblocks,
00010 int *num_uses_of_fb_ipin,
00011 int **num_uses_of_sblk_opin,
00012 int iblk);
00013
00014 void sync_nets_to_blocks(IN int num_blocks,
00015 IN const struct s_block block_list[],
00016 IN int num_nets,
00017 INOUT struct s_net net_list[]);
00018
00019 void sync_grid_to_blocks(IN int num_blocks,
00020 IN const struct s_block block_list[],
00021 IN int nx,
00022 IN int ny,
00023 INOUT struct s_grid_tile **grid);