Go to the documentation of this file.
41 #ifndef __SIM_INIT_HH__
42 #define __SIM_INIT_HH__
44 #include "pybind11/pybind11.h"
85 void (*init_func)(pybind11::module_ &),
89 void (*init_func)(pybind11::module_ &));
91 #if PY_MAJOR_VERSION >= 3
101 void init(pybind11::module_ &
m);
107 static std::map<std::string, EmbeddedPyBind *> &
getMap();
112 int m5Main(
int argc,
char **argv);
114 #endif // __SIM_INIT_HH__
static PyObject * importerModule
EmbeddedPython(const char *filename, const char *abspath, const char *modpath, const uint8_t *code, int zlen, int len)
static std::map< std::string, EmbeddedPyBind * > & getMap()
int m5Main(int argc, char **argv)
static EmbeddedPython * importer
void init(pybind11::module_ &m)
static std::list< EmbeddedPython * > & getList()
EmbeddedPyBind(const char *_name, void(*init_func)(pybind11::module_ &), const char *_base)
PyObject * getCode() const
void registerNativeModules()
void(* initFunc)(pybind11::module_ &)
Generated on Tue Mar 23 2021 19:41:28 for gem5 by doxygen 1.8.17