blob: 14a20c5ba140db3df6c38f8bf1f0ca6cf464d93d [file] [log] [blame]
/* Defines the function used to load an rr graph written in xml format into vpr*/
#ifndef RR_GRAPH_READER_H
#define RR_GRAPH_READER_H
#include "device_grid.h"
void load_rr_file(const t_graph_type graph_type,
const DeviceGrid& grid,
t_chan_width *nodes_per_chan,
const int num_seg_types,
const t_segment_inf * segment_inf,
const enum e_base_cost_type base_cost_type,
int *wire_to_rr_ipin_switch,
int *num_rr_switches,
const char* read_rr_graph_name);
#endif /* RR_GRAPH_READER_H */