diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2016-01-22 10:42:12 -0500 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2016-01-22 10:42:12 -0500 |
commit | 97a5e5b25e149176dfdcee4af4ff41644d694449 (patch) | |
tree | df904550d1d6dd97478dea3057f31d2eb2f12852 /configs/example | |
parent | 698866d46197ad062384894f1927f99f26b03f3b (diff) | |
download | gem5-97a5e5b25e149176dfdcee4af4ff41644d694449.tar.xz |
ruby: changed all references to numCPs to num-cp
Diffstat (limited to 'configs/example')
-rw-r--r-- | configs/example/ruby_gpu_random_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/ruby_gpu_random_test.py b/configs/example/ruby_gpu_random_test.py index 66ee4675f..48567bbfd 100644 --- a/configs/example/ruby_gpu_random_test.py +++ b/configs/example/ruby_gpu_random_test.py @@ -59,7 +59,7 @@ parser.add_option("-f", "--wakeup_freq", metavar="N", default=10, help="Wakeup every N cycles") parser.add_option("-u", "--num-compute-units", type="int", default=1, help="number of compute units in the GPU") -parser.add_option("--numCPs", type="int", default=0, +parser.add_option("--num-cp", type="int", default=0, help="Number of GPU Command Processors (CP)") # not super important now, but to avoid putting the number 4 everywhere, make # it an option/knob |