blob: 063908df7aa7fd6c584ab0442ae438e639f6bdf0 [file] [log] [blame]
#ifndef READ_PLACE_H
#define READ_PLACE_H
void read_place(INP const char *place_file,
INP const char *arch_file,
INP const char *net_file,
INP int nx,
INP int ny,
INP int num_blocks,
INOUTP struct s_block block_list[]);
void print_place(INP char *place_file,
INP char *net_file,
INP char *arch_file);
void read_user_pad_loc(INP char *pad_loc_file);
#endif