gem5  v22.1.0.0
Classes | Namespaces
cxx_manager.hh File Reference

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

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Detailed Description

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.


Generated on Wed Dec 21 2022 10:22:58 for gem5 by doxygen 1.9.1