summaryrefslogtreecommitdiff
path: root/src/dev/x86/south_bridge/SouthBridge.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-10 23:42:31 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-10 23:42:31 -0700
commitf85a7f00c0a9da6181fb803d760b1378fbc8bd27 (patch)
tree8fbe60a1bfdeccba1e14db7fdc9e4bcad43d9dc9 /src/dev/x86/south_bridge/SouthBridge.py
parentb03c95d075b74913313576e6e1fa4fc6b1f4dcb2 (diff)
downloadgem5-f85a7f00c0a9da6181fb803d760b1378fbc8bd27.tar.xz
X86: Make the time on the RTC configurable.
Diffstat (limited to 'src/dev/x86/south_bridge/SouthBridge.py')
-rw-r--r--src/dev/x86/south_bridge/SouthBridge.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/x86/south_bridge/SouthBridge.py b/src/dev/x86/south_bridge/SouthBridge.py
index bec3c4223..9e1b66896 100644
--- a/src/dev/x86/south_bridge/SouthBridge.py
+++ b/src/dev/x86/south_bridge/SouthBridge.py
@@ -32,4 +32,6 @@ from Device import PioDevice
class SouthBridge(PioDevice):
type = 'SouthBridge'
+ time = Param.Time('01/01/2009',
+ "System time to use ('Now' for actual time)")
pio_latency = Param.Latency('1ns', "Programmed IO latency in simticks")