Make the SimConsole device dump its output to a file by default
authorNathan Binkert <binkertn@umich.edu>
Fri, 25 Feb 2005 19:38:00 +0000 (14:38 -0500)
committerNathan Binkert <binkertn@umich.edu>
Fri, 25 Feb 2005 19:38:00 +0000 (14:38 -0500)
--HG--
extra : convert_revision : 59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f

objects/SimConsole.mpy

index ab88db8c65e5266794b7f680e751ecf1a627b03e..fb74f177502298a05e93f208940768681807322d 100644 (file)
@@ -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")