2020-01-28 16:13:14 -06:00
|
|
|
#ifndef OPENFPGA_LINK_ARCH_H
|
|
|
|
#define OPENFPGA_LINK_ARCH_H
|
2020-01-27 16:31:12 -06:00
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Include header files that are required by function declaration
|
|
|
|
*******************************************************************/
|
|
|
|
#include "openfpga_context.h"
|
|
|
|
|
|
|
|
/********************************************************************
|
|
|
|
* Function declaration
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
/* begin namespace openfpga */
|
|
|
|
namespace openfpga {
|
|
|
|
|
|
|
|
void link_arch(OpenfpgaContext& openfpga_context);
|
|
|
|
|
|
|
|
} /* end namespace openfpga */
|
|
|
|
|
|
|
|
#endif
|