gem5 v24.0.0.0
|
#include "sim/sim_object.hh"
#include <cassert>
#include "base/logging.hh"
#include "base/match.hh"
#include "base/trace.hh"
#include "debug/Checkpoint.hh"
#include "sim/probe/probe.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
void | gem5::objParamIn (CheckpointIn &cp, const std::string &name, SimObject *¶m) |
To avoid circular dependencies the unserialization of SimObjects must be implemented here. | |
void | gem5::debug_serialize (const std::string &cpt_dir) |