summaryrefslogtreecommitdiff
path: root/python/m5/objects/AlphaConsole.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/AlphaConsole.mpy')
-rw-r--r--python/m5/objects/AlphaConsole.mpy9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/m5/objects/AlphaConsole.mpy b/python/m5/objects/AlphaConsole.mpy
deleted file mode 100644
index 63aea5b7d..000000000
--- a/python/m5/objects/AlphaConsole.mpy
+++ /dev/null
@@ -1,9 +0,0 @@
-from Device import PioDevice
-
-simobj AlphaConsole(PioDevice):
- type = 'AlphaConsole'
- cpu = Param.BaseCPU(parent.any, "Processor")
- disk = Param.SimpleDisk("Simple Disk")
- num_cpus = Param.Int(1, "Number of CPUs")
- sim_console = Param.SimConsole(parent.any, "The Simulator Console")
- system = Param.BaseSystem(parent.any, "system object")