Make the SimConsole device dump its output to a file by default
--HG-- extra : convert_revision : 59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f
This commit is contained in:
parent
107233adf1
commit
fbe2d26487
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue