diff options
author | Benjamin Nash <benash@umich.edu> | 2005-06-10 12:48:29 -0400 |
---|---|---|
committer | Benjamin Nash <benash@umich.edu> | 2005-06-10 12:48:29 -0400 |
commit | aa1ebaca33a3a3c691fa4b4de6d5f80b80db32d5 (patch) | |
tree | b315e88858e936b3537f9ff581dc7112e954277d | |
parent | baad1bb7af28edcf0c3a69fc0e99dacd96aefd90 (diff) | |
parent | ebb35e57cefbe83d0c99fa17dafdfe6945964bf6 (diff) | |
download | gem5-aa1ebaca33a3a3c691fa4b4de6d5f80b80db32d5.tar.xz |
Removed comment.
--HG--
extra : convert_revision : a19e33b0b522882bf43e21dd02ad76605411e650
-rw-r--r-- | python/m5/objects/System.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/m5/objects/System.py b/python/m5/objects/System.py index c73d9a893..6d1d6a68c 100644 --- a/python/m5/objects/System.py +++ b/python/m5/objects/System.py @@ -1,6 +1,5 @@ from m5 import * class System(SimObject): - #type = 'BaseSystem' type = 'System' boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency, "boot processor frequency") |