Searched refs:instantiate (Results 26 - 50 of 56) sorted by relevance

123

/gem5/configs/learning_gem5/part2/
H A Dsimple_cache.py103 # instantiate all of the objects we've created above
104 m5.instantiate()
H A Dsimple_memobj.py101 # instantiate all of the objects we've created above
102 m5.instantiate()
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py173 help="Disks to instantiate")
182 help="Number of big CPUs to instantiate")
184 help="Number of little CPUs to instantiate")
299 def instantiate(options, checkpoint_dir=None): function
316 m5.instantiate(cpt)
318 m5.instantiate()
345 instantiate(options)
H A Ddist_bigLITTLE.py138 bL.instantiate(options, checkpoint_dir=options.checkpoint_dir)
H A Dstarter_se.py221 m5.instantiate()
/gem5/configs/example/
H A Druby_direct_test.py130 # instantiate configuration
131 m5.instantiate()
H A Druby_random_test.py158 # instantiate configuration
159 m5.instantiate()
H A Druby_mem_test.py168 # instantiate configuration
169 m5.instantiate()
H A Druby_gpu_random_test.py183 # instantiate configuration
184 m5.instantiate()
H A Dhmctest.py105 # instantiate all of the objects we've created so far
106 m5.instantiate()
H A Dgarnet_synth_traffic.py150 # instantiate configuration
151 m5.instantiate()
H A Dmemtest.py330 m5.instantiate()
H A Dmemcheck.py316 m5.instantiate()
/gem5/configs/learning_gem5/part1/
H A Dtwo_level.py152 # instantiate all of the objects we've created above
153 m5.instantiate()
/gem5/src/sim/
H A Dcxx_manager.hh78 /** Exception for instantiate/post-instantiate errors */
183 * before trying to instantiate any object as the name mappings are
236 * instantiate as it assumes the named object exists. */
276 * instantiate */
277 void instantiate(bool build_all = true);
/gem5/util/tlm/src/
H A Dsim_control.cc75 panic("Tried to instantiate Gem5SimControl more than once!\n");
132 config_manager->instantiate();
/gem5/configs/dram/
H A Dsweep.py184 m5.instantiate()
H A Dlow_power_sweep.py241 m5.instantiate()
H A Dlat_mem_rd.py306 m5.instantiate()
/gem5/tests/gem5/cpu_tests/
H A Drun.py169 m5.instantiate()
/gem5/tests/
H A Drun.py143 # instantiate configuration
144 m5.instantiate()
/gem5/util/cxx_config/
H A Dmain.cc215 config_manager->instantiate();
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc281 config_manager->instantiate();
/gem5/configs/splash2/
H A Drun.py279 # instantiate configuration
280 m5.instantiate()
/gem5/src/python/m5/
H A Dsimulate.py77 def instantiate(ckpt_dir=None): function
83 fatal("Need to instantiate Root() before calling instantiate()")

Completed in 31 milliseconds

123