2020-01-31 11:47:05 -06:00
|
|
|
#ifndef CHECK_PB_GRAPH_ANNOTATION_H
|
|
|
|
#define CHECK_PB_GRAPH_ANNOTATION_H
|
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Include header files that are required by function declaration
|
|
|
|
*******************************************************************/
|
|
|
|
#include "vpr_context.h"
|
|
|
|
#include "openfpga_context.h"
|
2020-02-12 10:52:18 -06:00
|
|
|
#include "vpr_device_annotation.h"
|
2020-01-31 11:47:05 -06:00
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Function declaration
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/* begin namespace openfpga */
|
|
|
|
namespace openfpga {
|
|
|
|
|
|
|
|
void check_physical_pb_graph_node_annotation(const DeviceContext& vpr_device_ctx,
|
2020-02-12 10:52:18 -06:00
|
|
|
const VprDeviceAnnotation& vpr_device_annotation);
|
2020-01-31 11:47:05 -06:00
|
|
|
|
|
|
|
} /* end namespace openfpga */
|
|
|
|
|
|
|
|
#endif
|