gem5 v24.0.0.0
|
C++-only configuration and instantiation support. More...
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "base/cprintf.hh"
#include "sim/cxx_config.hh"
Go to the source code of this file.
Classes | |
class | gem5::CxxConfigManager |
This class allows a config file to be read into gem5 (generating the appropriate SimObjects) from C++. More... | |
class | gem5::CxxConfigManager::Exception |
Exception for instantiate/post-instantiate errors. More... | |
struct | gem5::CxxConfigManager::Renaming |
Name substitution when instantiating any object whose name starts with fromPrefix. More... | |
class | gem5::CxxConfigManager::SimObjectResolver |
Class for resolving SimObject names to SimObjects usable by the checkpoint restore mechanism. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
C++-only configuration and instantiation support.
This allows a config to be read back from a config file and instantiated without Python. Useful if you want to embed gem5 within a larger system without carrying the integration cost of the fully-featured configuration system.
This file contains the config loading/storing manager class
Definition in file cxx_manager.hh.