1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 26 unchanged lines hidden (view full) --- 35SimObject('InstTracer.py') 36 37Source('async.cc') 38Source('compile_info.cc') 39Source('core.cc') 40Source('debug.cc') 41Source('eventq.cc') 42Source('faults.cc') |
43Source('init.cc') 44BinSource('main.cc') |
45Source('root.cc') 46Source('serialize.cc') 47Source('sim_events.cc') 48Source('sim_object.cc') 49Source('simulate.cc') 50Source('startup.cc') 51Source('stat_control.cc') 52Source('system.cc') --- 25 unchanged lines hidden --- |