summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2007-01-25 19:14:05 -0500
committerNathan Binkert <binkertn@umich.edu>2007-01-25 19:14:05 -0500
commitcf7294250669e098e4ca47629afbbc6b52b6fb4c (patch)
treeed12a4a1d7611a51cd05a43360897cddf78873c2 /src/python
parent1c2949a2ff3ff448f6f706b53ecca4a5ae91afff (diff)
downloadgem5-cf7294250669e098e4ca47629afbbc6b52b6fb4c.tar.xz
Move time forward to Jan 1, 2009 and update stats
--HG-- extra : convert_revision : 9398362237443dc659f423a342bd27c923e90aea
Diffstat (limited to 'src/python')
-rw-r--r--src/python/m5/objects/Tsunami.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/m5/objects/Tsunami.py b/src/python/m5/objects/Tsunami.py
index 3d8e6dd04..85105ff20 100644
--- a/src/python/m5/objects/Tsunami.py
+++ b/src/python/m5/objects/Tsunami.py
@@ -13,7 +13,7 @@ class TsunamiCChip(BasicPioDevice):
class TsunamiIO(BasicPioDevice):
type = 'TsunamiIO'
- time = Param.Time('01/01/2006',
+ time = Param.Time('01/01/2009',
"System time to use ('Now' for actual time)")
year_is_bcd = Param.Bool(False,
"The RTC should interpret the year as a BCD value")