diff options
| author | Tayler Hetherington <[email protected]> | 2012-12-16 15:13:58 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:23 -0700 |
| commit | e364e965be7ccb8d89c3eddf7737fcae8bbffbb1 (patch) | |
| tree | a22e15fba90fbfa6f10af60cfa548e0cdfb62686 /src/gpgpu-sim/gpu-sim.cc | |
| parent | b0d4614f0acf5395b093567a078ed494f4c4cb71 (diff) | |
Changing mcpat.xml->gpuwattch_gtx480.xml in configs/GTX480.
Adding -gpuwattch_xml_file gpuwattch_gtx480.xml to configs/GTX480/gpgpusim.config.
Default changed from mcpat.xml -> gpuwattch.xml.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14808]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index bb3dc8b..bea0ad9 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -101,9 +101,9 @@ void power_config::reg_options(class OptionParser * opp) { - option_parser_register(opp, "-mcpat_xml_file", OPT_CSTR, - &g_power_config_name,"McPAT XML file", - "mcpat.xml"); + option_parser_register(opp, "-gpuwattch_xml_file", OPT_CSTR, + &g_power_config_name,"GPUWattch XML file", + "gpuwattch.xml"); option_parser_register(opp, "-power_simulation_enabled", OPT_BOOL, &g_power_simulation_enabled, "Turn on power simulator (1=On, 0=Off)", |
