__init__.py (4942:1b82683f85d4) __init__.py (5522:e56c3d89be79)
1# Copyright (c) 2005 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

86 build_env.update(defines.m5_build_env)
87else:
88 import __scons
89 build_env.update(__scons.m5_build_env)
90
91if running_m5:
92 from event import *
93 from simulate import *
1# Copyright (c) 2005 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

86 build_env.update(defines.m5_build_env)
87else:
88 import __scons
89 build_env.update(__scons.m5_build_env)
90
91if running_m5:
92 from event import *
93 from simulate import *
94 from main import options
94 from main import options, main
95 import stats
96
97import SimObject
98import params
99import objects
95 import stats
96
97import SimObject
98import params
99import objects