config: Fix vectorparam command line parsing
authorGeoffrey Blake <Geoffrey.Blake@arm.com>
Tue, 9 Sep 2014 08:36:34 +0000 (04:36 -0400)
committerGeoffrey Blake <Geoffrey.Blake@arm.com>
Tue, 9 Sep 2014 08:36:34 +0000 (04:36 -0400)
commitb0e4de667a7d0d51ac0667ce1e48f13b2cb17716
tree1f6688db8ed85a0a2c328bc2b5f1c52f7c76d578
parentcd1bd7572aeb49f55ea9071a73ba1e322fb2487b
config: Fix vectorparam command line parsing

Parsing vectorparams from the command was slightly broken
in that it wouldn't accept the input that the help message
provided to the user and it didn't do the conversion
on the second code path used to convert the string input
to the actual internal representation.  This patch fixes these bugs.
src/python/m5/params.py