OpenFPGA/openfpga/src/openfpga_shell.i

9 lines
137 B
OpenEdge ABL
Raw Normal View History

2022-12-01 13:54:59 -06:00
/* SWIG interface file for OpenFPGA shell APIs */
%module openfpga_shell
2022-12-01 13:54:59 -06:00
%{
2022-12-01 16:49:05 -06:00
#include "openfpga_shell.h"
2022-12-01 13:54:59 -06:00
%}
2022-12-01 14:30:57 -06:00
%include "openfpga_shell.h"