gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
core.cc File Reference
#include "pybind11/pybind11.h"
#include "python/pybind11/core.hh"
#include <ctime>
#include "base/addr_range.hh"
#include "base/inet.hh"
#include "base/misc.hh"
#include "base/random.hh"
#include "base/socket.hh"
#include "base/types.hh"
#include "sim/core.hh"
#include "sim/drain.hh"
#include "sim/serialize.hh"
#include "sim/sim_object.hh"

Go to the source code of this file.

Classes

class  PybindSimObjectResolver
 Resolve a SimObject name using the Pybind configuration. More...
 

Functions

static void init_drain (py::module &m_native)
 
static void init_serialize (py::module &m_native)
 
static void init_range (py::module &m_native)
 
static void init_net (py::module &m_native)
 
void pybind_init_core (py::module &m_native)
 

Variables

PybindSimObjectResolver pybindSimObjectResolver
 
const char * compileDate
 
const bool flag_DEBUG = false
 
const bool flag_NDEBUG = false
 
const bool flag_TRACING_ON = TRACING_ON
 

Function Documentation

static void init_drain ( py::module &  m_native)
static
static void init_net ( py::module &  m_native)
static

Definition at line 179 of file core.cc.

References ArmISA::m.

Referenced by pybind_init_core().

static void init_range ( py::module &  m_native)
static
static void init_serialize ( py::module &  m_native)
static

Definition at line 131 of file core.cc.

References ArmISA::m.

Referenced by pybind_init_core().

void pybind_init_core ( py::module &  m_native)

Variable Documentation

const char* compileDate

Definition at line 31 of file date.cc.

Referenced by pybind_init_core().

const bool flag_DEBUG = false

Definition at line 89 of file core.cc.

Referenced by pybind_init_core().

const bool flag_NDEBUG = false

Definition at line 94 of file core.cc.

Referenced by pybind_init_core().

const bool flag_TRACING_ON = TRACING_ON

Definition at line 96 of file core.cc.

Referenced by pybind_init_core().

PybindSimObjectResolver pybindSimObjectResolver

Definition at line 72 of file core.cc.


Generated on Fri Jun 9 2017 13:03:59 for gem5 by doxygen 1.8.6