root.hh (8332:23711432221f) | root.hh (9048:950298f29140) |
---|---|
1/* 2 * Copyright (c) 2011 Advanced Micro Devices, Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 97 unchanged lines hidden (view full) --- 106 107 /** Schedule the timesync event at loadState() so that curTick is correct 108 */ 109 void loadState(Checkpoint *cp); 110 111 /** Schedule the timesync event at initState() when not unserializing 112 */ 113 void initState(); | 1/* 2 * Copyright (c) 2011 Advanced Micro Devices, Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 97 unchanged lines hidden (view full) --- 106 107 /** Schedule the timesync event at loadState() so that curTick is correct 108 */ 109 void loadState(Checkpoint *cp); 110 111 /** Schedule the timesync event at initState() when not unserializing 112 */ 113 void initState(); |
114 115 virtual void serialize(std::ostream &os); 116 virtual void unserialize(Checkpoint *cp, const std::string §ion); 117 |
|
114}; 115 116#endif // __SIM_ROOT_HH__ | 118}; 119 120#endif // __SIM_ROOT_HH__ |