blob: 90a84fe70c65aa7604aadf5e90e1ad99ce4ad6d2 [file]
/*
* 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