2020-01-15 21:28:04 -06:00
|
|
|
#ifndef READ_XML_OPENFPGA_ARCH_H
|
|
|
|
#define READ_XML_OPENFPGA_ARCH_H
|
|
|
|
|
2020-01-16 13:32:29 -06:00
|
|
|
/********************************************************************
|
|
|
|
* Include header files that are required by function declaration
|
|
|
|
*******************************************************************/
|
2020-01-15 21:28:04 -06:00
|
|
|
#include <string>
|
|
|
|
#include "openfpga_arch.h"
|
|
|
|
|
2020-01-16 13:32:29 -06:00
|
|
|
/********************************************************************
|
|
|
|
* Function declaration
|
|
|
|
*******************************************************************/
|
2020-01-16 21:22:56 -06:00
|
|
|
openfpga::Arch read_xml_openfpga_arch(const char* arch_file_name);
|
2020-01-15 21:28:04 -06:00
|
|
|
|
|
|
|
#endif
|