blob: 022a279950b0807e6bee0574d959ca95fa144b70 [file] [log] [blame] [edit]
#ifndef READ_PLACE_H
#define READ_PLACE_H
void read_place(
const char *net_file,
const char *place_file,
bool verify_file_hashes,
const DeviceGrid& grid);
void print_place(const char* net_file,
const char* net_id,
const char* place_file);
void read_user_pad_loc(const char *pad_loc_file);
#endif