From: Nathan Binkert Date: Fri, 25 Feb 2005 19:38:00 +0000 (-0500) Subject: Make the SimConsole device dump its output to a file by default X-Git-Tag: m5_1.0_tutorial~83^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbe2d264878d399f0f37952c26420c83b0b2412d;p=gem5.git Make the SimConsole device dump its output to a file by default --HG-- extra : convert_revision : 59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f --- 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")