From f353453a7faa8c7fa87acfac161cdcbebfae04d1 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 1 Jun 2018 15:18:18 +0200 Subject: Add architecture specific Python defs Signed-off-by: David Shah --- dummy/pybindings.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dummy/pybindings.cc (limited to 'dummy') diff --git a/dummy/pybindings.cc b/dummy/pybindings.cc new file mode 100644 index 00000000..5e49eaa5 --- /dev/null +++ b/dummy/pybindings.cc @@ -0,0 +1,14 @@ +#include "design.h" +#include "chip.h" +#include +#include +#include +#include +#include +#include + +using namespace boost::python; + +void arch_wrap_python() { + class_("ChipArgs"); +} -- cgit v1.2.3