Make the SimConsole device dump its output to a file by default

--HG--
extra : convert_revision : 59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f
This commit is contained in:
Nathan Binkert 2005-02-25 14:38:00 -05:00
parent 107233adf1
commit fbe2d26487

View 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")