SimObject.py (10905:a6ca6831e775) SimObject.py (10911:0ca18446a5bb)
1# Copyright (c) 2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 908 unchanged lines hidden (view full) ---

917''')
918
919 @classmethod
920 def export_methods(cls, code):
921 code('''
922 void init();
923 void loadState(CheckpointIn &cp);
924 void initState();
1# Copyright (c) 2012 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 908 unchanged lines hidden (view full) ---

917''')
918
919 @classmethod
920 def export_methods(cls, code):
921 code('''
922 void init();
923 void loadState(CheckpointIn &cp);
924 void initState();
925 void memInvalidate();
926 void memWriteback();
925 void regStats();
926 void resetStats();
927 void regProbePoints();
928 void regProbeListeners();
929 void startup();
930''')
931
932 # Returns a dict of all the option strings that can be

--- 593 unchanged lines hidden ---
927 void regStats();
928 void resetStats();
929 void regProbePoints();
930 void regProbeListeners();
931 void startup();
932''')
933
934 # Returns a dict of all the option strings that can be

--- 593 unchanged lines hidden ---