summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-02-25 14:38:00 -0500
committerNathan Binkert <binkertn@umich.edu>2005-02-25 14:38:00 -0500
commitfbe2d264878d399f0f37952c26420c83b0b2412d (patch)
tree4b4f059e0691401aeb4d210b30abc550ba06496a
parent107233adf166ef9a376358283073c697686e07c7 (diff)
downloadgem5-fbe2d264878d399f0f37952c26420c83b0b2412d.tar.xz
Make the SimConsole device dump its output to a file by default
--HG-- extra : convert_revision : 59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f
-rw-r--r--objects/SimConsole.mpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects/SimConsole.mpy b/objects/SimConsole.mpy
index ab88db8c6..fb74f1775 100644
--- a/objects/SimConsole.mpy
+++ b/objects/SimConsole.mpy
@@ -8,4 +8,4 @@ simobj SimConsole(SimObject):
intr_control = Param.IntrControl(Super, "interrupt controller")
listener = Param.ConsoleListener("console listener")
number = Param.Int(0, "console number")
- output = Param.String('', "file to dump output to")
+ output = Param.String('console', "file to dump output to")