From fbe2d264878d399f0f37952c26420c83b0b2412d Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 25 Feb 2005 14:38:00 -0500 Subject: [PATCH] Make the SimConsole device dump its output to a file by default --HG-- extra : convert_revision : 59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f --- objects/SimConsole.mpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.30.2