41 #ifndef __SIM_INIT_HH__ 42 #define __SIM_INIT_HH__ 44 #include "pybind11/pybind11.h" 70 const char *modpath,
const uint8_t *code,
int zlen,
int len);
85 void (*init_func)(pybind11::module &),
89 void (*init_func)(pybind11::module &));
91 #if PY_MAJOR_VERSION >= 3 98 void (*initFunc)(pybind11::module &);
100 bool depsReady()
const;
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 std::list< EmbeddedPython * > & getList()
void registerNativeModules()
int m5Main(int argc, char **argv)
static EmbeddedPython * importer
static PyObject * importerModule
PyObject * getCode() const
EmbeddedPython(const char *filename, const char *abspath, const char *modpath, const uint8_t *code, int zlen, int len)
const FlagsType init
This Stat is Initialized.