Add support for using the variables that m5 was compiled with for
authorNathan Binkert <binkertn@umich.edu>
Wed, 9 Mar 2005 19:42:30 +0000 (14:42 -0500)
committerNathan Binkert <binkertn@umich.edu>
Wed, 9 Mar 2005 19:42:30 +0000 (14:42 -0500)
commit7d91bda6bfba1bd0cf49ff7ff20373b5d44df87a
treeef8d47d1ac5522b7edf6dd12d623b22001fb6844
parent4a3ad218e1a41a9fa655471b999e2540e4e78448
Add support for using the variables that m5 was compiled with for
determining which parameters belong to a class.  This allows us to
remove the disable flag since it is not the correct model
for variable checking anyway.

objects/BaseCPU.mpy:
    Use the FULL_SYSTEM environment variable to enable or disable
    parameters.
sim/pyconfig/m5config.py:
    remove the disable flag since it is not the correct model
    for variable checking.

--HG--
extra : convert_revision : a8ccb78ba16d23006225df282a09187d32557608
objects/BaseCPU.mpy
sim/pyconfig/m5config.py