blob: 1fa3fb4de05fc35c83ed778b945f3b5984861ab6 [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