Searched refs:instantiate (Results 1 - 25 of 56) sorted by relevance

123

/gem5/configs/learning_gem5/part2/
H A Dhello_goodbye.py54 # instantiate all of the objects we've created above
55 m5.instantiate()
H A Drun_simple.py52 # instantiate all of the objects we've created above
53 m5.instantiate()
/gem5/configs/example/
H A Dsc_main.py42 m5.instantiate(None)
H A Dhmc_hello.py85 m5.instantiate()
/gem5/src/systemc/tests/
H A Dconfig.py45 m5.instantiate(None)
/gem5/tests/configs/
H A Dcheckpoint.py73 m5.instantiate(restore)
75 m5.instantiate()
127 m5.instantiate()
H A Dswitcheroo.py113 # instantiate configuration
114 m5.instantiate()
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dconfig.py59 m5.instantiate(None)
/gem5/util/tlm/conf/
H A Dtlm_master.py74 m5.instantiate()
H A Dtlm_slave.py77 m5.instantiate()
H A Dtlm_elastic_slave.py122 m5.instantiate()
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dconfig.py56 m5.instantiate(None)
/gem5/configs/learning_gem5/part3/
H A Druby_test.py78 # instantiate all of the objects we've created above
79 m5.instantiate()
H A Dsimple_ruby.py107 # instantiate all of the objects we've created above
108 m5.instantiate()
/gem5/tests/gem5/fs/linux/arm/
H A Drun.py54 # instantiate configuration
55 m5.instantiate()
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc125 Gem5System::instantiate() function in class:Gem5SystemC::Gem5System
144 manager->instantiate(false);
264 root_manager->instantiate(false);
H A Dsc_gem5_control.hh72 * Gem5System::instantiate. After instantiation, any external ports
76 * own each Gem5System with the call to Gem5System::instantiate being
105 /** Parameter setting functions callable before instantiate */
116 virtual void instantiate();
/gem5/configs/example/arm/
H A Dfs_power.py121 bL.instantiate(options)
H A Dstarter_fs.py207 help="Disk to instantiate")
236 m5.instantiate(args.restore)
238 m5.instantiate()
/gem5/src/unittest/
H A Dgenini.py74 instantiate(root)
/gem5/tests/gem5/memory/
H A Dmemtest-run.py81 m5.instantiate()
H A Dsimple-run.py97 m5.instantiate()
/gem5/tests/legacy-configs/
H A Drun.py57 # instantiate configuration
58 m5.instantiate()
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py132 m5.instantiate()
/gem5/configs/learning_gem5/part1/
H A Dsimple.py109 # instantiate all of the objects we've created above
110 m5.instantiate()

Completed in 20 milliseconds

123