projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107233a
)
Make the SimConsole device dump its output to a file by default
author
Nathan Binkert
<binkertn@umich.edu>
Fri, 25 Feb 2005 19:38:00 +0000
(14:38 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Fri, 25 Feb 2005 19:38:00 +0000
(14:38 -0500)
--HG--
extra : convert_revision :
59cc7c3234d1bc96919d08dc0ec7584d8aff1d6f
objects/SimConsole.mpy
patch
|
blob
|
history
diff --git
a/objects/SimConsole.mpy
b/objects/SimConsole.mpy
index ab88db8c65e5266794b7f680e751ecf1a627b03e..fb74f177502298a05e93f208940768681807322d 100644
(file)
--- 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")