gem5  v20.1.0.0
Classes | Macros | Functions
event.cc File Reference
#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  PyEvent
 PyBind wrapper for Events. More...
 

Macros

#define PRIO(n)   c_event.attr(# n) = py::cast((int)Event::n)
 

Functions

void pybind_init_event (py::module &m_native)
 

Macro Definition Documentation

◆ PRIO

#define PRIO (   n)    c_event.attr(# n) = py::cast((int)Event::n)

Function Documentation

◆ pybind_init_event()

void pybind_init_event ( py::module &  m_native)

Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17