Actually, you should'nt do math on Clock in the config files.
authorNathan Binkert <binkertn@umich.edu>
Mon, 21 Nov 2005 05:22:29 +0000 (00:22 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 21 Nov 2005 05:22:29 +0000 (00:22 -0500)
commitd3a4781ac523adb8bbe17c8ae0aaaf1c06cfe286
tree6a6417a3dd7593140b1e7168e47f7440b344d5a0
parentc4678ece8414230005e7a9e41e50e48c1bba66d7
Actually, you should'nt do math on Clock in the config files.

python/m5/config.py:
    Clock should not be a NumericParamValue since math on it can be
    ambiguous.  (As the comment clearly says.)

--HG--
extra : convert_revision : 74f8ec846c6a980d92e0bf4bf1c7fac73a75b923
python/m5/config.py