BaseSystem -> System
authorNathan Binkert <binkertn@umich.edu>
Sat, 4 Jun 2005 18:19:05 +0000 (14:19 -0400)
committerNathan Binkert <binkertn@umich.edu>
Sat, 4 Jun 2005 18:19:05 +0000 (14:19 -0400)
commitb46730c7ec2e3bd9f110002197c89269d83252f7
treeb0a8a7fccfb999be9c5c7f52b51c7a747658d80b
parent6b6445eeb92e9ef40e08348691c47aa3153c088d
BaseSystem -> System
Make System an object that can be instantiated.  For operating
systems that don't need any OS specific hacks.

python/m5/objects/AlphaConsole.py:
python/m5/objects/BaseCPU.py:
python/m5/objects/Tsunami.py:
    BaseSystem -> System

--HG--
rename : python/m5/objects/BaseSystem.py => python/m5/objects/System.py
extra : convert_revision : e5d12db02abef1b0eda720b50dd2c09cb1ac5232
python/m5/objects/AlphaConsole.py
python/m5/objects/BaseCPU.py
python/m5/objects/BaseSystem.py [deleted file]
python/m5/objects/System.py [new file with mode: 0644]
python/m5/objects/Tsunami.py
sim/system.cc