gem5 v24.0.0.0
|
#include "systemc/core/sc_main_fiber.hh"
#include <cstring>
#include <string>
#include "base/compiler.hh"
#include "systemc/core/kernel.hh"
#include "systemc/core/scheduler.hh"
#include "systemc/ext/core/messages.hh"
#include "systemc/ext/core/sc_main.hh"
#include "systemc/ext/utils/sc_report_handler.hh"
#include "systemc/utils/report.hh"
Go to the source code of this file.
Namespaces | |
namespace | sc_gem5 |
Functions | |
GEM5_WEAK int | sc_main (int argc, char *argv[]) |
Variables | |
ScMainFiber | sc_gem5::scMainFiber |
GEM5_WEAK int sc_main | ( | int | argc, |
char * | argv[] ) |
Referenced by sc_gem5::ScMainFiber::main().