Searched refs:objects (Results 226 - 250 of 312) sorted by relevance

1234567891011>>

/gem5/src/sim/power/
H A DThermalModel.py39 from m5.objects.ClockedObject import ClockedObject
42 from m5.objects import ThermalDomain
/gem5/tests/
H A Drun.py75 cls = getattr(m5.objects, name)
76 return issubclass(cls, m5.objects.SimObject)
/gem5/util/tlm/conf/
H A Dtlm_elastic_slave.py36 from m5.objects import *
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py36 from m5.objects import *
/gem5/tests/configs/
H A Dswitcheroo.py42 from m5.objects import *
H A Dmemtest-ruby.py31 from m5.objects import *
H A Drubytest-ruby.py32 from m5.objects import *
H A Darm_generic.py40 from m5.objects import *
H A Dgpu-randomtest-ruby.py37 from m5.objects import *
/gem5/src/systemc/core/
H A Dobject.hh114 const char *name, const Objects &objects=topLevelObjects);
/gem5/configs/learning_gem5/part1/
H A Dcaches.py41 from m5.objects import Cache
H A Dsimple.py47 from m5.objects import *
109 # instantiate all of the objects we've created above
H A Dtwo_level.py49 from m5.objects import *
63 # Finalize the arguments and grab the opts so we can pass it on to our objects
152 # instantiate all of the objects we've created above
/gem5/src/cpu/o3/
H A DFuncUnitConfig.py45 from m5.objects.FuncUnit import *
/gem5/configs/learning_gem5/part2/
H A Dsimple_cache.py42 from m5.objects import *
103 # instantiate all of the objects we've created above
H A Dsimple_memobj.py42 from m5.objects import *
101 # instantiate all of the objects we've created above
/gem5/configs/learning_gem5/part3/
H A Dtest_caches.py45 from m5.objects import *
/gem5/src/dev/
H A DDevice.py46 from m5.objects.ClockedObject import ClockedObject
/gem5/configs/example/
H A Dread_config.py66 cls.__name__: cls for cls in m5.objects.__dict__.values()
67 if inspect.isclass(cls) and issubclass(cls, m5.objects.SimObject) }
82 # def tick_parser(cast=m5.objects.Latency): # lambda i: i):
95 return m5.objects.AddrRange(start=long(start), end=long(end))
100 return m5.objects.AddrRange(start=long(start), end=long(end),
119 'Frequency': tick_parser(cast=m5.objects.Latency),
217 """Fill in all references to other SimObjects in an objects
218 parameters. This relies on all referenced objects having been
225 if issubclass(param.ptype, m5.objects.SimObject):
246 referenced objects havin
[all...]
H A Druby_direct_test.py35 from m5.objects import *
H A Druby_random_test.py35 from m5.objects import *
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py48 from m5.objects import *
/gem5/configs/network/
H A DNetwork.py34 from m5.objects import *
/gem5/src/arch/arm/
H A DArmPMU.py45 from m5.objects.Gic import ArmInterruptPin
111 the instrumented objects (e.g., the memory system) instead of
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py129 if isinstance(obj, m5.objects.RubyNetwork):

Completed in 22 milliseconds

1234567891011>>