Use the multidict in the python config stuff. Makes code a bit
authorNathan Binkert <binkertn@umich.edu>
Tue, 22 Mar 2005 05:53:01 +0000 (00:53 -0500)
committerNathan Binkert <binkertn@umich.edu>
Tue, 22 Mar 2005 05:53:01 +0000 (00:53 -0500)
commit3583fb6830285cf163d7b37cc6d0dd00cae7b1fa
tree09436aa8154b46b9f17a80391a48cc5d500281ee
parent62ce65c3784dfd5067e88adc51286960673c9000
Use the multidict in the python config stuff.  Makes code a bit
cleaner.

python/m5/config.py:
    Use the multidict instead of the separately coded _getparam
    and _getvalue stuff.  While we're at it, when we see a default
    parameter, we stick it into the dictionary right away.

--HG--
extra : convert_revision : d6f6f5cc454a479e27718ec7952cd7559229ebe7
python/m5/config.py
python/m5/multidict.py [new file with mode: 0644]