blob: 2e4adbce1a6dea6580ea1d93e7e71b0adc4c1dbd [file] [log] [blame]
/*
* This function writes the RR_graph generated by VPR into a file in XML format
* Information included in the file includes rr nodes, rr switches, the grid, block info, node indices
*/
#ifndef RR_GRAPH_WRITER_H
#define RR_GRAPH_WRITER_H
void write_rr_graph(const char *file_name, const t_segment_inf* segment_inf, const int num_seg_types);
#endif