Searched refs:config_file (Results 1 - 20 of 20) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A DTrafficGen.py56 config_file = Param.String("Configuration file describing the behaviour") variable in class:TrafficGen
H A Dtraffic_gen.cc60 configFile(p->config_file),
/gem5/ext/googletest/googletest/xcode/Scripts/
H A Dversiongenerate.py64 config_file = open("%s/configure.ac" % input_dir, 'r') variable
66 opening_string = config_file.read(buffer_size)
67 config_file.close()
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc64 CxxConfigFileBase *config_file; member in class:Gem5SystemC::Gem5TopLevelModule
190 new CxxConfigManager(*(module->config_file)),
214 config_file(NULL),
246 config_file = new CxxIniFile();
248 if (!config_file->load(config_filename)) {
253 root_manager = new CxxConfigManager(*config_file);
275 delete config_file;
H A Dmain.cc84 " <config_file.ini> [ <option> ]\n\n"
198 const std::string config_file(argv[arg_ptr]);
202 if (!conf->load(config_file.c_str()))
203 fatal("Can't open config file: %s", config_file);
/gem5/src/mem/
H A Ddramsim2_wrapper.hh92 * @param config_file Memory config file
99 DRAMSim2Wrapper(const std::string& config_file,
H A Ddramsim2_wrapper.cc66 DRAMSim2Wrapper::DRAMSim2Wrapper(const std::string& config_file, argument
72 dramsim(new DRAMSim::MultiChannelMemorySystem(config_file, system_file,
87 working_dir + '/' + config_file);
107 extractConfig<unsigned int>("BL=", working_dir + '/' + config_file);
/gem5/util/
H A Don-chip-network-power-area.py60 def parseConfig(config_file):
62 if not config.read(config_file):
63 print("ERROR: config file '", config_file, "' not found")
67 print("ERROR: Ruby network not found in '", config_file)
71 print("ERROR: Garnet network not used in '", config_file)
/gem5/tests/configs/
H A Dtgen-simple-mem.py49 config_file=srcpath("tests/quick/se/70.tgen/tgen-simple-mem.cfg")) variable
H A Dtgen-dram-ctrl.py49 config_file=srcpath("tests/quick/se/70.tgen/tgen-dram-ctrl.cfg")) variable
/gem5/util/tlm/conf/
H A Dtlm_slave.py59 system.cpu = TrafficGen(config_file = "conf/tgen.cfg")
/gem5/ext/dsent/
H A Dinterface.cc86 const char *config_file = PyString_AsString(arg); local
88 if (!config_file) {
93 ms_model = DSENT::initialize(config_file, params);
/gem5/tests/gem5/memory/
H A Dsimple-run.py54 config_file=os.path.join(os.path.dirname(os.path.abspath(__file__)), variable
/gem5/configs/example/
H A Dread_config.py387 def load(self, config_file):
420 def load(self, config_file):
421 self.parser.read(config_file)
472 def load(self, config_file):
473 root = json.load(open(config_file, 'r'))
531 parser.add_argument('config_file', metavar='config-file.ini',
539 if args.config_file.endswith('.ini'):
541 config.load(args.config_file)
544 config.load(args.config_file)
H A Dhmctest.py61 system.tgen = [TrafficGen(config_file=options.tgen_cfg_file) for i in
H A Dmemcheck.py219 proto_tester = TrafficGen(config_file = cfg_file_name)
/gem5/util/cxx_config/
H A Dmain.cc125 const std::string config_file(argv[arg_ptr]);
129 if (!conf->load(config_file.c_str())) {
130 std::cerr << "Can't open config file: " << config_file << '\n'; local
/gem5/configs/dram/
H A Dlow_power_sweep.py223 system.tgen = TrafficGen(config_file = cfg_file_name)
H A Dlat_mem_rd.py253 system.tgen = TrafficGen(config_file = cfg_file_name,
/gem5/util/streamline/
H A Dm5stats2streamline.py133 def parseConfig(config_file):
138 print config_file
141 if not config.read(config_file):
142 print "ERROR: config file '", config_file, "' not found"
812 def registerStats(config_file):
815 print config_file
819 if not config.read(config_file):
820 print "ERROR: config file '", config_file, "' not found!"

Completed in 28 milliseconds