gem5  v22.1.0.0
Classes | Namespaces | Functions
cxx_config.hh File Reference

C++-only configuration and instantiation support. More...

#include <map>
#include <string>
#include <vector>
#include "sim/sim_object.hh"

Go to the source code of this file.

Classes

class  gem5::CxxConfigDirectoryEntry
 Config details entry for a SimObject. More...
 
class  gem5::CxxConfigDirectoryEntry::ParamDesc
 
class  gem5::CxxConfigDirectoryEntry::PortDesc
 Similar to ParamDesc to describe ports. More...
 
class  gem5::CxxConfigParams
 Base for peer classes of SimObjectParams derived classes with parameter modifying member functions. More...
 
struct  gem5::CxxConfigParams::AddToConfigDir
 
class  gem5::CxxConfigFileBase
 Config file wrapper providing a common interface to CxxConfigManager. 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.
 

Functions

std::map< std::string, CxxConfigDirectoryEntry * > & gem5::cxxConfigDirectory ()
 Directory of all SimObject classes config details. More...
 

Detailed Description

C++-only configuration and instantiation support.

This allows a config to be read back from a .ini 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 definitions needed to store summaries of a SimObject's parameter structure

Definition in file cxx_config.hh.


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