ruby: changed all references to numCPs to num-cp

This commit is contained in:
Brad Beckmann
2016-01-22 10:42:12 -05:00
parent 698866d461
commit 97a5e5b25e
5 changed files with 8 additions and 7 deletions

View File

@@ -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