OpenFPGA/libs/libarchopenfpga/src/read_xml_tile_annotation.h

18 lines
643 B
C

#ifndef READ_XML_TILE_ANNOTATION_H
#define READ_XML_TILE_ANNOTATION_H
/********************************************************************
* Include header files that are required by function declaration
*******************************************************************/
#include "pugixml.hpp"
#include "pugixml_util.hpp"
#include "tile_annotation.h"
/********************************************************************
* Function declaration
*******************************************************************/
openfpga::TileAnnotation read_xml_tile_annotations(
pugi::xml_node& Node, const pugiutil::loc_data& loc_data);
#endif