diff options
author | Nathan Binkert <nate@binkert.org> | 2008-06-17 20:29:06 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2008-06-17 20:29:06 -0700 |
commit | 00df9016fead5f7427576acf6d3faee29779f0a1 (patch) | |
tree | bad5b6b78710fd0e82dcff5b27d2088ec6d706dc /src/dev/alpha/console.hh | |
parent | fa8f91fdc0609fb9cb8bcde22b440b40e52f1cc8 (diff) | |
download | gem5-00df9016fead5f7427576acf6d3faee29779f0a1.tar.xz |
Rename SimConsole to Terminal since it makes more sense
--HG--
rename : src/dev/SimConsole.py => src/dev/Terminal.py
rename : src/dev/simconsole.cc => src/dev/terminal.cc
rename : src/dev/simconsole.hh => src/dev/terminal.hh
Diffstat (limited to 'src/dev/alpha/console.hh')
-rw-r--r-- | src/dev/alpha/console.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/alpha/console.hh b/src/dev/alpha/console.hh index e77a7fad6..b6145ef38 100644 --- a/src/dev/alpha/console.hh +++ b/src/dev/alpha/console.hh @@ -43,7 +43,7 @@ #include "sim/sim_object.hh" class BaseCPU; -class SimConsole; +class Terminal; class AlphaSystem; class SimpleDisk; @@ -90,7 +90,7 @@ class AlphaConsole : public BasicPioDevice SimpleDisk *disk; /** the system console (the terminal) is accessable from the console */ - SimConsole *console; + Terminal *terminal; /** a pointer to the system we are running in */ AlphaSystem *system; |