gem5 v24.0.0.0
|
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include "base/logging.hh"
#include "sim/eventq.hh"
#include "sim/sim_events.hh"
#include "sim/sim_exit.hh"
#include "sim/simulate.hh"
Go to the source code of this file.
Classes | |
class | gem5::PyEvent |
PyBind wrapper for Events. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Macros | |
#define | PRIO(n) c_event.attr(# n) = py::cast((int)Event::n) |
Functions | |
void | gem5::pybind_init_event (py::module_ &m_native) |
#define PRIO | ( | n | ) | c_event.attr(# n) = py::cast((int)Event::n) |
Referenced by gem5::pybind_init_event().