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

/gem5/src/python/m5/
H A Dparams.py151 def __init__(self, ptype_str, ptype, *args, **kwargs):
152 self.ptype_str = ptype_str
185 ptype = SimObject.allClasses[self.ptype_str]
197 return self.ptype_str
402 def __init__(self, param_desc_class, ptype_str = None):
404 self.ptype_str = ptype_str
407 if self.ptype_str:
408 attr = self.ptype_str
2165 ptype_str = 'Port' variable in class:PortParamDesc
[all...]
H A Dproxy.py127 (self.path(), self._pdesc.ptype_str, base.path()))
H A DSimObject.py795 print(cls, p, p.ptype_str)
1143 type_str = 'Vector_%s' % values.ptype_str
1146 type_str = '%s' % values.ptype_str

Completed in 15 milliseconds