diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/m5/objects/System.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/m5/objects/System.py b/python/m5/objects/System.py index 5925cadf5..40c4f24f2 100644 --- a/python/m5/objects/System.py +++ b/python/m5/objects/System.py @@ -11,6 +11,7 @@ class System(SimObject): binned_fns = VectorParam.String([], "functions broken down and binned") kernel = Param.String("file that contains the kernel code") readfile = Param.String("", "file to read startup script from") + symbolfile = Param.String("", "file to get the symbols from") class AlphaSystem(System): type = 'AlphaSystem' |