#ifndef PB_GRAPH_UTILS_H #define PB_GRAPH_UTILS_H /******************************************************************** * Include header files that are required by function declaration *******************************************************************/ #include #include #include "physical_types.h" /******************************************************************** * Function declaration *******************************************************************/ /* begin namespace openfpga */ namespace openfpga { std::vector pb_graph_pin_inputs(t_pb_graph_pin* pb_graph_pin, t_interconnect* selected_interconnect); t_interconnect* pb_graph_pin_interc(t_pb_graph_pin* pb_graph_pin, t_mode* selected_mode); } /* end namespace openfpga */ #endif