summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
-rw-r--r--src/gpgpu-sim/gpu-sim.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc
index 65462cc..3f84d42 100644
--- a/src/gpgpu-sim/gpu-sim.cc
+++ b/src/gpgpu-sim/gpu-sim.cc
@@ -377,14 +377,14 @@ void shader_core_config::reg_options(class OptionParser *opp) {
"per-shader L1 data cache config "
" {<sector?>:<nsets>:<bsize>:<assoc>,<rep>:<wr>:<"
"alloc>:<wr_alloc>:<set_index_fn>,<mshr>:<N>:<merge>,<"
- "mq>:<fifo_entry>,<data_port_width> | none | none}",
+ "mq>:<fifo_entry>,<data_port_width> | none}",
"none");
option_parser_register(opp, "-gpgpu_cache:dl1PrefShared", OPT_CSTR,
&m_L1D_config.m_config_stringPrefShared,
"per-shader L1 data cache config "
" {<sector?>:<nsets>:<bsize>:<assoc>,<rep>:<wr>:<"
"alloc>:<wr_alloc>:<set_index_fn>,<mshr>:<N>:<merge>,<"
- "mq>:<fifo_entry>,<data_port_width> | none | none}",
+ "mq>:<fifo_entry>,<data_port_width> | none}",
"none");
option_parser_register(opp, "-gpgpu_gmem_skip_L1D", OPT_BOOL, &gmem_skip_L1D,
"global memory access skip L1D cache (implements "