OpenFPGA/openfpga/src/utils/openfpga_rr_graph_support.h

14 lines
255 B
C++

#ifndef OPENFPGA_RR_GRAPH_SUPPORT_H
#define OPENFPGA_RR_GRAPH_SUPPORT_H
#include "rr_graph_view.h"
/* begin namespace openfpga */
namespace openfpga {
bool is_vpr_rr_graph_supported(const RRGraphView& rr_graph);
} /* end namespace openfpga */
#endif