00001 void read_place(IN const char *place_file, 00002 IN const char *arch_file, 00003 IN const char *net_file, 00004 IN int nx, 00005 IN int ny, 00006 IN int num_blocks, 00007 INOUT struct s_block block_list[]); 00008 00009 void print_place(IN char *place_file, 00010 IN char *net_file, 00011 IN char *arch_file); 00012 00013 void read_user_pad_loc(IN char *pad_loc_file);