jobfile: Add support for dictionaries as jobfile options.
authorNathan Binkert <nate@binkert.org>
Fri, 10 Oct 2008 17:15:01 +0000 (10:15 -0700)
committerNathan Binkert <nate@binkert.org>
Fri, 10 Oct 2008 17:15:01 +0000 (10:15 -0700)
commit70dbe61ffc8dae4fc2ecc252f963a760a4387517
tree9938a6ecdfc45bd4b64daff1ab8e0baef5f986d8
parent84364f36d0f763d3cef9847396fa4195184cb930
jobfile: Add support for dictionaries as jobfile options.
If the same dictionary option is seen in several options, those
dictionaries are composed.  If you define the same dictionary key in
multiple options, the system flags an error.
Also, clean up the jobfile code so that it is more debuggable.
src/python/m5/util/jobfile.py