OpenFPGA/libs/libfpgabitstream/src/read_xml_arch_bitstream.h

22 lines
684 B
C
Raw Normal View History

#ifndef READ_XML_ARCH_BITSTREAM_H
#define READ_XML_ARCH_BITSTREAM_H
2020-02-23 21:40:18 -06:00
/********************************************************************
* Include header files that are required by function declaration
*******************************************************************/
#include "bitstream_manager.h"
#include "pugixml.hpp"
#include "pugixml_util.hpp"
2020-02-23 21:40:18 -06:00
/********************************************************************
* Function declaration
*******************************************************************/
/* begin namespace openfpga */
namespace openfpga {
BitstreamManager read_xml_architecture_bitstream(const char* fname);
2020-02-23 21:40:18 -06:00
} /* end namespace openfpga */
#endif