Go to the documentation of this file.
41 #ifndef __SIM_INIT_HH__
42 #define __SIM_INIT_HH__
44 #include "pybind11/pybind11.h"
88 void (*init_func)(pybind11::module_ &),
92 void (*init_func)(pybind11::module_ &));
94 #if PY_MAJOR_VERSION >= 3
104 void init(pybind11::module_ &
m);
110 static std::map<std::string, EmbeddedPyBind *> &
getMap();
115 int m5Main(
int argc,
char **argv);
119 #endif // __SIM_INIT_HH__
void(* initFunc)(pybind11::module_ &)
void init(pybind11::module_ &m)
static EmbeddedPython * importer
static std::map< std::string, EmbeddedPyBind * > & getMap()
void registerNativeModules()
EmbeddedPython(const char *filename, const char *abspath, const char *modpath, const uint8_t *code, int zlen, int len)
EmbeddedPyBind(const char *_name, void(*init_func)(pybind11::module_ &), const char *_base)
static std::list< EmbeddedPython * > & getList()
static PyObject * importerModule
PyObject * getCode() const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
int m5Main(int argc, char **_argv)
Generated on Tue Sep 7 2021 14:53:49 for gem5 by doxygen 1.8.17