blob: 00bd6d3bcae9153c1309d6e9c1cac73d88ebee2b [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