blob: 46d2c853d210e76dde6177416bcc2d1489c8d205 [file] [log] [blame]
#ifndef CHECK_RR_GRAPH_H
#define CHECK_RR_GRAPH_H
#include "physical_types.h"
void check_rr_graph(const t_graph_type graph_type,
const DeviceGrid& grid,
const t_type_ptr types);
void check_rr_node(int inode, enum e_route_type route_type, const DeviceContext& device_ctx);
#endif