blob: 6ac63e5c7f25ed8ac832599390328ca045cdd1a0 [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 (device_ctx.rr_nodes)
- rr switches (device_ctx.rr_switch_inf)
- the grid (grid)
- physical block types (device_ctx.block_types)
- node index lookups (rr_node_indices) */
void dump_rr_structs( const char *filename );
#endif /* DUMP_RR_STRUCTS_H */