#ifndef READ_XML_OPENFPGA_ARCH_H #define READ_XML_OPENFPGA_ARCH_H /******************************************************************** * Include header files that are required by function declaration *******************************************************************/ #include #include "openfpga_arch.h" /******************************************************************** * Function declaration *******************************************************************/ openfpga::Arch read_xml_openfpga_arch(const char* arch_file_name); openfpga::SimulationSetting read_xml_openfpga_simulation_settings(const char* sim_setting_file_name); #endif