VPR-6.0
|
00001 #ifndef READ_PLACE_H 00002 #define READ_PLACE_H 00003 00004 void read_place(INP const char *place_file, 00005 INP const char *arch_file, 00006 INP const char *net_file, 00007 INP int nx, 00008 INP int ny, 00009 INP int num_blocks, 00010 INOUTP struct s_block block_list[]); 00011 00012 void print_place(INP char *place_file, 00013 INP char *net_file, 00014 INP char *arch_file); 00015 00016 void read_user_pad_loc(INP char *pad_loc_file); 00017 00018 #endif 00019