From 36ce0f2243fd0723a746b3c2f5f0651577312400 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Fri, 30 Nov 2012 21:29:42 -0800 Subject: Merging Power model into Fermi //depot/gpgpu_sim_research/fermi_power/distribution/... to //depot/gpgpu_sim_research/fermi/distribution/... [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14723] --- src/mcpat/cacti/cacti.i | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mcpat/cacti/cacti.i (limited to 'src/mcpat/cacti/cacti.i') diff --git a/src/mcpat/cacti/cacti.i b/src/mcpat/cacti/cacti.i new file mode 100644 index 0000000..7964138 --- /dev/null +++ b/src/mcpat/cacti/cacti.i @@ -0,0 +1,8 @@ +%module cacti +%{ +/* Includes the header in the wrapper code */ +#include "cacti_interface.h" +%} + +/* Parse the header file to generate wrappers */ +%include "cacti_interface.h" \ No newline at end of file -- cgit v1.3