e553a7bfa7
this patch adds the source for mcpat, a power, area, and timing modeling framework.
8 lines
No EOL
173 B
OpenEdge ABL
8 lines
No EOL
173 B
OpenEdge ABL
%module cacti
|
|
%{
|
|
/* Includes the header in the wrapper code */
|
|
#include "cacti_interface.h"
|
|
%}
|
|
|
|
/* Parse the header file to generate wrappers */
|
|
%include "cacti_interface.h" |