Change options back to just being flags instead of taking in a True/False value.
authorKevin Lim <ktlim@umich.edu>
Sun, 18 Jun 2006 02:04:48 +0000 (22:04 -0400)
committerKevin Lim <ktlim@umich.edu>
Sun, 18 Jun 2006 02:04:48 +0000 (22:04 -0400)
commit393e77fbe94ccbcc422d2575c500d1590ca87d00
treeebe55d0736beda5b0c7a00fe8d164a4f3f4d7202
parentdfe0ea6cba9c0765c0217a835ed2a1b56837dbb2
Change options back to just being flags instead of taking in a True/False value.

src/python/m5/__init__.py:
    Change up options.  Now setting the flag enables/disables, each of which is the opposite of the default values found in the Python class.

--HG--
extra : convert_revision : 23889b89e6105a437a74906587d90ab6ba885c97
src/python/m5/__init__.py