configs: add num-work-ids command line option
Review Request #2188 - Created March 7, 2014 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Gedare | |
| gem5 | |
| Reviewers | |
| Default | |
Adds the parameter --num-work-ids to Options.py and reads the parameter into the System params in Simulation.py. This parameter enables setting the number of possible work items to different than 16. Support for this parameter already exists in src/sim/System.py, so this changeset only affects the Python config files.
