16 lines
558 B
C++
16 lines
558 B
C++
#ifndef READ_XML_OPENFPGA_ARCH_H
|
|
#define READ_XML_OPENFPGA_ARCH_H
|
|
|
|
/********************************************************************
|
|
* Include header files that are required by function declaration
|
|
*******************************************************************/
|
|
#include <string>
|
|
#include "openfpga_arch.h"
|
|
|
|
/********************************************************************
|
|
* Function declaration
|
|
*******************************************************************/
|
|
openfpga::Arch read_xml_openfpga_arch(const char* arch_file_name);
|
|
|
|
#endif
|