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

<<111213

/gem5/configs/example/
H A Dfs.py52 from m5.objects import *
H A Dapu_se.py43 from m5.objects import *
/gem5/configs/common/
H A DOptions.py46 from m5.objects import *
H A Dcpu2000.py170 from m5.objects import Process
217 '-objects', '1' ]
228 '-objects', '3' ]
239 '-objects', '1' ]
253 '-objects', '10' ]
267 '-objects', '10' ]
H A DFSConfig.py45 from m5.objects import *
H A DSimulation.py55 from m5.objects import *
/gem5/configs/ruby/
H A DGPU_RfO.py36 from m5.objects import *
475 addr_range = m5.objects.AddrRange(r.start, size = r.size(),
H A DGPU_VIPER_Region.py36 from m5.objects import *
H A DGPU_VIPER_Baseline.py36 from m5.objects import *
H A DGPU_VIPER.py36 from m5.objects import *
/gem5/configs/common/cores/arm/
H A DHPI.py51 from m5.objects import *
/gem5/src/python/m5/
H A DSimObject.py81 # objects corresponding to M5 SimObjects for the desired simulation
110 # Once a set of Python objects have been instantiated in a hierarchy,
478 cls._port_refs = multidict() # port ref objects
481 # We don't support multiple inheritance of sim objects. If you want
482 # to, you must fix multidict to deal with it properly. Non sim-objects
535 # port objects
586 # objects should never be instantiated (only cloned, which
1121 # Scan the children first to pick up all the objects in this SimObj
1170 # Initialize new instance. For objects with SimObject-valued
1181 # prepare to memoize any recursively instantiated objects
[all...]

Completed in 42 milliseconds

<<111213