gem5
v20.1.0.0
|
#include "pybind11/pybind11.h"
#include <list>
#include <map>
#include <string>
#include <inttypes.h>
Go to the source code of this file.
Classes | |
struct | EmbeddedPython |
class | EmbeddedPyBind |
Typedefs | |
typedef _object | PyObject |
Functions | |
void | registerNativeModules () |
int | m5Main (int argc, char **argv) |
int m5Main | ( | int | argc, |
char ** | argv | ||
) |
void registerNativeModules | ( | ) |
Definition at line 237 of file init.cc.
References EmbeddedPyBind::initAll(), and panic.
Referenced by main().