Searched refs:_config (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/util/
H A Djobfile.py132 config = options[0]._config
134 if opt._config != config:
138 self._config = config
142 self.update(self._config)
193 print('config: %s' % self._config.name)
227 subo._config = self._config
238 option._config = self._config
259 print('config: %s' % self._config
[all...]
/gem5/ext/testlib/
H A Dconfig.py108 _config = {} variable in class:_Config
123 self._config = config
141 self._config[name] = value
152 self._config.update(self._config_file_args)
171 if attr in self._config:
172 return (self._config[attr],)

Completed in 7 milliseconds