OpenFPGA/vpr7_x2p/vpr/SRC/base/read_place.h

20 lines
383 B
C
Raw Normal View History

2018-07-26 12:28:21 -05:00
#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 L_nx,
INP int L_ny,
INP int L_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