Searched refs:extractConfig (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Ddramsim2_wrapper.cc86 _clockPeriod = extractConfig<double>("tCK=",
94 _queueSize = extractConfig<unsigned int>("TRANS_QUEUE_DEPTH=",
104 extractConfig<unsigned int>("JEDEC_DATA_BUS_BITS=",
107 extractConfig<unsigned int>("BL=", working_dir + '/' + config_file);
122 DRAMSim2Wrapper::extractConfig(const std::string& field_name, function in class:DRAMSim2Wrapper
H A Ddramsim2_wrapper.hh83 T extractConfig(const std::string& field_name,

Completed in 5 milliseconds