blob: e994e04c95c39fe23943002510848f1ac1c6ce96 [file] [log] [blame]
#ifndef DUMP_RR_STRUCTS_H
#define DUMP_RR_STRUCTS_H
/**** Functions ****/
/* The main function for dumping rr structs to a specified file. The structures dumped are:
- rr nodes (rr_node)
- rr switches (g_rr_switch_inf)
- the grid (grid)
- physical block types (type_descriptors)
- node index lookups (rr_node_indices) */
void dump_rr_structs( const char *filename );
#endif /* DUMP_RR_STRUCTS_H */