blob: beb17fde951b6512443696e9b0e1a4b63c404cd4 [file] [log] [blame]
#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