Verilog to Routing - VPR
Functions
read_place.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 Prints out the placement of the circuit. More...
 
void read_user_pad_loc (const char *pad_loc_file)
 Reads in the locations of the IO pads from a file. More...
 

Function Documentation

◆ print_place()

void print_place ( const char *  net_file,
const char *  net_id,
const char *  place_file 
)

Prints out the placement of the circuit.

The architecture and netlist files used to generate this placement are recorded in the file to avoid loading a placement with the wrong support file later.

◆ read_place()

void read_place ( const char *  net_file,
const char *  place_file,
bool  verify_file_hashes,
const DeviceGrid grid 
)

◆ read_user_pad_loc()

void read_user_pad_loc ( const char *  pad_loc_file)

Reads in the locations of the IO pads from a file.