#include <Python.h>
#include "sim/init.hh"
#include <marshal.h>
#include <zlib.h>
#include <iostream>
#include <list>
#include <string>
#include <vector>
#include "base/compiler.hh"
#include "base/cprintf.hh"
#include "base/logging.hh"
#include "base/types.hh"
#include "config/have_protobuf.hh"
#include "python/pybind11/pybind.hh"
#include "sim/async.hh"
#include "sim/core.hh"
Go to the source code of this file.
|
#define | PyCC(x) (const_cast<char *>(x)) |
|
◆ PyCC
#define PyCC |
( |
|
x | ) |
(const_cast<char *>(x)) |
◆ m5Main()
int m5Main |
( |
int |
argc, |
|
|
char ** |
_argv |
|
) |
| |
◆ registerNativeModules()
void registerNativeModules |
( |
| ) |
|
◆ m5MainCommands
const M5_WEAK char* m5MainCommands[] |
Initial value:= {
"import m5",
"m5.main()",
0
}
Definition at line 248 of file init.cc.
Referenced by m5Main().