summaryrefslogtreecommitdiff
path: root/configs/ruby/GPU_VIPER.py
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2016-01-22 10:42:12 -0500
committerBrad Beckmann <Brad.Beckmann@amd.com>2016-01-22 10:42:12 -0500
commit97a5e5b25e149176dfdcee4af4ff41644d694449 (patch)
treedf904550d1d6dd97478dea3057f31d2eb2f12852 /configs/ruby/GPU_VIPER.py
parent698866d46197ad062384894f1927f99f26b03f3b (diff)
downloadgem5-97a5e5b25e149176dfdcee4af4ff41644d694449.tar.xz
ruby: changed all references to numCPs to num-cp
Diffstat (limited to 'configs/ruby/GPU_VIPER.py')
-rw-r--r--configs/ruby/GPU_VIPER.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/GPU_VIPER.py b/configs/ruby/GPU_VIPER.py
index f1384c404..eeed637d4 100644
--- a/configs/ruby/GPU_VIPER.py
+++ b/configs/ruby/GPU_VIPER.py
@@ -567,7 +567,7 @@ def create_system(options, full_system, system, dma_devices, ruby_system):
# SQC also in GPU cluster
gpuCluster.add(sqc_cntrl)
- for i in xrange(options.numCPs):
+ for i in xrange(options.num_cp):
tcp_ID = options.num_compute_units + i
sqc_ID = options.num_sqc + i