Searched refs:configFile (Results 1 - 8 of 8) sorted by relevance

/gem5/util/tlm/examples/common/
H A Dcli_parser.hh54 std::string configFile; member in class:CliParser
66 std::string getConfigFile() { assert(parsed); return configFile; }
H A Dcli_parser.cc70 configFile = std::string(argv[arg_ptr]);
/gem5/util/tlm/src/
H A Dsim_control.hh107 * @param configFile location of the gem5 configuration file
113 const std::string& configFile,
H A Dsim_control.cc66 const std::string& configFile,
102 if (configFile.empty()) {
107 if (!conf->load(configFile.c_str())) {
108 std::cerr << "Can't open config file: " << configFile << '\n'; local
65 Gem5SimControl(sc_core::sc_module_name name, const std::string& configFile, uint64_t simulationEnd, const std::string& gem5DebugFlags) argument
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.hh77 const std::string configFile; member in class:TrafficGen
H A Dtraffic_gen.cc60 configFile(p->config_file),
120 char *config_path = strdup(configFile.c_str());
143 infile.open(configFile.c_str(), ifstream::in);
146 name(), configFile);
/gem5/src/sim/
H A Dcxx_manager.cc52 configFile(configFile_), flags(configFile_.getFlags()),
61 if (!configFile.objectExists(object_name))
64 if (!configFile.getParam(object_name, "type", object_type))
173 if (!configFile.getParamVector(object_name, param->name,
206 if (!configFile.getParam(object_name, param->name,
246 configFile.getObjectChildren(object_name, children, true);
299 if (!configFile.getParamVector(object_name, param->name,
321 if (!configFile.getParam(object_name, param->name,
349 if (!configFile.getPortPeers(object_name, port->name, peers)) {
416 configFile
[all...]
H A Dcxx_manager.hh72 CxxConfigFileBase &configFile; member in class:CxxConfigManager

Completed in 12 milliseconds