Searched refs:object_type (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A Dcxx_manager.cc59 std::string &object_type)
64 if (!configFile.getParam(object_name, "type", object_type))
67 if (cxx_config_directory.find(object_type) ==
71 "No sim object type %s is available", object_type));
74 const CxxConfigDirectoryEntry *entry = cxx_config_directory[object_type];
146 std::string object_type; local
148 findObjectType(object_name, object_type);
156 " (%s from object %s)\n", instance_name, object_type,
238 " type: %s", object_type));
273 std::string object_type;
58 findObjectType(const std::string &object_name, std::string &object_type) argument
527 std::string object_type; local
[all...]
H A Dcxx_manager.hh177 * name of the type to object_type and the object's directory
180 const std::string &object_name, std::string &object_type);
/gem5/configs/example/
H A Dread_config.py186 object_type = self.config.get_param(object_name, 'type')
188 if object_type not in sim_object_classes_by_name:
190 ' build: %s' % (object_type, object_name))
192 object_class = sim_object_classes_by_name[object_type]

Completed in 5 milliseconds